- From: Chris Lilley via GitHub <sysbot+gh@w3.org>
- Date: Tue, 11 Jul 2023 17:37:31 +0000
- To: public-css-archive@w3.org
OK so we are going from building a list of supported sources, to building a list of parsed sources (some of which may be unsupported). [Current spec text](https://drafts.csswg.org/css-fonts-4/#font-face-src-parsing): > If a component value is parsed correctly and is of a [font format](https://drafts.csswg.org/css-fonts-4/#font-format-definitions) or [font tech](https://drafts.csswg.org/css-fonts-4/#font-tech-definitions) that the UA supports, add it to the list of supported sources. If parsing a component value results in a parsing error or its format or tech are unsupported, do not add it to the list of supported sources. > If there are no supported entries at the end of this process, the value for the [src](https://drafts.csswg.org/css-fonts-4/#descdef-font-face-src) descriptor is a parse error. and we want > If a component value is parsed correctly, add it to the list of sources. If parsing a component value results in a parsing error , do not add it to the list of sources. > If there are no entries at the end of this process, the value for the [src](https://drafts.csswg.org/css-fonts-4/#descdef-font-face-src) descriptor is a parse error. and the supported part is [already covered](https://drafts.csswg.org/css-fonts-4/#font-face-src-formats) > External references consist of a URL, followed by an optional hint describing the format of the font resource referenced by that URL. Conformant user agents must skip downloading a font resource if the format hint indicates an unsupported or unknown font format, or if any of the font technologies are unsupported by the user agent. If no format hint is supplied, the user agent should download the font resource. -- GitHub Notification of comment by svgeesus Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8793#issuecomment-1631228711 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 11 July 2023 17:37:33 UTC