Skip to content

Commit 5f3d6e7

Browse files
committed
[css-syntax] typos
1 parent 8eeb6c6 commit 5f3d6e7

File tree

2 files changed

+242
-242
lines changed

2 files changed

+242
-242
lines changed

css-syntax/Overview.bs

+4-4
Original file line numberDiff line numberDiff line change
@@ -3360,7 +3360,7 @@ Changes from CSS 2.1 and Selectors Level 3</h3>
33603360
The <<comma-token>> has been added.
33613361

33623362
<li>
3363-
<<number-token>>, <<number-token>>, and <<dimension-token>> have been changed
3363+
<<number-token>>, <<percentage-token>>, and <<dimension-token>> have been changed
33643364
to include the preceding +/- sign as part of their value
33653365
(rather than as a separate <<delim-token>> that needs to be manually handled every time the token is mentioned in other specs).
33663366
The only consequence of this is that comments can no longer be inserted between the sign and the number.
@@ -3383,12 +3383,12 @@ Changes from CSS 2.1 and Selectors Level 3</h3>
33833383

33843384
<ul>
33853385
<li>
3386-
Any list of declaration now also accepts at-rules, like ''@page'',
3386+
Any list of declarations now also accepts at-rules, like ''@page'',
33873387
per WG resolution.
33883388
This makes a difference in error handling
33893389
even if no such at-rules are defined yet:
3390-
an at-rule, valid or not, ends and lets the next declaration being
3391-
at a {} block without a <<semicolon-token>>.
3390+
an at-rule, valid or not, ends at a {} block without a <<semicolon-token>>
3391+
and lets the next declaration begin.
33923392

33933393
<li>
33943394
The handling of some miscellanous "special" tokens

0 commit comments

Comments
 (0)