Kilotest: Diagnoses of meta bans zoom
violation by HTML element 3 on Turrito page
Basics
About the Turrito page
- URL: https://www.turrito.com/
- Tested 44 days ago by job
i2non 2026-06-07 at 00:32
About HTML element 3
- Tag name:
META - Text: [not applicable]
- Start tag:
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"> - XPath:
/html/head[1]/meta[2] - 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 rule engines diagnose the meta bans zoom
issue for HTML element 3 of the Turrito page.
- Zooming and scaling must not be disabled; user-scalable on <meta> tag disables zooming on mobile devices
Tool: Axe (Deque)
Rule:
meta-viewport - [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