Please don't include hidden landmarks
See original GitHub issueIf a landmark element is hidden
or display: none;
or visibility: hidden;
please don’t include it in the list of landmarks.
Maybe also aria-hidden="true"
.
Issue Analytics
- State:
- Created 6 years ago
- Comments:15 (8 by maintainers)
Top Results From Across the Web
ARIA landmark role with aria-hidden set to true - Stack Overflow
An ARIA Landmark, allows a person using assistive technology to jump to certain parts of a page, so they don't need to read...
Read more >Places it's tempting to use `display: none;`, but don't | CSS-Tricks
This entire post is based on the premise that display: none is bad for accessibility. It's not based on my deep and thorough...
Read more >Hidden Chicago Landmarks (Hidden History) - Amazon.com
Take in the sights of Chicago's forgotten byways, including a cow trail through a downtown hotel. Pause reflectively at the cemetery in a...
Read more >How to copy with cp to include hidden files and ... - Super User
Requirements: Include hidden files and hidden directories. Be one single command with an flag to include the above. Not need to rely on...
Read more >14 hidden places in Vienna that only the locals really know
To the regular visitors of these places – please don't be mad, we just want to share all the cool ... The hidden...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for the link @carmacleod; it’s helpful to have context on decisions. I am following the ARIA repo now, so I can keep up with discussions.
Wow - almost sounds like a bug. 😃
Agree that visually-apparent but aria-hidden landmarks should be in the list, and annotated. And that the feature should not be optional. 😃
What’s the exact wording in the changelog? Is it “Do not show hidden landmarks”? If so, then yes, it might be less confusing if it said something like, “Do not show hidden, display:none, or visibility:hidden landmarks. Show aria-hidden landmarks with a flag.”