Skip to content

Commit e9b422e

Browse files
committed
Clarify note about non-quarter-ellipse inner curves. <http://lists.w3.org/Archives/Public/www-style/2012Mar/0258.html>
1 parent 238305f commit e9b422e

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

css3-background/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2816,9 +2816,9 @@ <h3 id=corner-shaping><span class=secno>5.2. </span>Corner Shaping</h3>
28162816
adjoining borders are of different thicknesses the corner will show a
28172817
smooth transition between the thicker and thinner borders.
28182818

2819-
<p class=note>Note that this means that if the outer curve extends past the
2820-
adjacent corner's padding edge, the inner curve may not be a full quarter
2821-
ellipse.
2819+
<p class=note>Note that this means that if the center of the outer curve is
2820+
past the opposite side's padding edge, the inner curve might not be a full
2821+
quarter ellipse.
28222822

28232823
<p>All border styles (&lsquo;<code class=css>solid</code>&rsquo;,
28242824
&lsquo;<code class=css>dotted</code>&rsquo;, &lsquo;<code

css3-background/Overview.src.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1973,9 +1973,9 @@ <h3 id="corner-shaping">Corner Shaping</h3>
19731973
when two adjoining borders are of different thicknesses the corner will
19741974
show a smooth transition between the thicker and thinner borders.
19751975

1976-
<p class="note">Note that this means that if the outer curve extends
1977-
past the adjacent corner's padding edge, the inner curve may not be
1978-
a full quarter ellipse.</p>
1976+
<p class="note">Note that this means that if the center of the outer curve
1977+
is past the opposite side's padding edge, the inner curve might not be a
1978+
full quarter ellipse.</p>
19791979

19801980
<p>All border styles (''solid'', ''dotted'', ''inset'', etc.)
19811981
follow the curve of the border.

0 commit comments

Comments
 (0)