Universal design for the web - Forms Flashcards

1
Q

True or False: Every form element needs a label.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which of the following is necessary to ensure screen readers can associate a label with a form element?
A) Adding placeholder text
B) Using the tag
C) Styling the input field with CSS
D) Including a tooltip

A

B) Using the tag

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What will a screen reader announce when a properly labeled text input is focused?
A) ‘Input field, enter text’
B) ‘Blank input, type here’
C) ‘Email, text input, blank’
D) ‘Type your email’

A

C) ‘Email, text input, blank’

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

True or False: A visible label next to a form control is enough to ensure accessibility for all users.

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which of the following courses goes into more detail about forms and form labeling?
A) Web Accessibility Fundamentals
B) Form Labels, Instructions, and Validation by Deque
C) Advanced Form Design by IAAP
D) Accessible Form Controls by W3C

A

B) Form Labels, Instructions, and Validation by Deque

How well did you know this?
1
Not at all
2
3
4
5
Perfectly