Skip to content

Commit

Permalink
[css-values-5] Fix <progress> definition to use <percentage-token> w3…
Browse files Browse the repository at this point in the history
  • Loading branch information
triple-underscore committed Dec 19, 2024
1 parent 8b8f9d7 commit 75949ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css-values5-ja.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@
●●options

spec_title:CSS Values and Units Module Level 5
spec_date:2024-12-12
trans_update:2024-12-14
spec_date:2024-12-18
trans_update:2024-12-19
source_checked:240719
page_state_key:CSS
original_url:https://drafts.csswg.org/css-values-5/
Expand Down Expand Up @@ -3285,7 +3285,7 @@ <h3 title="Representing Interpolation Progress: the &lt;progress&gt; type">6.1.

<pre class="prod">
`progress$t
= [ `percentage$t | `number$t | `animation-timeline$tp ] &amp;&amp; [ by `easing-function$t ]?
= [ `percentage-token$t | `number$t | `animation-timeline$tp ] &amp;&amp; [ by `easing-function$t ]?
</pre>

<p>
Expand Down

0 comments on commit 75949ee

Please sign in to comment.