- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 11 Jan 2012 19:31:11 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-background In directory hutz:/tmp/cvs-serv3451 Modified Files: Overview.html Overview.src.html Log Message: Make exact definition of color/style transitions undefined, since the current definition is clearly wrong and we don't have a good answer. Define enough that we get interop on the important cases (zero-width on either side). Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-background/Overview.html,v retrieving revision 1.255 retrieving revision 1.256 diff -u -d -r1.255 -r1.256 --- Overview.html 20 Dec 2011 05:08:10 -0000 1.255 +++ Overview.html 11 Jan 2012 19:31:09 -0000 1.256 @@ -4,7 +4,7 @@ <html lang=en> <head> <title>CSS Backgrounds and Borders Module Level 3</title> - <link href=default.css rel=stylesheet type="text/css"> + <link href="../default.css" rel=stylesheet type="text/css"> <style type="text/css"> .prod { font-family: inherit; font-size: inherit } @@ -22,13 +22,13 @@ <h1>CSS Backgrounds and Borders Module Level 3</h1> - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 20 December - 2011</h2> + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 11 January + 2012</h2> <dl> <dt>This version: - <dd><!-- <a href="http://www.w3.org/TR/2011/CR-css3-background-20111220">http://www.w3.org/TR/2011/ED-css3-background-20111220/</a> --> + <dd><!-- <a href="http://www.w3.org/TR/2012/CR-css3-background-20120111">http://www.w3.org/TR/2012/ED-css3-background-20120111/</a> --> <a href="http://dev.w3.org/csswg/css3-background">http://dev.w3.org/csswg/css3-background</a> @@ -59,7 +59,7 @@ <!--begin-copyright--> <p class=copyright><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright" - rel=license>Copyright</a> © 2011 <a + rel=license>Copyright</a> © 2012 <a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><acronym @@ -2719,16 +2719,12 @@ representing the corner of the padding edge, if the border radii are smaller than the border-width). - <p>The center of color and style transitions between adjoining borders is - at the point on the curve that is at an angle that is proportional to the - ratio of the border widths. For example, if the top and right border - widths are equal, that point is at a 45° angle from the horizontal, - and if the top is twice the width of the right the point is at a 30° - angle from the horizontal. The line demarcating this transition is drawn - between the point at that angle on the outer arc and the point at that - angle on the inner arc. - - <p>It is not defined what these transitions look like. + <p>If one of these borders is zero-width, then the other border takes up + the entire transitional area. Otherwise, the center of color and style + transitions between adjoining borders must be proportional to the ratio of + the border widths such that a function of its location is continuous with + respect to this ratio. However it is not defined what these transitions + look like or how “proportional” maps to a point on the curve. <div class=figure> <p><img alt="Illustration of the transition region on curved corners" @@ -3602,8 +3598,8 @@ </table> <p>When a box is broken at a page break, column break, or, for inline - elements, at a line break, the ‘<a - href="#box-decoration-break"><code + elements, at a line break or bidi-imposed break<!-- ISSUE-182-->, the + ‘<a href="#box-decoration-break"><code class=property>box-decoration-break</code></a>’ property specifies whether individual boxes are treated as broken pieces of one continuous box, or whether each box is individually wrapped with the border and Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-background/Overview.src.html,v retrieving revision 1.269 retrieving revision 1.270 diff -u -d -r1.269 -r1.270 --- Overview.src.html 11 Jan 2012 18:35:39 -0000 1.269 +++ Overview.src.html 11 Jan 2012 19:31:09 -0000 1.270 @@ -1941,16 +1941,13 @@ point representing the corner of the padding edge, if the border radii are smaller than the border-width). -<p>The center of color and style transitions between adjoining borders -is at the point on the curve that is at an angle that is proportional -to the ratio of the border widths. For example, if the top and right -border widths are equal, that point is at a 45° angle from the -horizontal, and if the top is twice the width of the right the point -is at a 30° angle from the horizontal. The line demarcating this -transition is drawn between the point at that angle on the outer arc -and the point at that angle on the inner arc. - -<p>It is not defined what these transitions look like. +<p>If one of these borders is zero-width, then the other border takes +up the entire transitional area. Otherwise, +the center of color and style transitions between adjoining borders +must be proportional to the ratio of the border widths such that a +function of its location is continuous with respect to this ratio. +However it is not defined what these transitions look like or how +“proportional” maps to a point on the curve. <div class="figure"> <p><img alt="Illustration of the transition region on curved corners"
Received on Wednesday, 11 January 2012 19:31:15 UTC