Skip to content

Commit d8e0087

Browse files
committed
[css-syntax] markup typos
1 parent 3fa5b2f commit d8e0087

2 files changed

Lines changed: 37 additions & 37 deletions

File tree

css-syntax/Overview.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2015,8 +2015,8 @@ <h4 id="parse-a-component-value" data-level="5.3.6"><span class="secno">5.3.6 </
20152015
return a syntax error.
20162016

20172017
</li><li>
2018-
<a data-autolink="link">Reconsume the current input token.
2019-
</a><a data-autolink="link" href="#consume-a-component-value0">Consume a component value</a>.
2018+
<a data-autolink="link" href="#reconsume-the-current-input-token">Reconsume the current input token</a>.
2019+
<a data-autolink="link" href="#consume-a-component-value0">Consume a component value</a>.
20202020
If nothing is returned,
20212021
return a syntax error.
20222022

@@ -2135,8 +2135,8 @@ <h4 id="consume-an-at-rule" data-level="5.4.2"><span class="secno">5.4.2 </span>
21352135

21362136
</dd><dt>anything else
21372137
</dt><dd>
2138-
<a data-autolink="link">Reconsume the current input token.
2139-
</a><a data-autolink="link" href="#consume-a-component-value0">Consume a component value</a>.
2138+
<a data-autolink="link" href="#reconsume-the-current-input-token">Reconsume the current input token</a>.
2139+
<a data-autolink="link" href="#consume-a-component-value0">Consume a component value</a>.
21402140
Append the returned value to the at-rule's prelude.
21412141
</dd></dl>
21422142

@@ -2173,8 +2173,8 @@ <h4 id="consume-a-qualified-rule" data-level="5.4.3"><span class="secno">5.4.3 <
21732173

21742174
</dd><dt>anything else
21752175
</dt><dd>
2176-
<a data-autolink="link">Reconsume the current input token.
2177-
</a><a data-autolink="link" href="#consume-a-component-value0">Consume a component value</a>.
2176+
<a data-autolink="link" href="#reconsume-the-current-input-token">Reconsume the current input token</a>.
2177+
<a data-autolink="link" href="#consume-a-component-value0">Consume a component value</a>.
21782178
Append the returned value to the qualified rule's prelude.
21792179
</dd></dl>
21802180

@@ -2204,11 +2204,11 @@ <h4 id="consume-a-list-of-declarations" data-level="5.4.4"><span class="secno">5
22042204
</dd><dt>&#9001;ident&#9002;
22052205
</dt><dd>
22062206
Initialize a temporary list initially filled with the <a data-autolink="link" href="#current-input-token">current input token</a>.
2207-
<a data-autolink="link">Consume the next input token.
2208-
While the <a data-autolink="link" href="#current-input-token">current input token</a> is anything but a &#9001;semicolon&#9002; or &#9001;EOF&#9002;,
2207+
<a data-autolink="link" href="#consume-the-next-input-token">Consume the next input token</a>.
2208+
While the <a data-autolink="link" href="#current-input-token">current input token</a> is anything other than a &#9001;semicolon&#9002; or &#9001;EOF&#9002;,
22092209
append it to the temporary list
22102210
and <a data-autolink="link" href="#consume-the-next-input-token">consume the next input token</a>.
2211-
</a><a data-autolink="link" href="#consume-a-declaration0">Consume a declaration</a> from the temporary list.
2211+
<a data-autolink="link" href="#consume-a-declaration0">Consume a declaration</a> from the temporary list.
22122212
If anything was returned,
22132213
append it to the list of declarations.
22142214

@@ -2300,8 +2300,8 @@ <h4 id="consume-a-component-value" data-level="5.4.6"><span class="secno">5.4.6
23002300

23012301
</dd><dt>anything else
23022302
</dt><dd>
2303-
<a data-autolink="link">Reconsume the current input token.
2304-
</a><a data-autolink="link" href="#consume-a-component-value0">Consume a component value</a>
2303+
<a data-autolink="link" href="#reconsume-the-current-input-token">Reconsume the current input token</a>.
2304+
<a data-autolink="link" href="#consume-a-component-value0">Consume a component value</a>
23052305
and append it to the value of the block.
23062306
</dd></dl>
23072307

@@ -2324,8 +2324,8 @@ <h4 id="consume-a-function" data-level="5.4.8"><span class="secno">5.4.8 </span>
23242324

23252325
</dd><dt>anything else
23262326
</dt><dd>
2327-
<a data-autolink="link">Reconsume the current input token.
2328-
</a><a data-autolink="link" href="#consume-a-component-value0">Consume a component value</a>
2327+
<a data-autolink="link" href="#reconsume-the-current-input-token">Reconsume the current input token</a>.
2328+
<a data-autolink="link" href="#consume-a-component-value0">Consume a component value</a>
23292329
and append the returned value
23302330
to the function's value.
23312331
</dd></dl>

css-syntax/Overview.src.html

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1814,11 +1814,11 @@ <h4>
18141814

18151815
<ol>
18161816
<li>
1817-
<i>Consume the next input token</i>.
1817+
<a>Consume the next input token</a>.
18181818

18191819
<li>
18201820
While the <a>current input token</a> is a 〈whitespace〉,
1821-
<i>consume the next input token</i>.
1821+
<a>consume the next input token</a>.
18221822

18231823
<li>
18241824
If the <a>current input token</a> is an 〈EOF〉,
@@ -1835,7 +1835,7 @@ <h4>
18351835

18361836
<li>
18371837
While the <a>current input token</a> is a 〈whitespace〉,
1838-
<i>consume the next input token</i>.
1838+
<a>consume the next input token</a>.
18391839

18401840
<li>
18411841
If the <a>current input token</a> is an 〈EOF〉,
@@ -1857,7 +1857,7 @@ <h4>
18571857

18581858
<li>
18591859
While the <a>current input token</a> is a 〈whitespace〉,
1860-
<i>consume the next input token</i>.
1860+
<a>consume the next input token</a>.
18611861

18621862
<li>
18631863
<a>Consume a declaration</a>.
@@ -1891,18 +1891,18 @@ <h4>
18911891

18921892
<ol>
18931893
<li>
1894-
<i>Consume the next input token</i>.
1894+
<a>Consume the next input token</a>.
18951895

18961896
<li>
18971897
While the <a>current input token</a> is a 〈whitespace〉,
1898-
<i>consume the next input token</i>.
1898+
<a>consume the next input token</a>.
18991899

19001900
<li>
1901-
If the <i>current input token</i> is an 〈EOF〉,
1901+
If the <a>current input token</a> is an 〈EOF〉,
19021902
return a syntax error.
19031903

19041904
<li>
1905-
<a>Reconsume the current input token</i>.
1905+
<a>Reconsume the current input token</a>.
19061906
<a>Consume a component value</a>.
19071907
If nothing is returned,
19081908
return a syntax error.
@@ -2022,7 +2022,7 @@ <h4>
20222022

20232023
<dt>anything else
20242024
<dd>
2025-
<a>Reconsume the current input token</i>.
2025+
<a>Reconsume the current input token</a>.
20262026
<a>Consume a component value</a>.
20272027
Append the returned value to the at-rule's prelude.
20282028
</dl>
@@ -2060,7 +2060,7 @@ <h4>
20602060

20612061
<dt>anything else
20622062
<dd>
2063-
<a>Reconsume the current input token</i>.
2063+
<a>Reconsume the current input token</a>.
20642064
<a>Consume a component value</a>.
20652065
Append the returned value to the qualified rule's prelude.
20662066
</dl>
@@ -2091,10 +2091,10 @@ <h4>
20912091
<dt>〈ident〉
20922092
<dd>
20932093
Initialize a temporary list initially filled with the <a>current input token</a>.
2094-
<a>Consume the next input token</i>.
2095-
While the <i>current input token</i> is anything but a 〈semicolon〉 or 〈EOF〉,
2094+
<a>Consume the next input token</a>.
2095+
While the <a>current input token</a> is anything other than a 〈semicolon〉 or 〈EOF〉,
20962096
append it to the temporary list
2097-
and <i>consume the next input token</i>.
2097+
and <a>consume the next input token</a>.
20982098
<a>Consume a declaration</a> from the temporary list.
20992099
If anything was returned,
21002100
append it to the list of declarations.
@@ -2116,23 +2116,23 @@ <h4>
21162116

21172117
<ol>
21182118
<li>
2119-
<i>Consume the next input token</i>.
2119+
<a>Consume the next input token</a>.
21202120

21212121
<li>
2122-
While the <i>current input token</i> is a 〈whitespace〉,
2123-
<i>consume the next input token</i>.
2122+
While the <a>current input token</a> is a 〈whitespace〉,
2123+
<a>consume the next input token</a>.
21242124

21252125
<li>
2126-
If the <i>current input token</i> is anything other than a 〈colon〉,
2127-
this is a <i>parse error</i>.
2126+
If the <a>current input token</a> is anything other than a 〈colon〉,
2127+
this is a <a>parse error</a>.
21282128
Return nothing.
21292129

2130-
Otherwise, <i>consume the next input token</i>.
2130+
Otherwise, <a>consume the next input token</a>.
21312131

21322132
<li>
2133-
While the <i>current input token</i> is anything other than an 〈EOF〉,
2133+
While the <a>current input token</a> is anything other than an 〈EOF〉,
21342134
append it to the declaration's value
2135-
and <i>consume the next input token</i>.
2135+
and <a>consume the next input token</a>.
21362136

21372137
<li>
21382138
If the last two non-〈whitespace〉s in the declaration's value are
@@ -2151,7 +2151,7 @@ <h4>
21512151

21522152
This section describes how to <a>consume a component value</a>.
21532153

2154-
<i>Consume the next input token</i>.
2154+
<a>Consume the next input token</a>.
21552155

21562156
If the <a>current input token</a>
21572157
is a 〈{〉, 〈[〉, or 〈(〉,
@@ -2187,7 +2187,7 @@ <h4>
21872187

21882188
<dt>anything else
21892189
<dd>
2190-
<a>Reconsume the current input token</i>.
2190+
<a>Reconsume the current input token</a>.
21912191
<a>Consume a component value</a>
21922192
and append it to the value of the block.
21932193
</dl>
@@ -2211,7 +2211,7 @@ <h4>
22112211

22122212
<dt>anything else
22132213
<dd>
2214-
<a>Reconsume the current input token</i>.
2214+
<a>Reconsume the current input token</a>.
22152215
<a>Consume a component value</a>
22162216
and append the returned value
22172217
to the function's value.

0 commit comments

Comments
 (0)