[Webkit-unassigned] [Bug 121061] Let ARIA override the value of an input type=range

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 10 16:21:57 PDT 2013


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





--- Comment #3 from James Craig <james at cookiecrook.com>  2013-09-10 16:21:10 PST ---
No, it's a bad patch. Only aria-valuetext should be used on range. The other attrs are identical semantically to the aria attrs (e.g. @max vs @aria-valuemax, and @value vs @aria-valuenow) so the host language attrs should win.

>From the ARIA spec:
http://www.w3.org/WAI/PF/aria/complete#host_general_conflict

"When a host language declares a WAI-ARIA attribute to be in direct semantic conflict with a native attribute for a given element, user agents MUST ignore the WAI-ARIA attribute and instead use the host language attribute with the same implicit semantic."

-- 
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