Re: [csswg-drafts] [css-fonts] Clarify parsing of `<font-face-name>` for the `src: local(...)` function (#8187)

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