1 / 5
A developer says: 'Wrap the radio buttons in a fieldset with a legend.' What does the 'legend' provide?
-
-
-
-
A
2 / 5
An aria-live region is set to 'polite'. What does 'polite' mean?
-
-
-
-
aria-live='polite' queues the announcement until the screen reader is idle, rather than interrupting.
3 / 5
What does it mean to 'associate' an error message with its input?
-
-
-
-
Associating via aria-describedby links the error text to the field so assistive tech announces it.
4 / 5
Which sentence correctly uses 'accessible name'?
-
-
-
-
The accessible name is the text assistive tech uses to identify a control — usually from its label.
5 / 5
A spec says required fields should not rely on colour alone. Why?
-
-
-
-
Indicating requirement only by colour fails accessibility; add a text marker and aria-required.