Accessibility

ARIA patterns, keyboard navigation, and WCAG compliance details.

Feature Implementation
Dialog shell role="dialog" + aria-modal="true" + aria-label
Search input role="combobox" + aria-expanded + aria-controls + aria-activedescendant
Results list role="listbox" with id matching aria-controls
Category groups role="group" + aria-labelledby pointing to the heading
Result items role="option" + id + aria-selected
Focus trap CDK cdkTrapFocus + cdkTrapFocusAutoCapture
Scroll lock CDK BlockScrollStrategy while open
Keyboard nav ↑ ↓ Home End Enter Escape Tab/Shift+Tab