Skip to content

Commit 30a8bbf

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

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

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
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
18581859

18591860
Changes
18601861

1862+

1863+
Changes since the 29 August 2021 Working Draft
1864+
1865+
Changes since the 8 June 2021 Working Draft include:
1866+
1867+
* Fixed a missed edit for switching ordering of unlayered styles.
1868+
(See [[#changes-2021-06]].)
1869+
18611870

18621871
Changes since the 8 June 2021 Working Draft
18631872

0 commit comments

Comments
 (0)