gcdevops / HRWhiteListing

MIT License
2 stars 0 forks source link

Viewport meta tag must not disable text scaling or zooming #184

Open will0684 opened 4 years ago

will0684 commented 4 years ago

This is problematic for people with low vision who rely on screen magnifiers to properly see the contents of a web page. Users with partial vision and low vision often choose to enlarge the fonts on their browser to make text on the web easier to read.

Current config:

<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">

You can read more about this issue here:

https://dequeuniversity.com/rules/axe/3.5/meta-viewport