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
Currently, the ARIA specs are not very clear on how elements with global ARIA attributes should behave when they inherit a presentation role. Specifically, in cases where the element requires a specific accessibility parent role and that parent has a presentation role.
I've created WPT tests based on the following PR to monitor this behavior: w3c/aria#2237