@@ -16,10 +16,11 @@ Editor: Chris Lilley, W3C, https://svgees.us/, w3cid 1438
1616Abstract : This module contains the features of CSS for conditional processing of parts of
1717 style sheets, conditioned on capabilities of the processor or the
1818 document the style sheet is being applied to. It includes and extends the
19- functionality of CSS level 2 [[!CSS21]], which builds on CSS level 1
20- [[CSS1]]. The main extensions compared to level 2 are allowing nesting of
21- certain at-rules inside ''@media'', and the addition of the ''@supports'' rule for
22- conditional processing.
19+ functionality of CSS lConditional 3 [[!css-conditional-3]].
20+ The main extensions compared to level 3 are
21+ the Generalized Conditional ''@when''
22+ and Chained Conditional ''@else'' rules, and
23+ the addition of selector and font technology queries to the the ''@supports'' rule.
2324Default Highlight : css
2425</pre>
2526
@@ -38,9 +39,6 @@ It adds extensions to the ''@supports'' rule
3839to allow testing for supported selectors
3940and supported font technologies.
4041
41- It also adds generalized conditional rules
42- and chained conditional rules.
43-
4442It also adds an ''@when'' rule,
4543which generalizes the concept of a conditional rule.
4644Anything you can express in an existing conditional rule
@@ -62,7 +60,7 @@ which immediately follow conditional rules
6260and automatically qualify their conditions as you'd expect,
6361such that at <em> most one rule</em> in an <a>conditional rule chain</a> is chosen as active.
6462
65- Issue: In the future, copy the contents of [[css3 -conditional]] into this document.
63+ Issue: In the future, copy the contents of [[css -conditional-3 ]] into this document.
6664
6765<h2 id="at-supports-ext">Extensions to the ''@supports'' rule</h2>
6866
0 commit comments