- From: Chris Lilley via GitHub <sysbot+gh@w3.org>
- Date: Tue, 05 Dec 2023 19:49:20 +0000
- To: public-css-archive@w3.org
I added
```html
and thus,
<a>CSS-wide keywords</a> such as ''inherit'', and
<<generic-family>> keywords such as ''serif''
are not allowed inside <code>local()</code>.
```
and
```css
<div class="invalid example">
For example, this use of <code>local()</code> would be an error:
<pre class="lang-css">
@font-face {
font-family: foo;
src: local(inherit);
}
</pre>
</div>
--
GitHub Notification of comment by svgeesus
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8187#issuecomment-1841513595 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 5 December 2023 19:49:22 UTC