Skip to content

Commit 446988a

Browse files
committed
[css3-syntax] 'percent token' => 'percentage token'
1 parent b298c7c commit 446988a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

css3-syntax/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2019,7 +2019,7 @@ <h4 id=number-rest-state><span class=secno>3.4.16. </span> <dfn
20192019

20202020
<dt>U+0025 PERCENT SIGN (%)
20212021

2022-
<dd> Emit a percent token with its value set to the number produced by
2022+
<dd> Emit a percentage token with its value set to the number produced by
20232023
interpreting the number token's representation as a base-10 number.
20242024
Switch to the <a href="#data-state0"><i>data state</i></a>. Reconsume the
20252025
<a href="#current-input-character"><i>current input character</i></a>.
@@ -2133,7 +2133,7 @@ <h4 id=number-fraction-state><span class=secno>3.4.17. </span> <dfn
21332133

21342134
<dt>U+0025 PERCENT SIGN (%)
21352135

2136-
<dd> Emit a percent token with its value set to the number produced by
2136+
<dd> Emit a percentage token with its value set to the number produced by
21372137
interpreting the number token's representation as a base-10 number.
21382138
Switch to the <a href="#data-state0"><i>data state</i></a>. Reconsume the
21392139
<a href="#current-input-character"><i>current input character</i></a>.

css3-syntax/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1416,7 +1416,7 @@ <h4>
14161416

14171417
<dt>U+0025 PERCENT SIGN (%)
14181418
<dd>
1419-
Emit a percent token
1419+
Emit a percentage token
14201420
with its value set to the number
14211421
produced by interpreting the number token's representation
14221422
as a base-10 number.
@@ -1564,7 +1564,7 @@ <h4>
15641564

15651565
<dt>U+0025 PERCENT SIGN (%)
15661566
<dd>
1567-
Emit a percent token
1567+
Emit a percentage token
15681568
with its value set to the number
15691569
produced by interpreting the number token's representation
15701570
as a base-10 number.

0 commit comments

Comments
 (0)