Skip to content

Commit

Permalink
[css-borders-4] Remove the second value from the corner-*-shape varia…
Browse files Browse the repository at this point in the history
…nt (#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 /
  • Loading branch information
noamr authored Feb 4, 2025
1 parent 1ccd616 commit 7ffdc91
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 @@ -448,7 +448,7 @@ Corner Shaping: the 'corner-shape' and 'corner-*-shape' properties</h4>
<pre class=propdef>
Name: corner-top-shape, corner-right-shape, corner-bottom-shape, corner-left-shape,
corner-block-start-shape, corner-block-end-shape, corner-inline-start-shape, corner-inline-end-shape
Value: <<corner-shape-value>> [ / <<corner-shape-value>> ]
Value: <<corner-shape-value>>
Initial: round
Applies to: all elements where 'border-radius' can apply
Inherited: no
Expand Down

0 comments on commit 7ffdc91

Please sign in to comment.