Multi-Viewport Scanning
Scan the same page at mobile, tablet, and desktop widths to catch responsive-only issues.
Open Demo PageFollow along on the demo page while watching the video
Video coming soon
Follow the written steps below in the meantime
Step-by-Step Instructions
- 1Open the Multi-Viewport demo.
- 2In the side panel, select the Multi-Viewport preset card.
- 3Click Start Scan — the browser window resizes to 375px, 768px, and 1280px sequentially.
- 4At each width, axe-core runs a full scan.
- 5Results show: violations found at ALL viewports vs. viewport-specific issues.
- 6Viewport-specific violations only appear at certain widths — these are responsive bugs (e.g., a hamburger menu missing a label at mobile only).
- 7The demo page has different violations at each width: mobile (unlabeled hamburger), tablet (low contrast sidebar), desktop (div with onclick but no keyboard access), plus shared violations (missing form label, missing image alt).