What problem does it solve?
It solves the problem of inconsistent, non-semantic, and accessibility-poor HTML by guiding you to use the correct native elements, landmarks, and modern Baseline 2024 features.
Core Features & Use Cases
- Landmark and document structure guidance: Ensures a coherent page outline (e.g., correct use of
<main>, labeled landmarks, and heading practices) to improve navigation for assistive technologies.
- Correct modern element selection: Helps you choose between
<dialog>, popover, <search>, <details>, and related patterns to match intended behavior (modal focus trapping vs lightweight overlays).
- Table, image, and media correctness: Standardizes accessible tables (caption/scope) and media requirements (alt text, dimensions/aspect ratio, lazy-loading rules) to prevent common usability regressions.
Quick Start
Ask the AI to review your HTML for semantic structure, landmark correctness, and modern Baseline 2024 element usage, including whether your modals use <dialog> and overlays use popover.