Disable form validation more thoroughly
authorAryeh Gregor <simetrical@users.mediawiki.org>
Wed, 30 Jun 2010 22:14:36 +0000 (22:14 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Wed, 30 Jun 2010 22:14:36 +0000 (22:14 +0000)
commit76a543ea30f99b5ea83cc98533e31a9c681f347c
tree1d397d2a3b8d8915d5194f7d31075d47d92ae879
parent1aa896d310b31881032a47723af32c1af5fd6a8b
Disable form validation more thoroughly

Expands on r67283 by not using any HTML5 input types either, except
search.  Otherwise you'd still have problems when changing integer
fields in Special:Preferences, say.  Sad, since in Opera it had a cute
little widget for incrementing/decrementing, and types like email have
some neat effects on platforms like the iPhone (see
<http://diveintohtml5.org/forms.html#type-email>).  But there's no other
way to disable the constraints these impose without using JS, and given
how broken WebKit is right now . . .
includes/Html.php