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
{{ message }}
This repository has been archived by the owner on May 10, 2018. It is now read-only.
No, aria-hidden is redundant in this case. It applies to content that is still visible but is not relevant for AT to present anymore. The hidden attribute hides the content from everyone.
It's actually less well supported than hidden, or was at the time that was written.
I can't think of a good case of where you'd leave content visible in a publication but hide it from AT, but I'm not as imaginative as the people the ARIA folks are trying to account for.
The alternative case I remember for the toc was that you could hide branches using hidden but make them available only to AT using aria-hidden=false. But this is also bad design, and there's no actual support for unhiding hidden content this way.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
http://www.idpf.org/accessibility/guidelines/content/nav/toc.php
Shouldn't there also be aria-hidden="true" here as well?
`
The text was updated successfully, but these errors were encountered: