[wp-trac] [WordPress Trac] #17863: HTML5 input type=number in admin settings
WordPress Trac
wp-trac at lists.automattic.com
Sun Mar 11 23:04:12 UTC 2012
#17863: HTML5 input type=number in admin settings
--------------------------------+------------------------------
Reporter: niallkennedy | Owner: georgestephanis
Type: task (blessed) | Status: reopened
Priority: normal | Milestone: 3.4
Component: Administration | Version:
Severity: normal | Resolution:
Keywords: needs-patch revert |
--------------------------------+------------------------------
Comment (by georgestephanis):
If the issue is the client-side validation causing problems for some
elements, we can have the best of both worlds. Leave the input type="url"
to get the proper keyboard for mobile and such, but add a novalidate
attribute to the element.
This will turn off browser-based client side validation.
For more on this, http://stackoverflow.com/questions/3090369/disable-
validation-of-html5-form-elements
--
Ticket URL: <http://core.trac.wordpress.org/ticket/17863#comment:28>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list