Skip to content

Commit a41b2ac

Browse files
committed
[css3-syntax] typo
1 parent 446988a commit a41b2ac

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

css3-syntax/Overview.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2851,7 +2851,7 @@ <h4 id=top-level-mode><span class=secno>3.6.2. </span> <dfn
28512851
<dd> Create a style rule and push it onto the <a
28522852
href="#stack-of-open-rules"><i>stack of open rules</i></a>. Switch to the
28532853
<a href="#selector-mode0"><i>selector mode</i></a>. <a
2854-
href="#reconsume-the-current-input-token"><i>reconsume the current input
2854+
href="#reconsume-the-current-input-token"><i>Reconsume the current input
28552855
token</i></a>.
28562856
</dl>
28572857

@@ -2947,7 +2947,7 @@ <h4 id=rule-block-mode><span class=secno>3.6.4. </span> <dfn
29472947
<dd> Create a style rule and push it onto the <a
29482948
href="#stack-of-open-rules"><i>stack of open rules</i></a>. Switch to the
29492949
<a href="#selector-mode0"><i>selector mode</i></a>. <a
2950-
href="#reconsume-the-current-input-token"><i>reconsume the current input
2950+
href="#reconsume-the-current-input-token"><i>Reconsume the current input
29512951
token</i></a>.
29522952
</dl>
29532953

@@ -3151,15 +3151,15 @@ <h4 id=declaration-important-mode><span class=secno>3.6.9. </span> <dfn
31513151
<p> Otherwise, this is a <i>parse error</i>. Unset the <a
31523152
href="#current-declaration"><i>current declaration</i></a>. Switch to
31533153
the <a href="#next-declaration-error-mode0"><i>next-declaration error
3154-
mode</i></a>. <a href="#reconsume-the-current-input-token"><i>reconsume
3154+
mode</i></a>. <a href="#reconsume-the-current-input-token"><i>Reconsume
31553155
the current input token</i></a>.
31563156

31573157
<dt>anything else
31583158

31593159
<dd> This is a <i>parse error</i>. Unset the <a
31603160
href="#current-declaration"><i>current declaration</i></a>. Switch to the
31613161
<a href="#next-declaration-error-mode0"><i>next-declaration error
3162-
mode</i></a>. <a href="#reconsume-the-current-input-token"><i>reconsume
3162+
mode</i></a>. <a href="#reconsume-the-current-input-token"><i>Reconsume
31633163
the current input token</i></a>.
31643164
</dl>
31653165

@@ -3249,7 +3249,7 @@ <h4 id=next-declaration-error-mode><span class=secno>3.6.12. </span> <dfn
32493249

32503250
<dd> Do nothing. Switch to the <a
32513251
href="#declaration-block-mode0"><i>declaration-block mode</i></a>. <a
3252-
href="#reconsume-the-current-input-token"><i>reconsume the current input
3252+
href="#reconsume-the-current-input-token"><i>Reconsume the current input
32533253
token</i></a>.
32543254

32553255
<dt>EOF token

css3-syntax/Overview.src.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2395,7 +2395,7 @@ <h4>
23952395
Create a style rule
23962396
and push it onto the <i>stack of open rules</i>.
23972397
Switch to the <i>selector mode</i>.
2398-
<i>reconsume the current input token</i>.
2398+
<i>Reconsume the current input token</i>.
23992399
</dl>
24002400

24012401
<h4>
@@ -2491,7 +2491,7 @@ <h4>
24912491
Create a style rule
24922492
and push it onto the <i>stack of open rules</i>.
24932493
Switch to the <i>selector mode</i>.
2494-
<i>reconsume the current input token</i>.
2494+
<i>Reconsume the current input token</i>.
24952495

24962496
</dl>
24972497

@@ -2692,14 +2692,14 @@ <h4>
26922692
Otherwise, this is a <i>parse error</i>.
26932693
Unset the <i>current declaration</i>.
26942694
Switch to the <i>next-declaration error mode</i>.
2695-
<i>reconsume the current input token</i>.
2695+
<i>Reconsume the current input token</i>.
26962696

26972697
<dt>anything else
26982698
<dd>
26992699
This is a <i>parse error</i>.
27002700
Unset the <i>current declaration</i>.
27012701
Switch to the <i>next-declaration error mode</i>.
2702-
<i>reconsume the current input token</i>.
2702+
<i>Reconsume the current input token</i>.
27032703
</dl>
27042704

27052705

@@ -2794,7 +2794,7 @@ <h4>
27942794
<dd>
27952795
Do nothing.
27962796
Switch to the <i>declaration-block mode</i>.
2797-
<i>reconsume the current input token</i>.
2797+
<i>Reconsume the current input token</i>.
27982798

27992799
<dt>EOF token
28002800
<dd>

0 commit comments

Comments
 (0)