Quiz: Accessibility, Internationalization, and Design Systems
Test your understanding of accessibility, internationalization, and design systems.
We'll cover the following...
Technical Quiz
1
Which approach keeps accessibility stable under concurrent rendering?
A)
Triggering announcements on every intermediate render.
B)
Replacing entire sections with spinners during loading.
C)
Keeping structural DOM stable and updating state/attributes only.
D)
Moving focus on every render.
Question 1 of 120 attempted
...