File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments