File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -875,8 +875,8 @@ Representing Colors: the <<color>> type</h2>
875875 <pre class='prod'>
876876 <color> = <<absolute-color-base>> | currentcolor | <<system-color>> <!-- | <<device-cmyk()>> -->
877877
878- <dfn><absolute-color-base></dfn> = <<hex-color>> | <<absolute-color-function>> | <<named-color>> | transparent
879- <dfn><absolute-color-function></dfn> = <<rgb()>> | <<rgba()>> |
878+ <dfn export ><absolute-color-base></dfn> = <<hex-color>> | <<absolute-color-function>> | <<named-color>> | transparent
879+ <dfn export ><absolute-color-function></dfn> = <<rgb()>> | <<rgba()>> |
880880 <<hsl()>> | <<hsla()>> | <<hwb()>> |
881881 <<lab()>> | <<lch()>> | <<oklab()>> | <<oklch()>> |
882882 <<color()>>
Original file line number Diff line number Diff line change @@ -2918,7 +2918,7 @@ Functional Notations</h2>
29182918
29192919 The [=math functions=] are defined below.
29202920 Other [=functional notations=] are defined in their own modules;
2921- for example the [=color functions=] are defined in [[CSS-COLOR-4]] .
2921+ for example the [=absolute-color-function| color functions=] are defined in [[CSS-COLOR-4]] .
29222922
29232923<!--
29242924 ██████ ███ ██ ██████ ███ ███
You can’t perform that action at this time.
0 commit comments