Questions & Answers
How should list items be nested?
I am getting an automated scanner error that “<li> elements must be contained in a <ul> or <ol>”, but in my code the <li> elements are contained in <ul>. What’s going on?
- accessibility tree
- lists
- scanner errors
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
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
When to use aria-label vs. aria-labelledby?
When to use the aria-label attribute vs. the aria-labelledby attribute?
- accessibility tree
- accessible name
- aria
- html
- label
What is an accessibility tree and how do I view it?
I've been told to make sure my site has an accessibility tree. What is an accessibility tree? How do I view it?
- accessibility tree
How do you find a page element’s accessible name?
When looking at elements on my page, how do I find out what each elements' accessible name is?
- accessibility tree
- accessible name