Skip to content

Commit 2ed6043

Browse files
weinigsvgeesus
authored andcommitted
[css-values-5] Fix <progress> definition to use <percentage-token>
This makes it match the prose that follows it.
1 parent 4ff8749 commit 2ed6043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-values-5/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@ Representing Interpolation Progress: the <<progress>> type</h3>
990990

991991
Its syntax is defined as follows:
992992
<pre class=prod>
993-
<<progress>> = [ <<percentage>> | <<number>> | <<'animation-timeline'>> ] && [ by <<easing-function>> ]?
993+
<<progress>> = [ <<percentage-token>> | <<number>> | <<'animation-timeline'>> ] && [ by <<easing-function>> ]?
994994
</pre>
995995

996996
where:

0 commit comments

Comments
 (0)