[wp-trac] [WordPress Trac] #15080: Comment Form Should use HTML5 input types for better accessibility
WordPress Trac
noreply at wordpress.org
Tue Mar 5 23:10:37 UTC 2013
#15080: Comment Form Should use HTML5 input types for better accessibility
--------------------------------------+------------------
Reporter: jorbin | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: 3.6
Component: Accessibility | Version: 3.0
Severity: normal | Resolution:
Keywords: has-patch twentythirteen |
--------------------------------------+------------------
Comment (by jorbin):
Replying to [comment:34 obenland]:
> In the interest of getting HTML5 support in, I'd like to propose a
simpler solution. It follows the example `$req` sets, checks whether html5
was specified as the format, and outputs the corresponding input types. I
moved away from adding the `pattern` parameter since we don't want to
validate the form anyway.
>
> Feedback welcome!
I think the The reason for the use of the null pattern was that some
browsers didn't support the novalidate attribute on the form and attempted
to do validation. if I had to guess, it was a version of Opera.
According to a cursory glance of the internet, it is fine in Opera 11.
Otherwise this patch looks like the best route until we can get a proper
form builder in.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/15080#comment:36>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list