Problematic User Agents MUST NOT statement needs to be qualified #1476
Labels
Agenda
clarification
clarifying or correcting language that is either confusing, misleading or under-specified
F2FCandidate
Candidate topics for F2F (or Virtual F2F) meeting
high user impact
Milestone
This pull request introduced the following statement into ARIA 1.3:
Given something like
<div tabindex="0" aria-label="foo">bar</div>
, in whicharia-label
is prohibited (generic
role), that means we need implementors to NOT expose "foo". We will not get vendor buy-in for this. Trust me. Yes, it's lousy authoring which is not ARIA compliant. But given the explicit author-provided label, user agents aren't going to ignore it in favor of "bar" or worse, nothing.I think we need to modify the above statement to allow for User Agents to expose "foo" as part of handling author errors.
The text was updated successfully, but these errors were encountered: