Open
Description
Product
axe-core
Product Version
No response
Latest Version
- I have tested the issue with the latest version of the product
Issue Description
Expectation
axe-core should not call issues found by meta-viewport as critical
Actual
axe-core is calling issues found by meta-viewport as critical
How to Reproduce
- Go to https://status.deque.com/
- Run axe DevTools browser extension "full page scan"
- You should get 1 issue: "Zooming and scaling must not be disabled"
- While it is accurate that old mobile browsers respected "maximum-scale" settings like the one found this page ( ) Modern mobile browsers do NOT respect this.
- Even the ACT Rule for "Meta viewport allows for zoom" states this under the "Accessibility Supports" h2: "Desktop browsers ignore the viewport meta element, and most modern mobile browsers either ignore it by default or have an accessibility option which will allow zooming. This rule is not relevant for desktop browsers, nor for most modern mobile browsers. Only users with older mobile browsers can experience issues tested by this rule."
Additional context
Please drop the impact level of this issue to Moderate.