Text resizing (text-resizable)

Text can be resized up to 200% without causing clipping, overlapping, or truncation of content.


Viewport maximum scale as yes:

This page uses "maximum-scale=yes" in the viewport meta tag. Although "yes" is not a valid numeric value, some browsers interpret it as 1.0, effectively limiting scaling content up to 200% and failing WCAG requirements.


Lorem ipsum.

Note: Possible to implement because viewport values like "maximum-scale" can be programmatically detected and validated against expected numeric values. Invalid strings like "yes" can be flagged programmatically.

axe detected: 1.4.4  |  QualWeb detected: 1.4.4