Skip to content

Commit 5d4fbe3

Browse files
committed
[css-conditional-4] Actual abstract, instead of the Conditional 3 one
1 parent 4745dc1 commit 5d4fbe3

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

css-conditional-4/Overview.bs

+6-8
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ Editor: Chris Lilley, W3C, https://svgees.us/, w3cid 1438
1616
Abstract: 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.
2324
Default Highlight: css
2425
</pre>
2526

@@ -38,9 +39,6 @@ It adds extensions to the ''@supports'' rule
3839
to allow testing for supported selectors
3940
and supported font technologies.
4041

41-
It also adds generalized conditional rules
42-
and chained conditional rules.
43-
4442
It also adds an ''@when'' rule,
4543
which generalizes the concept of a conditional rule.
4644
Anything you can express in an existing conditional rule
@@ -62,7 +60,7 @@ which immediately follow conditional rules
6260
and automatically qualify their conditions as you'd expect,
6361
such 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

Comments
 (0)