Search IOCombats

Search challenges, guides, questions and articles

Accessibility Interview Questions

7 curated accessibility interview questions with detailed answers and examples.

← Browse all interview questions

Design a full theming system: semantic tokens, prefers-color-scheme defaults, a manual override attribute, no-flash hydration, and color-scheme for native UI.

advancedcustom propertiescsscustom-propertiesdark-mode

Learn the three arguments of clamp(), how the preferred value produces continuous scaling, and the accessibility rule for using it with type.

intermediateresponsive designcssclampfluid-typography

Compare absolute and relative CSS units by what they resolve against, and learn the accessibility and compounding consequences of each choice.

beginnerresponsive designcssunitsrem

Three focus pseudo-classes with three different jobs, and the accessibility reason :focus-visible exists at all.

intermediateselectors pseudocssfocus-visiblefocus-within

One selects existing elements in a particular state, the other creates a sub-part that is not in the DOM. Learn the syntax, specificity, and limits of each.

beginnerselectors pseudocsspseudo-classpseudo-element

Render a controlled radio group from an array using map(). Understand the name attribute for grouping, checked from state, and accessibility with fieldset and legend.

beginnerforms and-inputsreactradio buttoncontrolled input

Create a global modal manager with stacking, portal rendering, focus trapping, ESC handling, and dynamic modal types.

advancedui patternsreactmodalportal