Questions & Answers
What is a DOM, and how does it affect accessibility?
What is a DOM, and how does it affect accessibility?
- html
- page structure
How do I build an accessible website?
How do I build an accessible website?
- html
- manual testing
- user testing
What is an unordered list vs. an ordered list?
What is the difference between a <ul> and an <ol>?
- html
- lists
- ordered list
- unordered list
What is a block quote, and when should I use it?
What is a block quotation, when should I use it, and why is it important?
- blockquote
- html
- page structure
What’s the difference between a fieldset and a radio group?
What is the main difference between a fieldset and a radio group?
- aria
- forms
- html
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
What are description lists?
What are description lists and when should I use them?
- description lists
- html
- lists
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