Skip to content

Commit 7ffdc91

Browse files
authored
[css-borders-4] Remove the second value from the corner-*-shape variant (#11651)
* [css-borders-4] Remove the corner-*-shape variant This variant makes sense for border-radius but not for corner-shape, as corner-shapes have only one value. Closes #11650 * Remove the /
1 parent 1ccd616 commit 7ffdc91

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
@@ -448,7 +448,7 @@ Corner Shaping: the 'corner-shape' and 'corner-*-shape' properties</h4>
448448
<pre class=propdef>
449449
Name: corner-top-shape, corner-right-shape, corner-bottom-shape, corner-left-shape,
450450
corner-block-start-shape, corner-block-end-shape, corner-inline-start-shape, corner-inline-end-shape
451-
Value: <<corner-shape-value>> [ / <<corner-shape-value>> ]
451+
Value: <<corner-shape-value>>
452452
Initial: round
453453
Applies to: all elements where 'border-radius' can apply
454454
Inherited: no

0 commit comments

Comments
 (0)