Skip to content

Commit 7ed51a8

Browse files
committed
[css-color-4] Listed categories of colors, such as those that resolve to sRGB or support legacy color syntax. Fix #7836
1 parent bf78a61 commit 7ed51a8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

css-color-4/Overview.bs

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -971,6 +971,19 @@ Representing Colors: the <<color>> type</h2>
971971
* ''currentColor'' (which depends on the value of the 'color' property)
972972
* a <<system-color>> (which depends on the color mode)
973973

974+
The colors that <dfn export>resolve to sRGB</dfn> are:
975+
976+
- <a href="#hex-notation">hex</a> colors
977+
- ''rgb()'' and ''rgba()'' values
978+
- ''hsl()'' and ''hsla()'' values
979+
- ''hwb()'' values
980+
- <a href="#named-colors">named</a> colors
981+
982+
The functions that <dfn export>support legacy color syntax</dfn> are:
983+
984+
- ''rgb()'' and ''rgba()''
985+
- ''hsl()'' and ''hsla()''
986+
974987
The <<hsl()>>, <<hsla()>>, <<hwb()>>, <<lch()>>, and <<oklch()>> [=color functions=]
975988
are [=cylindrical polar color=] representations using a <<hue>> angle;
976989
the other [=color functions=] use [=rectangular orthogonal color=] representations.

0 commit comments

Comments
 (0)