[csswg-drafts] [icc-colors] Example 9 syntax is outdated?

iccir has just created a new issue for https://github.com/w3c/csswg-drafts:

== [icc-colors] Example 9 syntax is outdated? ==
Example 9 in [Profiled, Device-dependent Colors](https://drafts.csswg.org/css-color/#icc-colors) has colors specified via an 8-bit integer:

```css
color: color(swopc 0 206 190 77);
color: color(indigo 24 160 86 42 0 18 31);
color: color(prophoto 233 150 122);
color: color(p3 97 253 36);
```

>From my understanding of section 11.2, these numbers should be be in the range of 0-1.

Also, the example references `p3`. I believe it's now `image-p3`?

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1534 using your GitHub account

Received on Sunday, 18 June 2017 05:19:48 UTC