← A11y Tickets

Reflow and Zoom Accessibility Tickets

Reflow findings are easy to underwrite as "layout breaks at zoom." A useful ticket names the exact viewport, zoom level, user task, content that becomes hidden or two-dimensional, and what must still work after the fix.

Use this guide for WCAG 1.4.4 Resize Text and 1.4.10 Reflow issues from manual testing, browser zoom checks, mobile viewport reviews, and screen magnifier workflows.

Draft the zoom finding as a ticket first

Open a checkout reflow example with viewport, zoom, affected content, task impact, and retest criteria already filled in. Replace the sample values with your tested breakpoint and affected component before copying.

Open this reflow finding in the generator

What to record before writing the ticket

Ticket framing patterns

Example ticket

[High] Checkout: order summary requires horizontal scrolling at 400% zoom

User impact:
Low-vision users who zoom the page may not be able to review totals and apply a coupon before payment without moving sideways and losing context.

Evidence:
- Flow: checkout order summary
- Test condition: desktop browser at 400% zoom / 320 CSS px viewport
- Observed: prices extend outside the visible area, the coupon button is clipped, and keyboard focus moves to controls that are partly off-screen
- Likely cause: fixed-width summary grid and non-wrapping action row

Likely WCAG references to verify:
- 1.4.10 Reflow
- 1.4.4 Resize Text
- 2.4.7 Focus Visible

Acceptance criteria:
- The main checkout task does not require two-dimensional scrolling at the tested zoom level.
- Prices, coupon controls, validation errors, and primary actions remain readable and operable.
- Keyboard focus and focus indicators remain visible throughout the order summary.

Useful acceptance criteria

Related resources