Skip to content

Commit 1c3ec51

Browse files
committed
Removed unnecessary indirection in the next-statement error mode.
--HG-- extra : rebase_source : bc554430bf697346d90d7a096321eb0191f14e7d
1 parent f5f81ec commit 1c3ec51

2 files changed

Lines changed: 6 additions & 9 deletions

File tree

css3-syntax/Overview.html

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2449,16 +2449,13 @@ <h4 id=next-declaration-error-mode><span class=secno>3.5.11. </span> <dfn
24492449
<dl>
24502450
<dt>semicolon token
24512451

2452-
<dd> Do nothing. <a
2453-
href="#switch-to-the-current-rules-content-mode0"><i>Switch to the
2454-
current rule's content mode</i></a>.
2452+
<dd> Do nothing. Switch to the <a href="#declaration-mode0"><i>declaration
2453+
mode</i></a>.
24552454

24562455
<dt><span class=temp>}</span> token
24572456

2458-
<dd> Do nothing. <a
2459-
href="#switch-to-the-current-rules-content-mode0"><i>Switch to the
2460-
current rule's content mode</i></a>. Reprocess the <i>current input
2461-
token</i>.
2457+
<dd> Do nothing. Switch to the <a href="#declaration-mode0"><i>declaration
2458+
mode</i></a>. Reprocess the <i>current input token</i>.
24622459

24632460
<dt><span class=temp>{</span> token
24642461

css3-syntax/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2419,12 +2419,12 @@ <h4>
24192419
<dt>semicolon token
24202420
<dd>
24212421
Do nothing.
2422-
<i>Switch to the current rule's content mode</i>.
2422+
Switch to the <i>declaration mode</i>.
24232423

24242424
<dt><span class='temp'>}</span> token
24252425
<dd>
24262426
Do nothing.
2427-
<i>Switch to the current rule's content mode</i>.
2427+
Switch to the <i>declaration mode</i>.
24282428
Reprocess the <i>current input token</i>.
24292429

24302430
<dt><span class='temp'>{</span> token

0 commit comments

Comments
 (0)