You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-color-4/Overview.bs
+17-4Lines changed: 17 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -3003,15 +3003,24 @@ Changes</h2>
3003
3003
<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>
3004
3004
3005
3005
<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
+
3007
3016
<li>Initial value of the "color" property is now black</li>
3008
3017
<li>Clarify hue in LCH is modulo 360deg</li>
3009
3018
<li>Clarify allowed range of L in LCH and Lab, and meaning of L=100</li>
3010
3019
<li>Update references for colorspaces used in video</li>
3011
3020
<li>Add prophoto-rgb predefined colorspace</li>
3012
3021
<li>Correct black and white luminance levels for display-p3</li>
3013
3022
<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>
3015
3024
<li>Clarify that currentColor's computed value is not the resolved color</li>
3016
3025
<li>Update syntax is examples to conform to latest specification</li>
3017
3026
<li>Remove the color-mod() function</li>
@@ -3021,6 +3030,7 @@ Changes</h2>
3021
3030
<li>Clarify required precision and rounding behavior for color channels</li>
3022
3031
<li>Clarify "color" property has no effect on color font glyphs (unless specifically referenced, e.g. with currentColor)</li>
3023
3032
<li>Clarify how color values are resolved</li>
3033
+
<li>larify that HSL, HWB and named colors resolve to sRGB</li>
3024
3034
<li>Simplify conversion from device-cmyk to sRGB</li>
3025
3035
<li>Describe previous, comma-using color syntaxes as "legacy"; change examples to commaless form</li>
3026
3036
<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>
3032
3042
<li>Clarify sample conversion code is non-normative</li>
3033
3043
<li>Add Security and Privacy Considerations</li>
3034
3044
<li>Update several references to most current versions</li>
3045
+
<li>Convert inline issues to links to GitHub issues</li>
3035
3046
<li>Minor editorial clarifications, formatting and markup improvements</li>
3036
3047
</ul>
3037
3048
@@ -3060,15 +3071,17 @@ Changes from Colors 3</h3>
3060
3071
Several brand new features have been added:
3061
3072
3062
3073
<ol>
3063
-
<li>''gray()'' function, for specifying grays compactly. (And maybe allowing specification via luminance.)
3074
+
<li>''gray()'' function, for specifying grays compactly.
3064
3075
3065
3076
<li>''hwb()'' function, for specifying colors in the HWB notation.
3066
3077
3067
3078
<!-- <li>''color-mod()'' function, for manipulating colors. -->
3068
3079
3080
+
<li>predefined, wide color gamut RGB colorspaces</li>
3081
+
3069
3082
<li>''lab()'' and ''lch()'' functions, for device-independent color
3070
3083
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.
3072
3085
3073
3086
<li>''device-cmyk()'' function, for specifying uncalibrated colors in an output-device-specific CMYK colorspace.
0 commit comments