File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ Importing Style Sheets: the ''@import'' rule</h2>
129
129
as if they were written literally into the stylesheet at the point of the ''@import'' .
130
130
131
131
Any ''@import'' rules must precede all other valid at-rules and style rules in a style sheet
132
- (ignoring ''@charset'' and empty '' @layer'' definitions )
132
+ (ignoring ''@charset'' and <a href="#layer-empty"><css> @layer</css> statement</a> rules )
133
133
and must not have any other valid at-rules or style rules between it and previous ''@import'' rules,
134
134
or else the ''@import'' rule is invalid.
135
135
The syntax of ''@import'' is:
@@ -1993,11 +1993,12 @@ Changes</h2>
1993
1993
<h3 id="changes-2022-01">
1994
1994
Changes since the 13 Jan 2022 Candidate Recommendation Snapshot</h3>
1995
1995
1996
- Non-trivial changes since the <a href="CSS Cascading and Inheritance Level 5">Candidate Recommendation Snapshot</a> :
1996
+ Non-trivial changes since the <a href="CSS Cascading and Inheritance Level 5">13 January 2022 Candidate Recommendation Snapshot</a> :
1997
1997
1998
- <!-- to 11 Jan 2022 -->
1998
+ <!-- to 13 Jan 2022 -->
1999
1999
* Clarify that all “aliases” of a property are reverted by ''revert'' /''revert-layer'' .
2000
2000
* Clarify that style sheets are ordered in [[final CSS style sheets]] order.
2001
+ * Clarify that only ''@layer'' statement rules are ignored when checking validity of ''@import'' , not empty ''@layer'' block rules.
2001
2002
2002
2003
<h3 id="changes-2021-10">
2003
2004
Changes since the 15 Oct 2021 Working Draft</h3>
You can’t perform that action at this time.
0 commit comments