Re: [csswg-drafts] [css-fonts-4] Feature for making text always fit the width of its parent

If and when there will be an ew unit ("element width", as in EQCSS), and if and when there will be clamp() , then the functionality in this feature wish ticket here could be expressed sufficiently succinct, eg:

```
font-size: clamp(30ew, 20px, 80px);
```

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

Received on Saturday, 14 April 2018 17:27:41 UTC