File tree 2 files changed +242
-242
lines changed
2 files changed +242
-242
lines changed Original file line number Diff line number Diff line change @@ -3360,7 +3360,7 @@ Changes from CSS 2.1 and Selectors Level 3</h3>
3360
3360
The <<comma-token>> has been added.
3361
3361
3362
3362
<li>
3363
- <<number-token>> , <<number -token>> , and <<dimension-token>> have been changed
3363
+ <<number-token>> , <<percentage -token>> , and <<dimension-token>> have been changed
3364
3364
to include the preceding +/- sign as part of their value
3365
3365
(rather than as a separate <<delim-token>> that needs to be manually handled every time the token is mentioned in other specs).
3366
3366
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>
3383
3383
3384
3384
<ul>
3385
3385
<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'' ,
3387
3387
per WG resolution.
3388
3388
This makes a difference in error handling
3389
3389
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 .
3392
3392
3393
3393
<li>
3394
3394
The handling of some miscellanous "special" tokens
You can’t perform that action at this time.
0 commit comments