DescriptionFixing mapping conflicts for required html attribute and aria-required
When WAI-ARIA states and properties correspond to host language features that
have the same implicit WAI-ARIA semantic, it can be problematic if the values
become out of sync. For example, the HTML required attribute and the aria-required
attribute could have conflicting values. Therefore to prevent providing
conflicting states and properties to assistive technologies, host languages will
explicitly declare where the use of WAI-ARIA attributes on a host language
element conflict with native attributes for that element. 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."
BUG=421337
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=187431
Patch Set 1 #
Total comments: 1
Patch Set 2 : rebasing #Messages
Total messages: 17 (2 generated)
|