@@ -159,6 +159,8 @@ Introduction</h2>
159159
160160 <em> This section is not normative.</em>
161161
162+ <wpt title="This section is not normative, it does not need tests."></wpt>
163+
162164 This module describes CSS properties which
163165 allow authors to specify
164166 the foreground color and opacity of the text content of an element.
@@ -205,6 +207,8 @@ Value Definitions</h3>
205207
206208<h2 id="terminology">Color Terminology</h2>
207209
210+ <wpt title="This section provides definitions used later, it does not need tests."></wpt>
211+
208212 A <dfn export>color</dfn> is a definition (numeric or textual)
209213 of the human visual perception of a light
210214 or a physical object illuminated with light.
@@ -499,6 +503,8 @@ Value Definitions</h3>
499503<h3 id="accessibility">
500504Accessibility and Conveying Information By Color</h3>
501505
506+ <wpt title="This section provides authoring guidance, it does not need tests."></wpt>
507+
502508 Although colors can add significant information to documents
503509 and make them more readable,
504510 color by itself should not be the sole means to convey important information.
@@ -911,6 +917,8 @@ Representing Colors: the <<color>> type</h2>
911917
912918<h3 id="color-syntax">The <<color>> syntax</h3>
913919
920+ <wpt title="This section provides definitions used later, it does not need tests."></wpt>
921+
914922 Colors in CSS are represented by the <dfn export><<color>></dfn> type:
915923
916924 <pre class='prod'>
@@ -991,6 +999,8 @@ Legacy (Comma-separated) Color Function Syntax</h4>
991999<h3 id="alpha-syntax">
9921000Representing Transparency in Colors: the <<alpha-value>> syntax</h3>
9931001
1002+ <wpt title="This section provides definitions used later, it does not need tests."></wpt>
1003+
9941004 <pre class="prod">
9951005 <dfn dfn-for="<color>"><alpha-value></dfn> = <<number>> | <<percentage>>
9961006 </pre>
@@ -1003,6 +1013,8 @@ Representing Transparency in Colors: the <<alpha-value>> syntax</h3>
10031013<h3 id="hue-syntax">
10041014Representing Cylindrical-coordinate Hues: the <<hue>> syntax</h3>
10051015
1016+ <wpt title="This section provides definitions used later, it does not need tests."></wpt>
1017+
10061018Hue is represented as an angle of the color circle
10071019(the rainbow, twisted around into a circle, and with purple added between violet and red).
10081020
@@ -1056,6 +1068,27 @@ any achromatic color will have a [=powerless=] hue component.
10561068 This should be done with care,
10571069 and only when the particular effect of doing so is desired.
10581070
1071+ <wpt>
1072+ color-computed-color-contrast-function.html
1073+ color-computed-color-function.html
1074+ color-computed-color-mix-function.html
1075+ color-computed-hsl.html
1076+ color-computed-hwb.html
1077+ color-computed-lab.html
1078+ color-computed-relative-color.html
1079+ color-computed-rgb.html
1080+ color-invalid-hsl.html
1081+ color-invalid-rgb.html
1082+ color-valid-color-contrast-function.html
1083+ color-valid-color-function.html
1084+ color-valid-color-mix-function.html
1085+ color-valid-hsl.html
1086+ color-valid-hwb.html
1087+ color-valid-lab.html
1088+ color-valid-relative-color.html
1089+ color-valid-rgb.html
1090+ </wpt>
1091+
10591092 For handling of [=missing component=] in color interpolation,
10601093 see [[#interpolation-missing]] .
10611094
0 commit comments