Skip to content

Commit 7ac6569

Browse files
committed
[css-syntax-3] Missing phrase setting the type flag for percentage tokens. Fixes w3c#5483.
1 parent 2fe26d5 commit 7ac6569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-syntax-3/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1117,7 +1117,7 @@ Consume a numeric token</h4>
11171117
Otherwise,
11181118
if the <a>next input code point</a> is U+0025 PERCENTAGE SIGN (%),
11191119
consume it.
1120-
Create a <<percentage-token>> with the same value as |number|,
1120+
Create a <<percentage-token>> with the same value and type flag as |number|,
11211121
and return it.
11221122

11231123
Otherwise,

0 commit comments

Comments
 (0)