Description
User interface components and navigation must be operable.
Questions & Answers
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
Are “ghost tab stops” considered accessibility violations under WCAG?
There's an element on my site that makes the keyboard tab to it even though there isn't a visible item to focus on. Will this "ghost tab stop" fail under the WCAG?
- best practices
- cognitive
- keyboard
- keyboard navigation
- usability
- wcag
How can I test for character key shortcuts?
How can I test for character key shortcuts?
- character key
- keyboard
- manual auditing
- shortcuts
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
What are the differences between label, aria-label, aria-labelledby and aria-describedby?
There appear to be several ways to put a label on items in order for them to be accessible for users of screen readers or other assistive technologies. Which method of labeling should I use?
- accessible name
- aria
- aria attributes
- aria-label
- form
- form input labels
- form labels
- forms
- html
- label
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
Is it compliant to have the same link present twice, as both an image and as text?
Is it considered accessible to have an image that acts as a link, followed by text that links to the same location?
- accessibility tree
- best practices
- links
- wcag