Skip to content

Commit cccc6aa

Browse files
committed
typo
1 parent 3295618 commit cccc6aa

2 files changed

Lines changed: 21 additions & 21 deletions

File tree

css3-syntax/Overview.html

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,8 @@ <h2 class="no-num no-toc" id=contents> Table of contents</h2>
302302
<li><a href="#next-declaration-error-mode"><span class=secno>3.6.11.
303303
</span> Next-declaration error mode</a>
304304

305-
<li><a href="#consume-a-primitive-"><span class=secno>3.6.12. </span>
306-
Consume a primitive </a>
305+
<li><a href="#consume-a-primitive"><span class=secno>3.6.12. </span>
306+
Consume a primitive</a>
307307

308308
<li><a href="#consume-a-simple-block"><span class=secno>3.6.13.
309309
</span> Consume a simple block</a>
@@ -2198,8 +2198,8 @@ <h4 id=top-level-mode><span class=secno>3.6.2. </span> <dfn
21982198
<dt>{ token
21992199

22002200
<dd> This is a <i>parse error</i>. <a
2201-
href="#consume-a-primitive"><i>Consume a primitive</i></a> and ignore the
2202-
return value. Remain in this state.
2201+
href="#consume-a-primitive0"><i>Consume a primitive</i></a> and ignore
2202+
the return value. Remain in this state.
22032203

22042204
<dt>EOF token
22052205

@@ -2246,7 +2246,7 @@ <h4 id=at-rule-mode><span class=secno>3.6.3. </span> <dfn
22462246

22472247
<dt>anything else
22482248

2249-
<dd> <a href="#consume-a-primitive"><i>Consume a primitive</i></a> and
2249+
<dd> <a href="#consume-a-primitive0"><i>Consume a primitive</i></a> and
22502250
append the returned value to the prelude of the <a
22512251
href="#current-rule"><i>current rule</i></a>. Remain in this mode.
22522252
</dl>
@@ -2304,7 +2304,7 @@ <h4 id=selector-mode><span class=secno>3.6.5. </span> <dfn
23042304

23052305
<dt>anything else
23062306

2307-
<dd> <a href="#consume-a-primitive"><i>Consume a primitive</i></a> and
2307+
<dd> <a href="#consume-a-primitive0"><i>Consume a primitive</i></a> and
23082308
append the returned value to the selector of the <a
23092309
href="#current-rule"><i>current rule</i></a>. Remain in this mode.
23102310
</dl>
@@ -2432,7 +2432,7 @@ <h4 id=declaration-value-mode><span class=secno>3.6.8. </span> <dfn
24322432

24332433
<dt>anything else
24342434

2435-
<dd> <a href="#consume-a-primitive"><i>Consume a primitive</i></a> and
2435+
<dd> <a href="#consume-a-primitive0"><i>Consume a primitive</i></a> and
24362436
append the returned value to the value of the <a
24372437
href="#current-declaration"><i>current declaration</i></a>. Remain in
24382438
this mode.
@@ -2490,8 +2490,8 @@ <h4 id=next-block-error-mode><span class=secno>3.6.10. </span> <dfn
24902490
<dl>
24912491
<dt>{ token
24922492

2493-
<dd> <a href="#consume-a-primitive"><i>Consume a primitive</i></a>. Ignore
2494-
the return value. <a
2493+
<dd> <a href="#consume-a-primitive0"><i>Consume a primitive</i></a>.
2494+
Ignore the return value. <a
24952495
href="#switch-to-the-current-rules-content-mode0"><i>Switch to the
24962496
current rule's content mode</i></a>.
24972497

@@ -2501,8 +2501,8 @@ <h4 id=next-block-error-mode><span class=secno>3.6.10. </span> <dfn
25012501

25022502
<dt>anything else
25032503

2504-
<dd> <a href="#consume-a-primitive"><i>Consume a primitive</i></a>. Ignore
2505-
the return value. Remain in this mode.
2504+
<dd> <a href="#consume-a-primitive0"><i>Consume a primitive</i></a>.
2505+
Ignore the return value. Remain in this mode.
25062506
</dl>
25072507

25082508
<h4 id=next-declaration-error-mode><span class=secno>3.6.11. </span> <dfn
@@ -2528,15 +2528,15 @@ <h4 id=next-declaration-error-mode><span class=secno>3.6.11. </span> <dfn
25282528

25292529
<dt>anything else
25302530

2531-
<dd> <a href="#consume-a-primitive"><i>Consume a primitive</i></a>. Ignore
2532-
the return value. Remain in this mode.
2531+
<dd> <a href="#consume-a-primitive0"><i>Consume a primitive</i></a>.
2532+
Ignore the return value. Remain in this mode.
25332533
</dl>
25342534

2535-
<h4 id=consume-a-primitive-><span class=secno>3.6.12. </span> <dfn
2536-
id=consume-a-primitive>Consume a primitive</dfn></h4>
2535+
<h4 id=consume-a-primitive><span class=secno>3.6.12. </span> <dfn
2536+
id=consume-a-primitive0>Consume a primitive</dfn></h4>
25372537

2538-
<p> This section describes how to <a href="#consume-a-primitive"><i>consume
2539-
a primitive</i></a>.
2538+
<p> This section describes how to <a
2539+
href="#consume-a-primitive0"><i>consume a primitive</i></a>.
25402540

25412541
<p> If the <a href="#current-input-token"><i>current input token</i></a> is
25422542
a {, [, or ( token, <a href="#consume-a-simple-block0"><i>consume a simple
@@ -2576,7 +2576,7 @@ <h4 id=consume-a-simple-block><span class=secno>3.6.13. </span> <dfn
25762576

25772577
<dt>anything else
25782578

2579-
<dd> <a href="#consume-a-primitive"><i>Consume a primitive</i></a> and
2579+
<dd> <a href="#consume-a-primitive0"><i>Consume a primitive</i></a> and
25802580
append the returned value to the value of the <a
25812581
href="#current-block"><i>current block</i></a>.
25822582
</dl>
@@ -2609,7 +2609,7 @@ <h4 id=consume-a-function><span class=secno>3.6.14. </span> <dfn
26092609

26102610
<dt>anything else
26112611

2612-
<dd> <a href="#consume-a-primitive"><i>Consume a primitive</i></a> and
2612+
<dd> <a href="#consume-a-primitive0"><i>Consume a primitive</i></a> and
26132613
append the returned value to the value of the <i>current argument</i>.
26142614
</dl>
26152615

@@ -2968,7 +2968,7 @@ <h2 class=no-num id=index> Index</h2>
29682968
<li>Consume an escaped character, <a href="#consume-an-escaped-character0"
29692969
title="Consume an escaped character"><strong>3.4.26.</strong></a>
29702970

2971-
<li>Consume a primitive, <a href="#consume-a-primitive"
2971+
<li>Consume a primitive, <a href="#consume-a-primitive0"
29722972
title="Consume a primitive"><strong>3.6.12.</strong></a>
29732973

29742974
<li>Consume a simple block, <a href="#consume-a-simple-block0"

css3-syntax/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2560,7 +2560,7 @@ <h4>
25602560

25612561

25622562
<h4>
2563-
<dfn>Consume a primitive</dfn>
2563+
<dfn>Consume a primitive</dfn></h4>
25642564

25652565
<p>
25662566
This section describes how to <i>consume a primitive</i>.

0 commit comments

Comments
 (0)