Skip to content

Commit 812b615

Browse files
committed
[css-syntax] more typos
1 parent cfa1ee7 commit 812b615

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

css-syntax/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2650,7 +2650,7 @@ <h4 class="heading settled heading" data-level=4.3.11 id=consume-a-name><span cl
26502650

26512651
<dt>the stream <a data-link-type=dfn href=#check-if-two-code-points-are-a-valid-escape title="starts with a valid escape">starts with a valid escape</a>
26522652
<dd>
2653-
<a data-link-type=dfn href=#consume-an-escaped-code-point0 title="consume an escaped code point">consume an escaped code point</a>.
2653+
<a data-link-type=dfn href=#consume-an-escaped-code-point0 title="consume an escaped code point">Consume an escaped code point</a>.
26542654
Append the returned <a data-link-type=dfn href=#code-point title="code point">code point</a> to <var>result</var>.
26552655

26562656
<dt>anything else
@@ -2799,7 +2799,7 @@ <h4 class="heading settled heading" data-level=4.3.14 id=consume-the-remnants-of
27992799

28002800
<dt>the input stream <a data-link-type=dfn href=#check-if-two-code-points-are-a-valid-escape title="starts with a valid escape">starts with a valid escape</a>
28012801
<dd>
2802-
<a data-link-type=dfn href=#consume-an-escaped-code-point0 title="consume an escaped code point">consume an escaped code point</a>.
2802+
<a data-link-type=dfn href=#consume-an-escaped-code-point0 title="consume an escaped code point">Consume an escaped code point</a>.
28032803
<span class=note>This allows an escaped right parenthesis ("\)") to be encountered without ending the <a class="production css-code" data-link-type=type href=#typedef-bad-url-token title="<bad-url-token>">&lt;bad-url-token&gt;</a>.
28042804
This is otherwise identical to the "anything else" clause.</span>
28052805

css-syntax/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1614,7 +1614,7 @@ <h4 id="consume-a-name">
16141614

16151615
<dt>the stream <a>starts with a valid escape</a>
16161616
<dd>
1617-
<a>consume an escaped code point</a>.
1617+
<a>Consume an escaped code point</a>.
16181618
Append the returned <a>code point</a> to <var>result</var>.
16191619

16201620
<dt>anything else
@@ -1763,7 +1763,7 @@ <h4 id="consume-the-remnants-of-a-bad-url">
17631763

17641764
<dt>the input stream <a>starts with a valid escape</a>
17651765
<dd>
1766-
<a>consume an escaped code point</a>.
1766+
<a>Consume an escaped code point</a>.
17671767
<span class='note'>This allows an escaped right parenthesis ("\)") to be encountered without ending the <<bad-url-token>>.
17681768
This is otherwise identical to the "anything else" clause.</span>
17691769

0 commit comments

Comments
 (0)