UI

Guide

This page is authored in MDX to verify the documentation pipeline.

The conformance model

  1. A component's behaviour intent is described in prose spec.md.
  2. A fixtures.ts definition lists the pages (scenarios + anchors) an implementation must serve.
  3. Playwright tests drive those pages through the accessibility tree — they are the source of truth for what is verified.

Any implementation that passes the suite conforms — the React reference implementation is one such implementation.