--- name: web-accessibility description: Use when building or reviewing any user-facing web page/UI. Baseline WCAG-aligned accessibility practices to apply by default, not just when explicitly requested. --- # Web Accessibility Apply these by default on any real user-facing page — accessibility issues are usually cheap to avoid at build time and expensive to retrofit. ## Semantic HTML first Use the element that actually means what you're building, before reaching for ARIA to patch a `
` into behaving like something else: `