Skip to content

Commit 23edc01

Browse files
authored
[css-borders-4] Clean up 'corner-shape' shorthand (w3c#11687)
No need for /, and can have 1-4 values.
1 parent e41b68f commit 23edc01

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
@@ -411,7 +411,7 @@ Corner Shaping: the 'corner-shape' and 'corner-*-shape' properties</h4>
411411

412412
<pre class="propdef">
413413
Name: corner-shape
414-
Value: <<corner-shape-value>>{1,2} [ / <<corner-shape-value>>{1,2} ]?
414+
Value: <<corner-shape-value>>{1,4}
415415
Initial: round
416416
Applies to: all elements where 'border-radius' can apply
417417
Inherited: no

0 commit comments

Comments
 (0)