Zooming and scaling must not be disabled
A11Y_AXE_META_VIEWPORT
Ensure <meta name="viewport"> does not disable text scaling and zooming Evaluated against the live rendered page by a WCAG rule engine, so it only runs on a full scan.
- Free, no signupNo account, no card
- No AI in the score986 deterministic rules
- Nothing publishedYour scans stay yours
- Answers in secondsQuick scan, no browser
How this rule is weighted
- Importance
- 5 / 10
- How much this matters relative to other rules.
- Confidence
- SPECIFICATION
- A standard says so: HTML, WCAG, an RFC or Google's own documentation.
- Severity
- warning
- How the finding is presented when it fails.
- Scoring
- Counts
- A failure costs points in its category.
Impact is importance multiplied by the confidence tier’s weight — SPECIFICATION 1.0, RESEARCH 0.7, EMERGING 0.3, EXPERIMENTAL 0.1. Two rules backed by the same class of evidence therefore always carry the same weight, which is what makes the score reproducible rather than hand-tuned.
What produces this finding
Built at scan time by accessibility engine, not from our static registry. That engine evaluates its whole rule set in one pass, so this check cannot be run on its own — it runs as part of a scan.
Questions about this rule
- Does A11Y_AXE_META_VIEWPORT affect my score?
- Yes. It is an importance 5 rule at SPECIFICATION confidence, so a failure costs 5 × 1 points of impact in the Accessibility category before that category is normalised to 100.
- What does SPECIFICATION confidence mean?
- A standard says so: HTML, WCAG, an RFC or Google's own documentation. Confidence is a declared tier rather than a per-rule number, so every rule backed by the same class of evidence carries the same weight - which is what makes the score reproducible instead of hand-tuned.
- How do I check A11Y_AXE_META_VIEWPORT on my own site?
- This rule is produced by accessibility engine during a scan. accessibility engine evaluates its whole rule set in one pass, so this check cannot be run on its own - run the Accessibility checker and it is included.
Tags
- accessibility
- wcag
- cat.sensory-and-visual-cues
- wcag2aa
- wcag144
- EN-301-549
- EN-9.1.4.4
- ACT
- RGAAv4
- RGAA-10.4.2
Related Accessibility rules
- Body is not aria-hiddenaria-hidden on <body> or <html> removes the entire page from the accessibility tree, making it completely unusable with a screen reader.A11Y_ARIA_HIDDEN_BODY
- [role="img"] elements must have alternative textEnsure [role="img"] elements have alternative text Evaluated against the live rendered page by a WCAG rule engine, so it only runs on a full scan.A11Y_AXE_ROLE_IMG_ALT
- <audio> elements must have a captions trackEnsure <audio> elements have captions Evaluated against the live rendered page by a WCAG rule engine, so it only runs on a full scan.A11Y_AXE_AUDIO_CAPTION
- <blink> elements are deprecated and must not be usedEnsure <blink> elements are not used Evaluated against the live rendered page by a WCAG rule engine, so it only runs on a full scan.A11Y_AXE_BLINK
- <dl> elements must only directly contain properly-ordered <dt> and <dd> groups, <script>, <template> or <div> elementsEnsure <dl> elements are structured correctly Evaluated against the live rendered page by a WCAG rule engine, so it only runs on a full scan.A11Y_AXE_DEFINITION_LIST
- <dt> and <dd> elements must be contained by a <dl>Ensure <dt> and <dd> elements are contained by a <dl> Evaluated against the live rendered page by a WCAG rule engine, so it only runs on a full scan.A11Y_AXE_DLITEM