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
Indicates that the element is not visible, perceivable, or interactive to any user. An element is considered hidden if it or any one of its ancestor elements is not rendered or is explicitly hidden.
Please clarify if a node is hidden using aria-hidden whether it should be included in the accessible name calculation.
"On that account, would visibility: hidden or visibility: collapse also count as explicitly hidden?"
Yes, though I don't think we need to document all ways this is done within native host semantics since the browser handles this automatically. The aria-hidden attribute is different because it explicitly hides something in the accessibility tree without involving the native host semantic such as what is visibly rendered.
From @jnurthen on November 6, 2017 23:38
Step 2A states
Where hidden is defined as
Please clarify if a node is hidden using aria-hidden whether it should be included in the accessible name calculation.
Copied from original issue: w3c/aria#658
The text was updated successfully, but these errors were encountered: