[webkit-reviews] review denied: [Bug 32571] Support the aria-checked attribute : [Attachment 45153] Re-synced and updated patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Dec 28 01:46:49 PST 2009
Maciej Stachowiak <mjs at apple.com> has denied Dominic Mazzoni
<dmazzoni at google.com>'s request for review:
Bug 32571: Support the aria-checked attribute
https://bugs.webkit.org/show_bug.cgi?id=32571
Attachment 45153: Re-synced and updated patch
https://bugs.webkit.org/attachment.cgi?id=45153&action=review
------- Additional Comments from Maciej Stachowiak <mjs at apple.com>
I think the correct behavior is that if an element both has native checkedness
(e.g. because it is an input element of type radio or checkbox), then the
checked attribute should take precedence over aria-checked, because <input
type=radio> and <input type=checkbox> have "strong native semantics". Your
patch seems to do it the other way around. Please fix this and provide an
updated patch. Thanks!
Reference:
http://dev.w3.org/html5/spec/Overview.html#annotations-for-assistive-technology
-products-aria
More information about the webkit-reviews
mailing list