File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -122,7 +122,8 @@ Representing Colors: the <<color>> type</h2>
122122
123123 <pre class='prod'>
124124 <dfn><color></dfn> = <<rgb()>> | <<rgba()>> | <<hsl()>> | <<hsla()>> |
125- <<hwb()>> | <<hex-color>> | <<named-color>> | currentcolor
125+ <<hwb()>> | <<gray()>> | <<device-cmyk()>> | <<color()>> |
126+ <<hex-color>> | <<named-color>> | currentcolor
126127 </pre>
127128
128129 Some operations work differently on <dfn export>achromatic</dfn> colors.
Original file line number Diff line number Diff line change @@ -261,7 +261,8 @@ <h2 class="heading settled heading" data-level=3 id=color-type><span class=secno
261261< p > In total, the definition of < a class ="production css-code " data-link-type =type href =#typedef-color title ="<color> "> <color></ a > is:
262262
263263 < pre class =prod > < dfn class =css-code data-dfn-type =type data-export ="" id =typedef-color > <color>< a class =self-link href =#typedef-color > </ a > </ dfn > = < a class ="production css-code " data-link-type =function href =#funcdef-rgb title =rgb() > <rgb()></ a > | < a class ="production css-code " data-link-type =function href =#funcdef-rgba title =rgba() > <rgba()></ a > | < a class ="production css-code " data-link-type =function href =#funcdef-hsl title =hsl() > <hsl()></ a > | < a class ="production css-code " data-link-type =function href =#funcdef-hsla title =hsla() > <hsla()></ a > |
264- < a class ="production css-code " data-link-type =function href =#funcdef-hwb title =hwb() > <hwb()></ a > | < a class ="production css-code " data-link-type =type href =#typedef-hex-color title ="<hex-color> "> <hex-color></ a > | < a class ="production css-code " data-link-type =type href =#typedef-named-color title ="<named-color> "> <named-color></ a > | currentcolor
264+ < a class ="production css-code " data-link-type =function href =#funcdef-hwb title =hwb() > <hwb()></ a > | < a class ="production css-code " data-link-type =function href =#funcdef-gray title =gray() > <gray()></ a > | < a class ="production css-code " data-link-type =function href =#funcdef-device-cmyk title =device-cmyk() > <device-cmyk()></ a > | < a class ="production css-code " data-link-type =function href =#funcdef-color title =color() > <color()></ a > |
265+ < a class ="production css-code " data-link-type =type href =#typedef-hex-color title ="<hex-color> "> <hex-color></ a > | < a class ="production css-code " data-link-type =type href =#typedef-named-color title ="<named-color> "> <named-color></ a > | currentcolor
265266</ pre >
266267< p > Some operations work differently on < dfn data-dfn-type =dfn data-export ="" id =achromatic > achromatic< a class =self-link href =#achromatic > </ a > </ dfn > colors.
267268 An < a data-link-type =dfn href =#achromatic title =achromatic > achromatic</ a > color is a shade of gray:
You can’t perform that action at this time.
0 commit comments