User Impact: Critical
Disabilities Affected:
WCAG Version:
2
WCAG Levels:
WCAG Guidelines:
Automated Test Accuracy:
High
Check1st Severity:
3
DRRSAG Designations:
Remove the “user-scalable“ attribute or set it to “yes”.
Engine scans the HTML <head> element for a <meta name="viewport"> content attribute using “user-scalable“ with value “no” or 0.
It prevents the user from scaling and zooming text.
Correct use of viewport meta: <meta name="viewport" content="initial-scale=1, maximum-scale=2">