Description
User interface components and navigation must be operable.
Questions & Answers
After closing exposed content, should focus return to the UI component that exposed it?
After exposed content is closed, does focus need to move back to the UI component that exposed it?
- focus order
- modals
- returning focus
Do small navigation bars need skip links?
If there are only a few navigation links in my header, do I still need a link to skip to the main content?
- keyboard navigation
- skip links
Are there multiple ways to build an accessible widget?
I'm trying to build a widget that follows an example in the W3C ARIA Authoring Practices Guide, but I can't quite match it because of the way my site is built. Can my widget still be accessible?
- aria
- custom widgets
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
Should visible labels and accessible names match exactly?
I have a button with a visible label of "Send" and an accessible name of "Submit," which means basically the same thing. Does the visible label need to match the accessible name exactly?
- accessible name
- visible labels
What should I do with controlling time limits?
My site has time limits set by content. What should I do? What are controlling time limits?
- Controlling Time Limit
- time limits
How do I build an accessible website?
How do I build an accessible website?
- html
- manual testing
- user testing