Skip to content

Commit 03beb3c

Browse files
committed
[css3-syntax] Updated the 'differences from 2.1' section to match my recent changes.
1 parent 9ef66a9 commit 03beb3c

2 files changed

Lines changed: 2 additions & 28 deletions

File tree

css3-syntax/Overview.html

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3735,24 +3735,13 @@ <h3 id=changes-from-css-2.1-core-grammar><span class=secno>5.13. </span>
37353735
<li> [] blocks, () blocks and functions can now contain {} blocks,
37363736
at-keywords or semicolons
37373737

3738-
<li> Property values, functions and all blocks can now contain cdo and
3739-
cdc
3740-
37413738
<li> Selectors can now contain semicolons
37423739

3743-
<li> Selectors and at-rule predules can now contain cdo, cdc and
3744-
at-keywords
3745-
3746-
<li> Anything can contain an unmatched } ] or )
3740+
<li> Selectors and at-rule preludes can now contain at-keywords
37473741
</ul>
37483742

37493743
<li> Quirks mode parsing differences are now officially recognized in the
37503744
parser.
3751-
3752-
<li> Selectors are no longer optional in rulesets a.k.a. style rules.
3753-
(Although an empty selector is invalid per css3-selectors, it does not
3754-
make ruleset invalid per the core grammar.)
3755-
<p class=issue> Do we want this? It's trivial to make it work.
37563745
</ol>
37573746

37583747
<h2 id=parser-entry-points><span class=secno>6. </span> Parser Entry Points</h2>

css3-syntax/Overview.src.html

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3238,30 +3238,15 @@ <h3>
32383238
<li>
32393239
[] blocks, () blocks and functions can now contain {} blocks, at-keywords or semicolons
32403240

3241-
<li>
3242-
Property values, functions and all blocks can now contain cdo and cdc
3243-
32443241
<li>
32453242
Selectors can now contain semicolons
32463243

32473244
<li>
3248-
Selectors and at-rule predules can now contain cdo, cdc and at-keywords
3249-
3250-
<li>
3251-
Anything can contain an unmatched } ] or )
3245+
Selectors and at-rule preludes can now contain at-keywords
32523246
</ul>
32533247

32543248
<li>
32553249
Quirks mode parsing differences are now officially recognized in the parser.
3256-
3257-
<li>
3258-
Selectors are no longer optional in rulesets a.k.a. style rules.
3259-
(Although an empty selector is invalid per css3-selectors,
3260-
it does not make ruleset invalid per the core grammar.)
3261-
3262-
<p class='issue'>
3263-
Do we want this?
3264-
It's trivial to make it work.
32653250
</ol>
32663251

32673252

0 commit comments

Comments
 (0)