Skip to content

Commit 30a8bbf

Browse files
committed
[css-cascade-5] Fix missed edit for reversing order of unlayered declarations. w3c#6284
1 parent 7eb5c29 commit 30a8bbf

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

css-cascade-5/Overview.bs

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1016,7 +1016,8 @@ Cascade Sorting Order</h3>
10161016
Declarations within each [=origin=] and [=context=]
10171017
can be explicitly assigned to a [=cascade layer=].
10181018
For the purpose of this step,
1019-
any declaration not assigned to an explicit layer is added to an implicit final layer.
1019+
any declaration not assigned to an explicit layer
1020+
is added to an implicit first layer.
10201021

10211022
Cascade layers (like declarations) are ordered by order of appearance.
10221023
When comparing declarations that belong to different layers,
@@ -1858,6 +1859,14 @@ Rolling Back Cascade Layers: the ''revert-layer'' keyword</h4>
18581859
<h2 id="changes">
18591860
Changes</h2>
18601861

1862+
<h3 id="changes-2021-10">
1863+
Changes since the 29 August 2021 Working Draft</h3>
1864+
1865+
Changes since the <a href="https://www.w3.org/TR/2021/WD-css-cascade-5-20210608/">8 June 2021 Working Draft</a> include:
1866+
1867+
* Fixed a missed edit for switching ordering of unlayered styles.
1868+
(See [[#changes-2021-06]].)
1869+
18611870
<h3 id="changes-2021-08">
18621871
Changes since the 8 June 2021 Working Draft</h3>
18631872

0 commit comments

Comments
 (0)