Skip to content

Commit

Permalink
use one-or-more for dynamic-range-limit-mix grammar production
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus authored and svgeesus committed Dec 11, 2024
1 parent 8739881 commit 93af87a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css-color-hdr-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ Mixing Dynamic Range Limits: the ''dynamic-range-limit-mix()'' function {#dynami


<pre class='prod'>
<dfn>dynamic-range-limit-mix()</dfn> = dynamic-range-limit-mix( [ <<ident>> && <<percentage [0,100]>> ]+)
<dfn>dynamic-range-limit-mix()</dfn> = dynamic-range-limit-mix( [ <<ident>> && <<percentage [0,100]>> ]#)
</pre>

<wpt>
Expand Down

0 comments on commit 93af87a

Please sign in to comment.