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 c7235bb commit 148dda6Copy full SHA for 148dda6
css-values-5/Overview.bs
@@ -1390,6 +1390,12 @@ Conditional Value Selection: the ''if()'' notation</h3>
1390
would be a [=cyclic substitution context=],
1391
that query evaluates to false.
1392
1393
+ <div class=example>
1394
+ For example, in ''--foo: if(style(--foo: bar): baz);''
1395
+ the ''style()'' query is automatically false,
1396
+ since [=property replacement=] has already established a &bs<<"property", "--foo"&bs>>; [=substitution context=].
1397
+ </div>
1398
+
1399
If the result of |condition| is false,
1400
[=iteration/continue=].
1401
0 commit comments