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
Expectation:
Aria-roledescription should pass for elements/roles listed in #1216 (comment), return incomplete for all other roles, and fail for an element without a role
Actual:
Fails for <a href="foobar.com" aria-roledescription="foo">foo</a> (valid role but not supported on anchor elements, should incomplete)
Fails for <div role="button" aria-roledescription="foo">foo</button> (valid role and supported on button elements/roles, should pass)
Expectation:
Aria-roledescription should pass for elements/roles listed in #1216 (comment), return incomplete for all other roles, and fail for an element without a role
Actual:
<a href="foobar.com" aria-roledescription="foo">foo</a>
(valid role but not supported on anchor elements, should incomplete)<div role="button" aria-roledescription="foo">foo</button>
(valid role and supported on button elements/roles, should pass)Motivation: https://github.com/GoogleChrome/web.dev/issues/763
The text was updated successfully, but these errors were encountered: