[Webkit-unassigned] [Bug 32571] Support the aria-checked attribute

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 28 01:46:50 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=32571


Maciej Stachowiak <mjs at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #45153|review?                     |review-
               Flag|                            |




--- Comment #18 from Maciej Stachowiak <mjs at apple.com>  2009-12-28 01:46:50 PST ---
(From update of attachment 45153)
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

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list