Re: [csswg-drafts] [css-fonts-5] Text Fitting: Default scaling limit (#12886)

So - I somewhat disagree with the premise of the issue wrt. WCAG Resize Text (and that section of WCAG lacks nuance FWIW).

Firstly - the most important thing wrt. WCAG Resize Text is that the body/paragraph text gets bigger (e.g. the smallest text on the page). Its less important that heading text for example grows at the same rate (or grows at all).

I suspect the thing we really only need to do here is ensure that the *minimum* font-size increases, not the final.

(Note developers already opt into this style of behaviour today with heading text using something like `clamp(15px, 2rem, 10vw)` or similar which is quite a common pattern).

Ian

-- 
GitHub Notification of comment by bfgeek
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12886#issuecomment-3615220477 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Friday, 5 December 2025 04:09:17 UTC