- From: Chris Lilley via GitHub <sysbot+gh@w3.org>
- Date: Thu, 08 Sep 2022 12:58:58 +0000
- To: public-css-archive@w3.org
OK so here we go: ```html <h4 id="font-family-2-desc"> Font family: the 'font-family!!descriptor' descriptor</h4> <pre class='descdef'> Name: font-family Value: <<family-name>># For: @font-palette-values Initial: N/A </pre> This descriptor defines the font families that this palette applies to. This palette will only ever be applied to the fonts with these family names. The value of this descriptor means that only named font families are allowed and rules that including generic fonts in the list of font families are syntax errors. If syntax errors occur within the font family list, the descriptor must be ignored. ``` So the changes are: 1. Disallow generics in the list 2. Pluralize in the first two sentences, to make clear it is a list and remove the conflict with the next two 3. Stop claiming it is the same as the `font-family` descriptor in `@font-face` 4. Errors result in the descriptor, not the entire rule, being ignored -- GitHub Notification of comment by svgeesus Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6916#issuecomment-1240684141 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 8 September 2022 12:59:00 UTC