Skip to content

Commit

Permalink
[css-values-5] Fix <progress> definition to use <percentage-token>
Browse files Browse the repository at this point in the history
This makes it match the prose that follows it.
  • Loading branch information
weinig authored and svgeesus committed Dec 19, 2024
1 parent 4ff8749 commit 2ed6043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css-values-5/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -990,7 +990,7 @@ Representing Interpolation Progress: the <<progress>> type</h3>

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

where:
Expand Down

0 comments on commit 2ed6043

Please sign in to comment.