Universal design for the web - Forms Flashcards
True or False: Every form element needs a label.
True
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
B) Using the tag
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’
C) ‘Email, text input, blank’
True or False: A visible label next to a form control is enough to ensure accessibility for all users.
False
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
B) Form Labels, Instructions, and Validation by Deque