2222
2323 < h1 > CSS Backgrounds and Borders Module Level 3</ h1 >
2424
25- < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 21 January
25+ < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 26 January
2626 2010</ h2 >
2727
2828 < dl >
2929 < dt > This version:
3030
31- < dd > <!--<a href="http://www.w3.org/TR/2010/CR-css3-background-20100121 ">http://www.w3.org/TR/2010/ED-css3-background-20100121 </a>-->
31+ < dd > <!--<a href="http://www.w3.org/TR/2010/CR-css3-background-20100126 ">http://www.w3.org/TR/2010/ED-css3-background-20100126 </a>-->
3232 < a
3333 href ="http://dev.w3.org/csswg/css3-background "> http://dev.w3.org/csswg/css3-background</ a >
3434
@@ -2414,7 +2414,7 @@ <h3 id=the-border-radius><span class=secno>4.4. </span>The ‘<code
24142414 not coincide with that of the outer border curve.) Likewise the content
24152415 edge radius is the padding edge radius minus the corresponding padding, or
24162416 if that is negative, zero. The border and padding thicknesses in the
2417- curved region are interpolated from the adjoining sides. Thus when two
2417+ curved region are thus interpolated from the adjoining sides, and when two
24182418 adjoining borders are of different thicknesses the corner will show a
24192419 smooth transition between the thicker and thinner borders.
24202420
@@ -2457,11 +2457,12 @@ <h3 id=the-border-radius><span class=secno>4.4. </span>The ‘<code
24572457
24582458 < p > The center of color and style transitions between adjoining borders is
24592459 at the point on the curve that is at an angle that is proportional to the
2460- ratio of the border widths. For example, if the two widths are equal, that
2461- point is at a 45° angle, and if one is twice the width of the other
2462- the point is at a 30° angle. The line demarcating this transition is
2463- drawn between the point at that angle on the outer curve and the point at
2464- that angle on the inner curve.
2460+ ratio of the border widths. For example, if the top and right border
2461+ widths are equal, that point is at a 45° angle from the horizontal,
2462+ and if the top is twice the width of the right the point is at a 30°
2463+ angle from the horizontal. The line demarcating this transition is drawn
2464+ between the point at that angle on the outer arc and the point at that
2465+ angle on the inner arc.
24652466
24662467 < p > Color and style transitions must be contained within the segment of the
24672468 border that intersects the smallest rectangle that contains both border
@@ -2488,9 +2489,9 @@ <h3 id=the-border-radius><span class=secno>4.4. </span>The ‘<code
24882489 (represented in case D by the dark green region).
24892490 </ div >
24902491
2491- < p > Corner curves must not overlap: When the sum of any two adjacent corner
2492+ < p > Corner curves must not overlap: When the sum of any two adjacent border
24922493 radii exceeds the size of the border box, UAs must proportionally reduce
2493- all corner radii until none of them overlap. The algorithm for reducing
2494+ all border radii until none of them overlap. The algorithm for reducing
24942495 radii is as follows:
24952496
24962497 < p > Let < var > f</ var > =
@@ -2561,12 +2562,13 @@ <h3 id=the-border-radius><span class=secno>4.4. </span>The ‘<code
25612562 radii neither intersect nor extend past the boundaries of their respective
25622563 corner cells.
25632564
2564- < p > CSS3 UAs should ignore border-radius properties applied to internal
2565- table elements when ‘< code
2566- class =property > border-collapse</ code > ’ is ‘< code
2567- class =css > collapse</ code > ’. The effect of border-radius on internal
2568- table elements is undefined in CSS3 Backgrounds and Borders, but may be
2569- defined in a future specification.
2565+ < p > The effect of border-radius on < a
2566+ href ="http://www.w3.org/TR/CSS21/tables.html#tables-intro "> internal table
2567+ elements</ a > is undefined in CSS3 Backgrounds and Borders, but may be
2568+ defined in a future specification. CSS3 UAs < em > should</ em > ignore
2569+ border-radius properties applied to internal table elements when
2570+ ‘< code class =property > border-collapse</ code > ’ is ‘< code
2571+ class =css > collapse</ code > ’.
25702572
25712573 < div class =example >
25722574 < p > This example draws ovals of 15em wide and 10em high:
0 commit comments