Kilotest: Diagnoses of meta bans zoom
violation by HTML element 13 on Institute for Agriculture and Trade Policy page
Basics
About the Institute for Agriculture and Trade Policy page
- URL: https://www.iatp.org/
- Tested 30 days ago by job
qmfon 2026-05-03 at 04:33
About HTML element 13
- Tag name:
META - Text: [not applicable]
- Start tag:
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> - XPath:
/html/head[1]/meta[5] - Bounding box: x = 0, y = 0, width = 0, height = 0
About the meta bans zoom
issue
- Why it matters: User cannot adjust the document size for readability
- Priority: highest
- Related WCAG standard: 1.4.4
Diagnoses
Here is how tools diagnose the meta bans zoom
issue for HTML element 13 of the Institute for Agriculture and Trade Policy page.
- Zooming and scaling must not be disabled; user-scalable=no on <meta> tag disables zooming on mobile devices
Tool: Axe (Deque)
Rule:
meta-viewport - Consider avoiding viewport values that prevent users from resizing documents.
Tool: Html Checker API (World Wide Web Consortium)
- [failed] The `meta` element with a `name='viewport'` attribute abolishes the user agent ability to zoom with user-scalable=no or maximum-scale < 2.
Tool: QualWeb (University of Lisbon)
Rule:
QW-ACT-R14