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
Fourth Rule of ARIA Use
states that we cant use role="presentation" nor aria-hidden="true" on focusable dom elements nor on dom elements that contain focusable dom elements
If relevant 🙂
Can we imagine implementing this with a default error on "flat" focus elements,
and then overriding it for those disabled state exceptions ?
Fourth Rule of ARIA Use
states that we cant use
role="presentation"
noraria-hidden="true"
on focusable dom elements nor on dom elements that contain focusable dom elementsThus for exemple, these are wrong : ...
...while these are right :
So this could be something to warn about
If relevant 🙂
Can we imagine implementing this with a default error on "flat" focus elements,
and then overriding it for those disabled state exceptions ?
The text was updated successfully, but these errors were encountered: