CSS / clamp / local-only

Responsive type handoff note

Check three viewport widths and 200% zoom for readable, non-clipped output. Data stays on this device.

Fixed fixture

clamp(14px, calc(14px + 1vw), 24px)

WidthValueReview point
320px17.2pxNo narrow clipping
800px22pxReadable body text
1600px24pxUpper bound holds

Zoom boundary

  1. Zoom to 200% and inspect the heading and table.
  2. Confirm the values remain readable without horizontal scrolling.
  3. Record clipping, overlap, or omission as unverified.
  4. Keep local review separate from external sending or storage.

This is a calculation checklist, not a guarantee for every browser.