Skip to content

Commit e857640

Browse files
committed
Fix how to handle a statement at-rule that has a block in it.
--HG-- extra : rebase_source : d57e8c5ef0b18f703bac50bff963d6134f8f6958
1 parent 5250398 commit e857640

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

css3-syntax/Overview.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
<h1>CSS Syntax Module Level 3</h1>
3838

39-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 14 June 2012</h2>
39+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 13 July 2012</h2>
4040

4141
<dl>
4242
<dt>This version:
@@ -2229,8 +2229,10 @@ <h4 id=at-rule-mode><span class=secno>3.6.3. </span> <dfn
22292229
<a href="#declaration-filled"><i>declaration-filled</i></a>, switch to
22302230
the <a href="#declaration-mode0"><i>declaration mode</i></a>.
22312231

2232-
<p> Otherwise, this is a <i>parse error</i>. Switch to the
2233-
<i>next-statement error mode</i>.
2232+
<p> Otherwise, this is a <i>parse error</i>. Switch to the <a
2233+
href="#next-block-error-mode0"><i>next-block error mode</i></a>.
2234+
Reconsume the <a href="#current-input-token"><i>current input
2235+
token</i></a>.
22342236

22352237
<dt>[ token
22362238

css3-syntax/Overview.src.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2252,7 +2252,8 @@ <h4>
22522252

22532253
<p>
22542254
Otherwise, this is a <i>parse error</i>.
2255-
Switch to the <i>next-statement error mode</i>.
2255+
Switch to the <i>next-block error mode</i>.
2256+
Reconsume the <i>current input token</i>.
22562257

22572258
<dt>[ token
22582259
<dt>( token

0 commit comments

Comments
 (0)