Re: [csswg-drafts] [css-fonts-4] absolute-color in override-colors unspecified (#7010)

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'>
 &lt;color> = <<absolute-color-base>> | currentcolor | <<system-color>> | <<device-cmyk()>>

 <dfn>&lt;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