Accessibility for Designers Flashcards
Be familiar with basic Design principals relevant to users of assistive technology.
What is the purpose of the Page Title (Browser Title)?
Describe the purpose/topic of the page.
What are the 2 design requirements for Headings?
- They look and act like heading.
2. They convey correct hierarchical order.
What do you add to help screen reader users get to page content quickly? (2)
- Skip navigation links.
2. HTML/ARIA landmarks
What two things should link text convey? (2)
- Purpose
2. Destination
What is Text minimum color contrast?
4.5 to 1 for text, 3 to 1 for large text.
What is required to make links stand out? (2)
- visible focus
2. distinguished by more than just color.
What does an informative image need to be accessible?
alternative text containing the same information as the image
What do actionable images need for alternative text?
Clearly identify purpose or destination (like link text).
What do complex images or infographics need to be accessible?
Short alternative text description, described on page.
Should you put text in an image?
No
What are the requirements for tables? (4)
- Contain data
- Caption (name/title)
- Columns and rows properly identified
- Simplified, no compound columns or row headers
Should tables be used for layout?
No
What are the requirements for form labels? (3)
- Always visible
- Adequately descriptive
- Immediately adjacent to their form element
Error messages need to do what?
Tell the user how to correct the error.
If content appears dynamically on the page, what should happen?
It should be announced.