Skip to content

Commit 459d4c3

Browse files
committed
[css-color] linkfixes
1 parent dd23fc9 commit 459d4c3

2 files changed

Lines changed: 22 additions & 7 deletions

File tree

css-color-4/Overview.bs

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ give huge changes in LCH hue angle).
420420
<span id="NaN-hue">Therefore, sometimes a hue angle of NaN
421421
(not a number) may be returned.</span>
422422
This impacts, for example,
423-
<a href="https://drafts.csswg.org/css-color-5/#hue-interpolation">hue interpolation</a>.
423+
<a href="#hue-interpolation">hue interpolation</a>.
424424

425425
<h3 id="notes">
426426
Accessibility and Conveying Information By Color</h3>
@@ -4740,18 +4740,30 @@ Changes</h2>
47404740
</h3>
47414741

47424742
<ul>
4743-
<!-- moved from Color 5 -->
4743+
<!-- to 29 jan 2021 -->
4744+
<li>Clarified the rec2020 transfer function, citing the correct ITU Rec BT.2020-2 reference</li>
4745+
<li>Correct fallback examples to use the correct syntax</li>
4746+
<li>Don't force non-legacy colors to interpolate in a gamma-encoded space</li>
4747+
4748+
<!-- Changes for Interpolation section, moved from Color 5 -->
47444749
<li>Define premultiplied alpha interpolation</li>
47454750
<li>Start to address interpolation to and from currentColor</li>
47464751
<li>Define hue interpolation with NaN</li>
47474752
<li>Generalize color interpolation</li>
47484753
<li>Define interpolation to be in Lab, with override to LCG</li>
47494754
<li>Corrections to hue interpolation</li>
4750-
<li>defined hue angle interpolation</li>
4751-
<li>added interpolation section</li>
4755+
<li>Defined hue angle interpolation</li>
4756+
<li>Added interpolation section</li>
47524757

4753-
<!-- to 18 Jan 2021 -->
4758+
<!-- to 25 Jan 2021-->
4759+
<li>Corrected syntax in some examples</li>
4760+
<li>Clarify exactly which components are allowed percentages, in ''color()''</li>
4761+
<li>Change to serialize ''lch()'' as itself rather than as ''lab()''</li>
4762+
<li>Minimum 10 bits per component precision for non-legacy sRGB in ''color()''</li>
4763+
<li>Colorspace no longer optional in ''color()'' </li>
4764+
<li>Consistent minimum precision between lab() and color(lab)</li>
47544765

4766+
<!-- to 18 Jan 2021 -->
47554767
<li>Clarified fallback procedure for the color() function – first valid in-gamut color, else first valid color which is then gamut maped, else transparent black</li>
47564768
<li>Clarified difference betwen opacity property and colors with opacity, notably for rendering overlapping text glyphs</li>
47574769
<li>Added sample (but verified correct) code for ΔE2000</li>

css-color-5/Overview.bs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
Title: CSS Color Module Level 5
33
Shortname: css-color
44
Level: 5
5-
Status: ED
5+
Status: WD
6+
Prepare for TR: yes
7+
Date: 2021-02-02
68
Group: csswg
79
TR: https://www.w3.org/TR/css-color-5/
810
ED: https://drafts.csswg.org/css-color-5/
@@ -174,7 +176,7 @@ Adjusting the individual x, y and z channels will produce significant hue shifts
174176
however, adjusting all three channels together is useful
175177
and will lighten or darken the color.
176178

177-
The [=hue-adjuster=] takes optional keywords, to specify the [[#hue-interpolation]] algorithm.
179+
The [=hue-adjuster=] takes optional keywords, to specify the [[css-color-4#hue-interpolation]] algorithm.
178180
If no keyword is specified, it is as if ''shorter'' were specified.
179181

180182
<div class="example">
@@ -767,6 +769,7 @@ Changes {#changes}
767769
<h3 id="changes-20200303">Since the <a href="https://www.w3.org/TR/2020/WD-css-color-5-20200303/">FPWD of 10 June 2020</a></h3>
768770

769771
<ul>
772+
<!-- to 28 Jan 2021 -->
770773
<!-- removed interpolation section changes, added to Color 4 -->
771774
<!-- to 5 Jan 2021 -->
772775
<li>Link to CSS 4 definition of color serialization</li>

0 commit comments

Comments
 (0)