Text resizing (text-resizable)

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


Fixed container size:

This text container has a fixed width of 10vw and a height of 12vh, causing the text to overflow when resized by 150% (1.5em):


Now is the time for all good men to come to the aid of their country.

The quick brown fox jumps over the lazy dog.

Note: Possible to automatically test. This violation can be automatically detected by checking whether containers and elements have a fixed width or height (e.g., 100px).