Accessibility
Brick applies finished visual recipes to the behavior, semantics, and focus contracts supplied by Atom.
A complete experience has three owners
Atom supplies the mechanism, Brick makes states visible, and your application supplies the meaning users actually need.
- Keyboard behavior
- Focus and ARIA
- State contracts
- Focus appearance
- Invalid and selected
- Motion alternatives
- Useful labels
- Heading structure
- Clear feedback
Behavior belongs to Atom
Keyboard interaction, focus management, controlled and uncontrolled state, portals, positioning, form integration, and ARIA relationships come from published Atom primitives. Brick does not reproduce them.
Applications still author meaning
Use clear labels, preserve semantic heading order, provide useful alternative text, and connect validation messages to the controls they describe. A component can provide the correct mechanism without inventing your product language.
Here Brick and Atom connect the control, label, description, required state, and error mechanism. Your application still decides whether the words are accurate and useful.
Inclusive visual requirements
Brick's recipes account for focus-visible, disabled, invalid, selected, forced-color, reduced-motion, narrow, zoomed, touch, pointer, and keyboard states. Consumer overrides inherit responsibility for preserving those distinctions.
Test the complete experience
Start with a practical user path rather than isolated controls:
- complete the task with only a keyboard;
- zoom to 200% and repeat it in a narrow viewport;
- check names, roles, states, errors, and status announcements with assistive technology; and
- review contrast, motion, touch targets, and Forced Colors.
Automated checks are important, but physical devices, browser chrome, screen readers, touch exploration, content quality, and visual judgment retain explicit human review boundaries.