Re: [csswg-drafts] Browser zoom unit for accessibility [css-values-and-units] (#6869)

Existing `1rem/16` also comes close to proposed `zoom`...

```css
font-size: calc(6vw * (1rem/16));
```

If above works, and it's effectively already available, exposing as a new shorthand keyword is less troublesome, though "zoom" is too ambiguous IMO.

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


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

Received on Wednesday, 12 January 2022 23:02:02 UTC