Skip to content
UI/UX Atlas
Topics
Patterns
Color Tool
Templates
Quizzes
Topics
Patterns
Color Tool
Templates
Quizzes
Quizzes
/
Design Systems
Accessibility as a System-Level Concern — Quiz
5 questions
·
Read the lesson first →
Question 1 of 5
Accessibility as a System-Level Concern
Which CSS attribute is the modern replacement for focus-trap JavaScript libraries when managing focus inside dialogs and overlays?
tabindex="-1" on background elements
The `inert` attribute on background content
aria-hidden="true" on the dialog
pointer-events: none on the backdrop
Check answer