We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31e2351 commit e47293dCopy full SHA for e47293d
css-conditional-values/Overview.bs
@@ -128,7 +128,7 @@ Inline conditionals: The ''if()'' function
128
The ''if()'' function allows authors to set a property value (or parts thereof) to different values based on certain conditions.
129
130
<pre class="prod def">
131
-<<if()>> = if( <<condition>>, <<if-true>> [, <<antecedent>>])
+<<if()>> = if( <<condition>>, <<consequent>> [, <<antecedent>>])
132
<<consequent>> = <<declaration-value>>
133
<<antecedent>> = <<declaration-value>>
134
</pre>
0 commit comments