- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 01 Mar 2012 19:32:02 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-images In directory hutz:/tmp/cvs-serv31891 Modified Files: Overview.html Overview.src.html Log Message: Clarified that the DBB is an axis-aligned rectangle. Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-images/Overview.html,v retrieving revision 1.321 retrieving revision 1.322 diff -u -d -r1.321 -r1.322 --- Overview.html 29 Feb 2012 18:59:20 -0000 1.321 +++ Overview.html 1 Mar 2012 19:32:00 -0000 1.322 @@ -16,15 +16,14 @@ <h1>CSS Image Values and Replaced Content Module Level 3</h1> - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 29 February - 2012</h2> + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 1 March 2012</h2> <dl> <dt>This Version: <dd><a href="http://dev.w3.org/csswg/css3-images/">http://dev.w3.org/csswg/css3-images/</a> - <!-- <dd><a href="http://www.w3.org/TR/2012/ED-css3-images-20120229/">http://www.w3.org/TR/2012/WD-css3-images-20120229/</a>--> + <!-- <dd><a href="http://www.w3.org/TR/2012/ED-css3-images-20120301/">http://www.w3.org/TR/2012/WD-css3-images-20120301/</a>--> <dt>Latest Version: @@ -722,7 +721,7 @@ <ul> <li>for an element rendered using a CSS rendering model, the <a href="#decorated-bounding-box"><i>decorated bounding box</i></a> is the - smallest rectangle that contains the <a + smallest axis-aligned rectangle that contains the <a href="http://www.w3.org/TR/2011/CR-css3-background-20110215/#border-image-area">border image areas</a> of all the fragments of the principal box @@ -1431,10 +1430,11 @@ correspondingly greater distance from the center of the gradient. <p>The color of the gradient at any point is determined by first finding - the unique ellipse passing through that point with the same center and - ratio between major and minor axises as the ending-shape. The point's - color is then the color of the <a href="#gradient-ray"><i>gradient - ray</i></a> at the point where this ellipse intersects it. + the unique ellipse passing through that point with the same center, + orientation, and ratio between major and minor axises as the ending-shape. + The point's color is then the color of the <a + href="#gradient-ray"><i>gradient ray</i></a> at the point where this + ellipse intersects it. <h4 class=no-toc id=degenerate-radials><span class=secno>4.2.3. </span> Degenerate Radial Gradients</h4> Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-images/Overview.src.html,v retrieving revision 1.332 retrieving revision 1.333 diff -u -d -r1.332 -r1.333 --- Overview.src.html 1 Mar 2012 19:30:58 -0000 1.332 +++ Overview.src.html 1 Mar 2012 19:32:00 -0000 1.333 @@ -329,7 +329,7 @@ <p>The function represents an image with its intrinsic size equal to the <dfn>decorated bounding box</dfn> of the referenced element: <ul> - <li>for an element rendered using a CSS rendering model, the <i>decorated bounding box</i> is the smallest rectangle that contains the <a href="http://www.w3.org/TR/2011/CR-css3-background-20110215/#border-image-area">border image areas</a> of all the fragments of the principal box</li> + <li>for an element rendered using a CSS rendering model, the <i>decorated bounding box</i> is the smallest axis-aligned rectangle that contains the <a href="http://www.w3.org/TR/2011/CR-css3-background-20110215/#border-image-area">border image areas</a> of all the fragments of the principal box</li> <li>for an element rendered using the SVG rendering model, <a href="http://www.w3.org/TR/SVGTiny12/intro.html#TermDecoratedBoundingBox">the decorated bounding box is defined by SVG</a></li> </ul>
Received on Thursday, 1 March 2012 19:32:05 UTC