- From: Chris Lilley via GitHub <sysbot+gh@w3.org>
- Date: Wed, 25 Apr 2018 15:11:30 +0000
- To: public-css-archive@w3.org
Hmm. I do find this use case compelling:
```
image("all-icons.png#xywh=256,160,32,32", "icon_8_5.png")
```
where all-icons has all the icons together in a grid and uses media queries to crop out a specific one; the fallback is to download the individual image icons.
Similarly, if browsers ever supported OpenType Collection fonts, one would not want the 'first available' font to be selected:
```
src: url(SomeFont.otc#CondensedUltaSomething, CondensedUltaSomething.otf)
```
So I'm persuaded by @tabatkins argument.
-- 
GitHub Notification of comment by svgeesus
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2566#issuecomment-384322974 using your GitHub account
Received on Wednesday, 25 April 2018 15:11:37 UTC