Skip to content

Commit bddcc8d

Browse files
committed
typo
--HG-- extra : rebase_source : fe5f162a00ae9afd7d5e252c7a4d0e847d642f18
1 parent 2a57edc commit bddcc8d

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

css3-syntax/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2077,7 +2077,7 @@ <h3 id=tree-construction><span class=secno>3.6. </span> Tree Construction</h3>
20772077
<dt>preserved tokens
20782078

20792079
<dd> The tokens that can appear in the tree are: identifier, hash, string,
2080-
url, delim, number, percetnage, dimension, unicode-range, whitespace,
2080+
url, delim, number, percentage, dimension, unicode-range, whitespace,
20812081
cdo, cdc, colon, semicolon, at-keyword, ], ), and }.
20822082
<p class=note> This means that the following tokens emitted by the
20832083
tokenizer stage will <strong>not</strong> appear in the stylesheet

css3-syntax/Overview.src.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2084,7 +2084,7 @@ <h3>
20842084
url,
20852085
delim,
20862086
number,
2087-
percetnage,
2087+
percentage,
20882088
dimension,
20892089
unicode-range,
20902090
whitespace,
@@ -2250,6 +2250,7 @@ <h4>
22502250
<dt>{ token
22512251
<dd>
22522252
If the <i>current rule</i> is <i>rule-filled</i>,
2253+
22532254
switch to the <i>rule mode</i>.
22542255

22552256
<p>

0 commit comments

Comments
 (0)