Text resizing (text-resizable)

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


Viewport maximum scale limited:

This page sets maximum-scale=1.5 in the viewport meta tag, preventing users from zooming in to 200%. This violates WCAG 1.4.4 (Resize text).


Lorem ipsum

Note: Possible to implement because the viewport meta tag and its "maximum-scale" value can be programmatically detected and validated via static HTML inspection.

axe detected: 1.4.4  |  QualWeb detected: 1.4.4