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
+32Lines changed: 32 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3411,6 +3411,38 @@ And thanks to Chris Lilley for being the resident CSS Color expert.
3411
3411
<h2 id='changes' class='no-num'>
3412
3412
Changes</h2>
3413
3413
3414
+
<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>
3415
+
3416
+
<ul>
3417
+
<li>Clarify hue in LCH is modulo 360deg</li>
3418
+
<li>Clarify allowed range of L in LCH and Lab, and meaning of L=100</li>
3419
+
<li>Update references for colorspaces used in video</li>
3420
+
<li>Add ProPhotoRGB predefined colorspace</li>
3421
+
<li>Correct black and white luminance levels for image-p3</li>
3422
+
<li>Clarify image-p3 transfer function</li>
3423
+
<li>Add a98rgb colorspace</li>
3424
+
<li>Clarify that currentColor's computed value is not the resolved color</li>
3425
+
<li>Update syntax is examples to conform to latest specification</li>
3426
+
<li>Remove the color-mod() function</li>
3427
+
<li>Drop the "media" from propdef tables</li>
3428
+
<li>Export, and consistently use, "transparent black" and "opaque black"</li>
3429
+
<li>Clarify calculated values such as percents</li>
3430
+
<li>Clarify required precision and rounding behavior for color channels</li>
3431
+
<li>Clarify "color" property has no effect on color font glyphs (unless specifically referenced, e.g. with currentColor)</li>
3432
+
<li>Clarify how color values are resolved</li>
3433
+
<li>Describe previous, comma-using color syntaxes as "legacy"; change examples to commaless form</li>
3434
+
<li>Remove superfluous requirement that displayed colors be restricted to device gamut (like there was any other option!)</li>
3435
+
<li>Rename P3 to image-p3; avoid claiming this is DCI P3, as these are not the same</li>
3436
+
<li>Improved description of the parameters to the "color()" function</li>
3437
+
<li>Disallow predefined spaces from "@color-profile" identifier</li>
3438
+
<li>Add canonical order to "opacity" property definition</li>
3439
+
<li>Switch definition of alpha compositing from SVG11 to CSS Compositing</li>
3440
+
<li>Clarify sample conversion code is non-normative</li>
3441
+
<li>Add Security and Privacy Considerations</li>
3442
+
<li>Update several references to most current versions</li>
3443
+
<li>Minor editorial clarifications, formatting and markup improvements</li>
0 commit comments