Skip to content

Commit 6602eac

Browse files
committed
Clarify that border-radius values cannot be negative. <http://lists.w3.org/Archives/Public/www-style/2012Mar/0258.html>
1 parent 604ee9c commit 6602eac

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css3-background/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2759,7 +2759,7 @@ <h3 id=the-border-radius><span class=secno>5.1. </span>Curve Radii: the
27592759
copied from the first. If either length is zero, the corner is square, not
27602760
rounded. Percentages for the horizontal radius refer to the width of the
27612761
border box, whereas percentages for the vertical radius refer to the
2762-
height of the border box.
2762+
height of the border box. Negative values are not allowed.
27632763

27642764
<div class=figure>
27652765
<p><img alt="Diagram of the inscribed ellipse" src=corner.png>

css3-background/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1917,7 +1917,7 @@ <h3 id="the-border-radius">Curve Radii: the 'border-radius' properties</h3>
19171917
If either length is zero, the corner is square, not rounded.
19181918
Percentages for the horizontal radius refer to the width of the
19191919
border box, whereas percentages for the vertical radius refer to
1920-
the height of the border box.
1920+
the height of the border box. Negative values are not allowed.
19211921

19221922
<div class="figure">
19231923
<p><img alt="Diagram of the inscribed ellipse" src="corner.png">

0 commit comments

Comments
 (0)