Re: [csswg-drafts] [css-fonts] font-size: 'medium' value is the user's preferred font size

Also in Amelia's pen, in Chrome, if I go into settings and change the font size from the default `Medium (recommended)` to `Very Large` then `100%` and `medium` both get bigger but `16px` stays the same. Same for Firefox, if I change the default size from `16px` to, say, `32px`.

Which means that:

- some web site show bigger text, others wont
- only websites that are carefully constructed (for example by  using all `em` units) will scale; the ones that use a mix of pt, px, em etc will not

I can see why zooming is a more preferred, and more robust, way to meet the accessibility requirement.

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

Received on Wednesday, 25 April 2018 13:06:18 UTC