Skip to content

Commit 2a2d7aa

Browse files
committed
[css-color-4] Update changes section for publication
1 parent 014a459 commit 2a2d7aa

1 file changed

Lines changed: 17 additions & 4 deletions

File tree

css-color-4/Overview.bs

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3003,15 +3003,24 @@ Changes</h2>
30033003
<h3 id="changes-from-20160705" class='no-num'>Changes since <a href="http://www.w3.org/TR/2016/WD-css-color-4-20160705/">Working Draft of 05 July 2016</a></h3>
30043004

30053005
<ul>
3006-
<li>Add new list of CSS system colors</li>
3006+
<li>Clamping of color values clarified</li>
3007+
<li>Percentage opacity is now allowed</li>
3008+
<li>Define terms sRGB and linear-light sRGB, for use by other specs</li>
3009+
<li>Add new list of CSS system colors; renaming Text to CanvasText</li>
3010+
<li>Make system color keywords compute to themselves</li>
3011+
<li>Add computed/used entry for system colors</li>
3012+
<li>Rewrite intro to non-deprecated system colors to center their use around forced-colors mode rather than generic use</li>
3013+
<li>Consistent hyphenation of predefined colorspaces</li>
3014+
<li>Restore text about non-opaque elements painting at layeres even when not positioned</li>
3015+
30073016
<li>Initial value of the "color" property is now black</li>
30083017
<li>Clarify hue in LCH is modulo 360deg</li>
30093018
<li>Clarify allowed range of L in LCH and Lab, and meaning of L=100</li>
30103019
<li>Update references for colorspaces used in video</li>
30113020
<li>Add prophoto-rgb predefined colorspace</li>
30123021
<li>Correct black and white luminance levels for display-p3</li>
30133022
<li>Clarify display-p3 transfer function</li>
3014-
<li>Add a98-rgb colorspace</li>
3023+
<li>Add a98-rgb colorspace, correct table of primary chromaticities</li>
30153024
<li>Clarify that currentColor's computed value is not the resolved color</li>
30163025
<li>Update syntax is examples to conform to latest specification</li>
30173026
<li>Remove the color-mod() function</li>
@@ -3021,6 +3030,7 @@ Changes</h2>
30213030
<li>Clarify required precision and rounding behavior for color channels</li>
30223031
<li>Clarify "color" property has no effect on color font glyphs (unless specifically referenced, e.g. with currentColor)</li>
30233032
<li>Clarify how color values are resolved</li>
3033+
<li>larify that HSL, HWB and named colors resolve to sRGB</li>
30243034
<li>Simplify conversion from device-cmyk to sRGB</li>
30253035
<li>Describe previous, comma-using color syntaxes as "legacy"; change examples to commaless form</li>
30263036
<li>Remove superfluous requirement that displayed colors be restricted to device gamut (like there was any other option!)</li>
@@ -3032,6 +3042,7 @@ Changes</h2>
30323042
<li>Clarify sample conversion code is non-normative</li>
30333043
<li>Add Security and Privacy Considerations</li>
30343044
<li>Update several references to most current versions</li>
3045+
<li>Convert inline issues to links to GitHub issues</li>
30353046
<li>Minor editorial clarifications, formatting and markup improvements</li>
30363047
</ul>
30373048

@@ -3060,15 +3071,17 @@ Changes from Colors 3</h3>
30603071
Several brand new features have been added:
30613072

30623073
<ol>
3063-
<li>''gray()'' function, for specifying grays compactly. (And maybe allowing specification via luminance.)
3074+
<li>''gray()'' function, for specifying grays compactly.
30643075

30653076
<li>''hwb()'' function, for specifying colors in the HWB notation.
30663077

30673078
<!-- <li>''color-mod()'' function, for manipulating colors. -->
30683079

3080+
<li>predefined, wide color gamut RGB colorspaces</li>
3081+
30693082
<li>''lab()'' and ''lch()'' functions, for device-independent color
30703083

3071-
<li>''color()'' function and ''@color-profile'' at-rule, for profiled device-dependent color.
3084+
<li>''color()'' function and ''@color-profile'' at-rule, for profiled device-dependent color, including calibrated CMYK.
30723085

30733086
<li>''device-cmyk()'' function, for specifying uncalibrated colors in an output-device-specific CMYK colorspace.
30743087

0 commit comments

Comments
 (0)