Skip to content

Commit c77c4dc

Browse files
authored
[css-borders-4] Accept infinity keyword in superellipse() (w3c#11638)
This was already specified in prose but missing in the production rule.
1 parent 69300cd commit c77c4dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-borders-4/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ Issue <a href="https://github.com/w3c/csswg-drafts/issues/11610">#11610</a>: che
366366
'corner-shape' values</h4>
367367

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

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

0 commit comments

Comments
 (0)