Lint markup against the specification
validate_markupChecks HTML and CSS for accessibility and design-system failures, catching missing accessible names, unlabelled inputs, dark-mode breakage, overflow risks, and more.
Instructions
Checks HTML or CSS for the accessibility and design-system failures that actually ship: missing accessible names, unlabelled inputs, hard-coded colours that break in dark mode, flex containers that will overflow, positive tabindex, removed focus outlines, and misused live regions. Advisory — a clean result is not a certificate of accessibility.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| markup | Yes | HTML and/or CSS to check. | |
| componentId | No | Check against a specific component spec as well. |