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
test(no-aria-hidden-on-focusable): promote peer-parity cases, drop audit file
Promoted non-redundant cases: click-modifier valid (event handlers don't add
focusability), and three DIVERGENCE invalids (button[tabindex=-1][aria-hidden],
plus descendants with tabindex=-1 under aria-hidden ancestors). Both divergences
are intentional — our rule treats tabindex="-1" as programmatically focusable
regardless of value, unlike jsx-a11y and vue-a11y.
0 commit comments