Skip to content

Commit b298c7c

Browse files
committed
[css3-syntax] Add (%) after the PERCENT SIGN mentions.
1 parent aa0167c commit b298c7c

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
@@ -2017,7 +2017,7 @@ <h4 id=number-rest-state><span class=secno>3.4.16. </span> <dfn
20172017
Reconsume the <a href="#current-input-character"><i>current input
20182018
character</i></a>.
20192019

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

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

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

21362136
<dd> Emit a percent token with its value set to the number produced by
21372137
interpreting the number token's representation as a base-10 number.

css3-syntax/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1414,7 +1414,7 @@ <h4>
14141414
Switch to the <i>data state</i>.
14151415
Reconsume the <i>current input character</i>.
14161416

1417-
<dt>U+0025 PERCENT SIGN
1417+
<dt>U+0025 PERCENT SIGN (%)
14181418
<dd>
14191419
Emit a percent token
14201420
with its value set to the number
@@ -1562,7 +1562,7 @@ <h4>
15621562
Switch to the <i>data state</i>.
15631563
Reconsume the <i>current input character</i>.
15641564

1565-
<dt>U+0025 PERCENT SIGN
1565+
<dt>U+0025 PERCENT SIGN (%)
15661566
<dd>
15671567
Emit a percent token
15681568
with its value set to the number

0 commit comments

Comments
 (0)