File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -1322,6 +1322,14 @@ Selecting the First Supported Value: the ''first-valid()'' notation</h3>
1322
1322
unlike <<whole-value>> .
1323
1323
1324
1324
<!-- Big Text: if()
1325
+
1326
+ ████ █████▌ ██ ██
1327
+ ▐▌ █▌ █▌ ▐█
1328
+ ▐▌ █▌ █▌ ▐█
1329
+ ▐▌ ████ █▌ ▐█
1330
+ ▐▌ █▌ █▌ ▐█
1331
+ ▐▌ █▌ █▌ ▐█
1332
+ ████ █▌ ██ ██
1325
1333
-->
1326
1334
1327
1335
<h3 id="if-notation">
@@ -1345,11 +1353,12 @@ Conditional Value Selection: the ''if()'' notation</h3>
1345
1353
<<if-condition>> : <<declaration-value>> ? ;? )
1346
1354
<dfn><<if-condition>></dfn> = <<boolean-expr[ <<if-test>> ]>> | else
1347
1355
<dfn><<if-test>></dfn> =
1348
- supports( [ <<supports-condition>> | << ident>> : <<declaration-value>> ] ) |
1349
- media( <<media-query >> ) |
1356
+ supports( [ <<ident>> : <<declaration-value>> ] | <<supports-condition>> ) |
1357
+ media( <<media-feature>> | <<media-condition >> ) |
1350
1358
style( <<style-query>> )
1351
1359
</pre>
1352
1360
1361
+
1353
1362
The <dfn value for="if()">else</dfn> keyword represents
1354
1363
a condition that is always true.
1355
1364
You can’t perform that action at this time.
0 commit comments