@@ -29,8 +29,6 @@ WPT Display: closed
2929</pre>
3030
3131<pre class="link-defaults">
32- spec: css-conditional-3
33- type: dfn; text: conditional group rule
3432 spec:css2; type:dfn; text:stacking context
3533 spec:css2; type:property; text:content
3634 spec:css-display-3; type:property; text:display
@@ -42,8 +40,14 @@ WPT Display: closed
4240 spec:css-break-3; type:dfn; text:fragmentation container
4341 spec:css-break-3; type:dfn; text:fragmentation context
4442 spec:css-break-3; type:dfn; text:fragmented flow
43+ spec:css-cascade-5; type:dfn; text:property
44+ spec:css-conditional-3; type:dfn; text:conditional group rule
45+ spec:css-conditional-3; type:type; text:<supports-decl>
46+ spec:css-conditional-4; type:type; text:<supports-selector-fn>
4547 spec:css-contain-2; type:dfn; text:layout containment box
4648 spec:css-contain-2; type:dfn; text:size containment box
49+ spec:css-fonts-4; type:type; text:<font-format>
50+ spec:css-fonts-4; type:type; text:<font-tech>
4751 spec:css-pseudo-4; type:dfn; text:fictional tag sequence
4852 spec:css-pseudo-4; type:selector; text:::file-selector-button
4953 spec:css-pseudo-4; type:selector; text:::placeholder
@@ -60,9 +64,8 @@ WPT Display: closed
6064 spec:css-sizing-3; type:dfn; text:size
6165 spec:css-values-4; type:dfn; text:relative length
6266 spec:css-values-4; type:dfn; text:identifier
63- spec:web-animations-1; type:dfn; text:effect values
64- spec:css-cascade-5; type:dfn; text:property
6567 spec:css-values-4; type:type; text:<general-enclosed>
68+ spec:web-animations-1; type:dfn; text:effect values
6669</pre>
6770
6871<h2 id="introduction">
@@ -163,7 +166,7 @@ Generalized Conditional Rules: the ''@when'' rule</h2>
163166 }
164167 </pre>
165168
166- Where << boolean-condition>> is a boolean algebra a la [[mediaqueries-4#mq-syntax]] ,
169+ Where <dfn><< boolean-condition>></dfn > is a boolean algebra a la [[mediaqueries-4#mq-syntax]] ,
167170 but with ''media()'' and ''supports()'' functions as leaves.
168171
169172 Issue: Define "boolean algebra, with X as leaves" in a generic way in Conditional,
0 commit comments