What problem does it solve? Web interfaces frequently ship with accessibility violations, broken responsive layouts, and performance regressions because guidelines are scattered across WCAG specs, MDN docs, and team conventions. This Skill consolidates framework-agnostic rules into a single reference so HTML, CSS, and JavaScript code meets accessibility, responsiveness, and performance standards from the start. ## Core Features & Use Cases - Accessibility and WCAG 2.2 compliance: Enforces semantic HTML, ARIA labeling, keyboard navigation, focus indicators, color contrast ratios, and live regions mapped to specific success criteria. - Responsive and modern CSS patterns: Covers mobile-first layouts, fluid sizing with clamp(), container queries, content-based breakpoints, and touch target sizing. - Forms, performance, and theming guidance: Provides rules for form validation, lazy loading, code splitting, dark mode with CSS custom properties, prefers-reduced-motion, and internationalization with logical properties. - Use Case: When reviewing a pull request containing a new modal component, use this Skill to verify focus trapping, aria-modal attributes, keyboard dismissal, and reduced-motion fallbacks before merge. ## Quick Start Review this HTML form component against the web design guidelines and fix any accessibility or responsive design violations.