- From: Chris Lilley via GitHub <sysbot+gh@w3.org>
- Date: Wed, 06 Oct 2021 16:22:46 +0000
- To: public-css-archive@w3.org
We would also need to test what happens with
```css
@font-format {
font-family: foo;
src: url("foo.woff") format("color-COLRv1");
}
```
because I suspect with an omitted actual format, the font is assumed to be an unsupported format and is not loaded.
In general the whole `format()` thing is a buggy hack with huge backwards-compatible fragility; adding anything is highly constrained and we can't do good design in this space. I would be much happier with (as we originally resolved)
1. dropping [supports <font-technology>#]? from `@font-face` `src` entirely
2. using the conditional features in Conditional 4 instead, together with `font-technology()`
--
GitHub Notification of comment by svgeesus
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6520#issuecomment-936605082 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 6 October 2021 16:22:48 UTC