Skip to content

Commit

Permalink
[css-borders-4] Accept infinity keyword in superellipse() (#11638)
Browse files Browse the repository at this point in the history
This was already specified in prose but missing in the production rule.
  • Loading branch information
cdoublev authored Feb 3, 2025
1 parent 69300cd commit c77c4dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css-borders-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ Issue <a href="https://github.com/w3c/csswg-drafts/issues/11610">#11610</a>: che
'corner-shape' values</h4>

<pre class=prod>
<dfn><<corner-shape-value>></dfn> = ''round'' | ''scoop'' | ''bevel'' | ''notch'' | ''straight'' | ''squircle'' | superellipse(<<number [0,&infin;]>>)
<dfn><<corner-shape-value>></dfn> = ''round'' | ''scoop'' | ''bevel'' | ''notch'' | ''straight'' | ''squircle'' | superellipse(<<number [0,&infin;]>> | infinity)
</pre>

<dl dfn-type="value" dfn-for="<corner-shape-value>">
Expand Down

0 comments on commit c77c4dc

Please sign in to comment.