Accessibility essentials
Building a site that works for every visitor — keyboard users, screen-reader users, low-vision users, users with motion sensitivity. These are the federation pieces that pull a11y forward from day one.
Items
- high-contrast theme — Maximum contrast ratios + reduced color-only signaling. Ship with this from day one.
- camber-input — Native-element backing for keyboard + assistive-tech parity.
- camber-select — Same — native element underneath, accessible by default.
- camber-button — Focus-visible rings; keyboard activation; aria-disabled states.
- Form meta-spec — Forms declare interaction shape independent of modality — agents and screen readers see the same operations.