Skip to content

Commit 9ef66a9

Browse files
committed
[css3-syntax] Turns out it's even easier to handle a selector-less style block.
1 parent 8db220f commit 9ef66a9

2 files changed

Lines changed: 0 additions & 24 deletions

File tree

css3-syntax/Overview.html

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2899,12 +2899,6 @@ <h4 id=top-level-mode><span class=secno>5.3.1. </span> <dfn
28992899
Switch to the <a href="#at-rule-prelude-mode0"><i>at-rule-prelude
29002900
mode</i></a>.
29012901

2902-
<dt>{ token
2903-
2904-
<dd> Create a style rule and push it onto the <a
2905-
href="#stack-of-open-rules"><i>stack of open rules</i></a>. Switch to the
2906-
<a href="#declaration-block-mode0"><i>declaration-block mode</i></a>.
2907-
29082902
<dt>EOF token
29092903

29102904
<dd> <a href="#finish-parsing0"><i>Finish parsing</i></a>.
@@ -3014,12 +3008,6 @@ <h4 id=rule-block-mode><span class=secno>5.3.3. </span> <dfn
30143008

30153009
<dd> Do nothing. Remain in this mode.
30163010

3017-
<dt>{ token
3018-
3019-
<dd> Create a style rule and push it onto the <a
3020-
href="#stack-of-open-rules"><i>stack of open rules</i></a>. Switch to the
3021-
<a href="#declaration-block-mode0"><i>declaration-block mode</i></a>.
3022-
30233011
<dt>} token
30243012

30253013
<dd> <a href="#pop-the-current-rule0"><i>Pop the current rule</i></a>. <a

css3-syntax/Overview.src.html

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2377,12 +2377,6 @@ <h4>
23772377
and push it onto the <i>stack of open rules</i>.
23782378
Switch to the <i>at-rule-prelude mode</i>.
23792379

2380-
<dt>{ token
2381-
<dd>
2382-
Create a style rule
2383-
and push it onto the <i>stack of open rules</i>.
2384-
Switch to the <i>declaration-block mode</i>.
2385-
23862380
<dt>EOF token
23872381
<dd>
23882382
<i>Finish parsing</i>.
@@ -2492,12 +2486,6 @@ <h4>
24922486
<dd>
24932487
Do nothing.
24942488
Remain in this mode.
2495-
2496-
<dt>{ token
2497-
<dd>
2498-
Create a style rule
2499-
and push it onto the <i>stack of open rules</i>.
2500-
Switch to the <i>declaration-block mode</i>.
25012489

25022490
<dt>} token
25032491
<dd>

0 commit comments

Comments
 (0)