User Impact: Minor
Disabilities Affected:
WCAG Version:
2
WCAG Levels:
WCAG Guidelines:
Automated Test Accuracy:
High
Check1st Severity:
2
DRRSAG Designations:
Set the initial-scale to 1.0.
Engine scans the HTML <head> element for a <meta name="viewport"> which contains initial-scale less than 1.0.
For visually impaired users you should avoid scaling webpages to less than 100%.
Correct use of viewport meta: <meta name="viewport" content="initial-scale=1">