Description
Provide ways to help users navigate, find content, and determine where they are.
Questions & Answers
What are multiple ways to navigate web pages?
How do I ensure that users have multiple ways to find web pages on my site?
- Multiple Ways
- Navigate Web Pages
What is considered a good page title?
How do I know if my page title is a good page title?
- Page Title
What is a DOM, and how does it affect accessibility?
What is a DOM, and how does it affect accessibility?
- html
- page structure
Is having a sitemap required?
Is it a WCAG requirement for my website to have a sitemap?
- Multiple Ways
- sitemap
- wcag
How should I hide the slides of a carousel that aren’t displayed visually?
How should I hide the slides of a carousel that aren't displayed visually?
- accessibility tree
- carousel
- focus
For bypass blocks, what types of content should users be able to skip?
For bypass blocks, what types of content should users be able to skip?
- bypass blocks
- keyboard
When should I use aria-label?
How do I properly use an aria-label?
- accessible name
- aria
- aria attributes
- aria-label
Does the level one heading tag on a page need to be visible to the eye and to screen readers?
I'm working on using headings to help make my website easier for screen reader users to navigate a page. Do I need to have both a visible <h1> heading and an <h1> tag that a screen reader can recognize?
- headings
- html
- page structure
Where should keyboard focus go in modals?
When a user opens a modal, where should focus go?
- focus
- keyboard
- manual auditing
- modal
Can a link/anchor element still be accessible without an href?
Can a link built with an anchor element still be accessible without an href?
- href
- html
- links