Skip to content

Commit 2f37fed

Browse files
committed
[css-color-4] Clarify calc and none, fix #6920
1 parent 322e45c commit 2f37fed

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

css-color-4/Overview.bs

+4
Original file line numberDiff line numberDiff line change
@@ -609,10 +609,14 @@ any achromatic color will have a [=powerless=] hue component.
609609
in the appropriate unit for that component: ''0'', ''0%'', or ''0deg''.
610610
This includes rendering the color directly,
611611
converting it to another color space,
612+
performing computations on the color component values,
612613
etc.
613614

614615
If a color with a [=missing component=] is serialized
615616
or otherwise presented directly to an author,
617+
then for <a>legacy color syntax</a>
618+
it represents that component as a zero value;
619+
otherwise,
616620
it represents that component as being the ''none'' keyword.
617621

618622
<div class=example id="ex-missing-hue" class="non-normative">

0 commit comments

Comments
 (0)