Skip to content

Commit f82d356

Browse files
committed
[css-color-4][editorial] export term absolute color function
1 parent 327110f commit f82d356

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

css-color-4/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -875,8 +875,8 @@ Representing Colors: the <<color>> type</h2>
875875
<pre class='prod'>
876876
&lt;color> = <<absolute-color-base>> | currentcolor | <<system-color>> <!-- | <<device-cmyk()>> -->
877877
878-
<dfn>&lt;absolute-color-base></dfn> = <<hex-color>> | <<absolute-color-function>> | <<named-color>> | transparent
879-
<dfn>&lt;absolute-color-function></dfn> = <<rgb()>> | <<rgba()>> |
878+
<dfn export>&lt;absolute-color-base></dfn> = <<hex-color>> | <<absolute-color-function>> | <<named-color>> | transparent
879+
<dfn export>&lt;absolute-color-function></dfn> = <<rgb()>> | <<rgba()>> |
880880
<<hsl()>> | <<hsla()>> | <<hwb()>> |
881881
<<lab()>> | <<lch()>> | <<oklab()>> | <<oklch()>> |
882882
<<color()>>

css-values-4/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
██████ ███ ██ ██████ ███ ███

0 commit comments

Comments
 (0)