Accessible Design Flashcards
What’s the minimum color contrast ratio needed between links and text?
3:1 color contrast and there needs to be a visual marker (underline or background color) when the link receives hover or focus
What method can be used to distinguish UI components from surrounding content?
A. Providing an outline around the UI component
B. Using a different color for the UI component that has high contrast against the surrounding content
C. Changing the background of the UI component
D. Any of the above methods can be used
D. Any of the above methods can be used
What color contrast ratio should small text have for level AAA?
7:1 against the background
What color contrast ratio should large text have?
3:1 against the background
To aid people with low vision or color deficiencies, the contrast between text and its background must be at least:
A. 3 to 1 for small text and 2 to 1 for large text
B. 5 to 1 for small text and 6.5 to 1 for large text
C. 4.5 to 1 for small text and 3 to 1 for large text
D. 12 to 1 for small text and 8 to 1 for large text
C. 4.5 to 1 for small text and 3 to 1 for large text
Enhancing the visual focus indicator benefits which group(s) of users? (Select the most complete answer.)
A. Users who are colorblind
B. Users who have low vision
C. Sighted keyboard users
D. All of the above groups are affected
D. All of the above groups are affected
If the text label for an icon is placed visually too far away from the icon, which category of users with a disability will be most affected?
A. Blind users
B. Deaf users
C. Users with low vision
D. Users with colorblindness
C. Users with low vision
True or false: For screen reader users, the reading order and focus order are always the same thing.
False
Which of the following can impact the reading order and focus order of page content? (Select the most complete answer.)
A. JavaScript DOM manipulation
B. Turning on a screen reader
C. Magnification
D. CSS positioning techniques
E. A and D
F. B and C
G. B and D
E. A and D
A. JavaScript DOM manipulation
D. CSS positioning techniques
When the order of content in a webpage’s source code does not match the visual presentation of the content, the following users may find it hard to use the page:
A. Blind users and mouse users
B. Deaf users and deafblind users
C. Keyboard-only users and blind users
D. Source code does not have to match visual presentation.
C. Keyboard-only users and blind users
What’s the minimum line spacing within paragraphs?
at least 1.5
What should you set spacing between paragraphs to?
at least 1.5 times larger than the line spacing
To help people who have trouble keeping their place and following the flow of text when columns of text are too wide, you can do which of the following? (Select the most complete answer.)
A. Use CSS to set a maximum column width of approximately 80 characters.
B. Write in short, simple sentences.
C. Ensure the text on your website reflows as the viewport is narrowed so users can determine the column width that works for them.
D. A and C
E. All of the above
D. A and C
A. Use CSS to set a maximum column width of approximately 80 characters.
C. Ensure the text on your website reflows as the viewport is narrowed so users can determine the column width that works for them.
True or false: Paragraph text should be full justified because the neat edges are less distracting for people with reading disorders.
False
justified text creates ‘rivers of whitespace’ that are distracting for people with reading disorders
Which of the following CSS methods will effectively hide content such as inactive dialogs from both screen reader users and sighted users? (Select the most complete answer.)
A. display:none
B. visibility:hidden
C. screenreader:hidden
D. A and B
E. All of the above
D. A and B
A. display:none
B. visibility:hidden