We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7df40df commit c6f899aCopy full SHA for c6f899a
css-color-5/Overview.bs
@@ -2795,7 +2795,7 @@ or any other color or monochrome output device which has been characterized.
2795
<pre class='prod'>
2796
<dfn export>light-dark()</dfn> = <<light-dark-color>> | <<light-dark-image>>
2797
<dfn export><<light-dark-color>></dfn> = light-dark(<<color>>, <<color>>)
2798
- <dfn export><<light-dark-image>></dfn> = light-dark(<<image>> | none, <<image>> | none)
+ <dfn export><<light-dark-image>></dfn> = light-dark( [ <<image>> | none ] , [ <<image>> | none ] )
2799
</pre>
2800
2801
For the color form, this function computes to the computed value of the first color,
0 commit comments