diff --git a/css-color-4/Overview.bs b/css-color-4/Overview.bs index 4d2f44d2c4c7..49fd3d6ccf80 100644 --- a/css-color-4/Overview.bs +++ b/css-color-4/Overview.bs @@ -4194,66 +4194,69 @@ The Predefined Display P3 Color Space: the ''display-p3'' keyword
| x | y | |
| Red chromaticity | 0.680 | 0.320 |
|---|---|---|
| Green chromaticity | 0.265 | 0.690 |
| Blue chromaticity | 0.150 | 0.060 |
| White chromaticity | [=D65=] | |
| Transfer function | unity, see below | |
| White luminance | 80.0 cd/m2 | |
| Black luminance | 0.80 cd/m2 | |
| Image state | display-referred | |
| Percentages | -Allowed for R, G and B | -|
| Percent reference range | -for R,G,B: 0% = 0.0, 100% = 1.0 | -|
- cl = c; -+
+ cl = c; +- c is the red, green or blue component. - cl is the corresponding linear-light component, which is identical. + c is the red, green or blue component. + cl is the corresponding linear-light component, which is identical. - To avoid banding artifacts, a - higher precision is required - for ''display-p3-linear'' than for ''display-p3''. + To avoid banding artifacts, a + higher precision is required + for ''display-p3-linear'' than for ''display-p3''. -
- color(display-p3 0.591 0.123 0.264) - color(display-p3-linear 0.3081 0.014 0.0567) --
+ color(display-p3 0.591 0.123 0.264) + color(display-p3-linear 0.3081 0.014 0.0567) ++