Skip to content

Commit cfedc27

Browse files
committed
[css2020] Move cascade 4 to the snapshot proper
1 parent 99a07bc commit cfedc27

1 file changed

Lines changed: 5 additions & 15 deletions

File tree

css-2020/Overview.bs

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,12 @@ Classification of CSS Specifications</h2>
184184
<dd>
185185
Replaces CSS2&sect;5 and CSS2&sect;6.4.3, defining an extended range of selectors.
186186

187-
<dt><a href="https://www.w3.org/TR/css3-cascade/">CSS Cascading and Inheritance Level 3</a>
188-
[[!CSS-CASCADE-3]]
187+
<dt><a href="https://www.w3.org/TR/css-cascade-4/">CSS Cascading and Inheritance Level 4</a>
188+
[[!CSS-CASCADE-4]]
189189
<dd>
190-
Replaces CSS2&sect;1.4.3 and CSS2&sect;6
190+
Replaces CSS2&sect;1.4.3 and CSS2&sect;6, as well as [[CSS-CASCADE-3]].
191+
Describes how to collate style rules and assign values to all properties on all elements.
192+
By way of cascading and inheritance, values are propagated for all properties on all elements.
191193

192194
<dt><a href="https://www.w3.org/TR/css3-values/">CSS Values and Units Level 3</a>
193195
[[!CSS-VALUES-3]]
@@ -274,13 +276,6 @@ Classification of CSS Specifications</h2>
274276
which indicates that the element’s subtree is independent of the rest of the page.
275277
This enables heavy optimizations by user agents when used well.
276278

277-
<dt><a href="https://www.w3.org/TR/css-cascade-4/">CSS Cascading and Inheritance Level 4</a>
278-
[[!CSS-CASCADE-4]]
279-
<dd>
280-
Extends and supersedes [[CSS-CASCADE-3]],
281-
describing how to collate style rules and assign values to all properties on all elements.
282-
By way of cascading and inheritance, values are propagated for all properties on all elements.
283-
284279
<dt><a href="https://www.w3.org/TR/css-easing-1/">CSS Easing Functions Level 1</a>
285280
[[!CSS-EASING-1]].
286281
<dd>
@@ -750,7 +745,6 @@ Safe to Release pre-CR Exceptions</h2>
750745
css-conditional-3,
751746
css-namespaces-3,
752747
selectors-3,
753-
css-cascade-3,
754748
css-cascade-4,
755749
css-values-3,
756750
css-color-3,
@@ -795,7 +789,6 @@ Safe to Release pre-CR Exceptions</h2>
795789
css-conditional-3,
796790
css-namespaces-3,
797791
selectors-3,
798-
css-cascade-3,
799792
css-cascade-4,
800793
css-values-3,
801794
css-color-3,
@@ -841,7 +834,6 @@ At-Rule Index</h3>
841834
css-conditional-3,
842835
css-namespaces-3,
843836
selectors-3,
844-
css-cascade-3,
845837
css-cascade-4,
846838
css-values-3,
847839
css-color-3,
@@ -886,7 +878,6 @@ At-Rule Index</h3>
886878
css-conditional-3,
887879
css-namespaces-3,
888880
selectors-3,
889-
css-cascade-3,
890881
css-cascade-4,
891882
css-values-3,
892883
css-color-3,
@@ -931,7 +922,6 @@ At-Rule Index</h3>
931922
css-conditional-3,
932923
css-namespaces-3,
933924
selectors-3,
934-
css-cascade-3,
935925
css-cascade-4,
936926
css-values-3,
937927
css-color-3,

0 commit comments

Comments
 (0)