You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, <p aria-label="foo">test</p> should not return a label of test, and—if the implementation details agree—should have an empty label. "test" is a accessibility tree text node inside the para, not its label.
The text was updated successfully, but these errors were encountered:
We discussed and agreed that though this is an author error, it would violate the HTML Priorities of Constituencies to turn that into a requirement that the User Agent MUST NOT expose the value.... So closing this one as not testable.
ARIA "name prohibited" list may be testable.
https://w3c.github.io/aria/#namefromprohibited
For example,
<p aria-label="foo">test</p>
should not return a label of test, and—if the implementation details agree—should have an empty label. "test" is a accessibility tree text node inside the para, not its label.The text was updated successfully, but these errors were encountered: