- From: Chris Lilley via GitHub <sysbot+gh@w3.org>
- Date: Fri, 04 Feb 2022 23:02:49 +0000
- To: public-css-archive@w3.org
Bikeshed reports, on building CSS Fonts 4
> LINE ~6533: No 'type' refs found for `'<absolute-color>'`.
`<<absolute-color>>`
probably because CSS Color 4 has
```html
<pre class='prod'>
<color> = <<absolute-color-base>> | currentcolor | <<system-color>> | <<device-cmyk()>>
<dfn><absolute-color-base></dfn> = <<hex-color>> | <<named-color>> | transparent |
<<rgb()>> | <<rgba()>> | <<hsl()>> | <<hsla()>> | <<hwb()>> |
<<lab()>> | <<lch()>> |
<<oklab()>> | <<oklch()>> |
<<color()>>
</pre>
```
So, the fix is to change Fonts 4 to use the actual exported term :)
--
GitHub Notification of comment by svgeesus
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7010#issuecomment-1030416508 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 4 February 2022 23:02:50 UTC