Skip to content

Commit b29c569

Browse files
committed
[css-cascade] Simplify @charset parenthetical. #5313
1 parent a163eb5 commit b29c569

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css-cascade-3/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Importing Style Sheets: the ''@import'' rule</h2>
9292
as if they were written literally into the stylesheet at the point of the ''@import''.
9393

9494
Any ''@import'' rules must precede all other valid at-rules and style rules in a style sheet
95-
(with ''@charset'' counting as an invalid rule), or else the ''@import'' rule is invalid.
95+
(ignoring ''@charset''), or else the ''@import'' rule is invalid.
9696
The syntax of ''@import'' is:
9797

9898
<pre class='prod'>@import [ <<url>> | <<string>> ] <<media-query-list>>? ;</pre>

css-cascade-4/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Importing Style Sheets: the ''@import'' rule</h2>
9898
as if they were written literally into the stylesheet at the point of the ''@import''.
9999

100100
Any ''@import'' rules must precede all other valid at-rules and style rules in a style sheet
101-
(with ''@charset'' counting as an invalid rule), or else the ''@import'' rule is invalid.
101+
(ignoring ''@charset''), or else the ''@import'' rule is invalid.
102102
The syntax of ''@import'' is:
103103

104104
<pre class='prod'>

0 commit comments

Comments
 (0)