csswg/css3-images Overview.html,1.308,1.309 Overview.src.html,1.318,1.319

Update of /sources/public/csswg/css3-images
In directory hutz:/tmp/cvs-serv12998

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Fix some lingering references to 'border box' in element() when I mean border image area.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.308
retrieving revision 1.309
diff -u -d -r1.308 -r1.309
--- Overview.html	28 Feb 2012 21:21:15 -0000	1.308
+++ Overview.html	28 Feb 2012 21:21:47 -0000	1.309
@@ -690,10 +690,10 @@
      The image must be constructed by rendering the referenced element and
      its descendants at the same size that the element would be in its
      document, over an infinite transparent-black canvas, positioned so that
-     the edges of the referenced element's border box is flush with the edges
-     of the image. <span class=note>Note: Because images clip anything
-     outside their bounds by default, this means that decorations that extend
-     outside the border box, like box-shadows or some border-images, may be
+     the edges of the referenced element's border image area is flush with
+     the edges of the image. <span class=note>Note: Because images clip
+     anything outside their bounds by default, this means that decorations
+     that extend outside the border box, like box-shadows, may be
      clipped.</span></p>
 
     <p>If the referenced element has a transform applied to it or an

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.318
retrieving revision 1.319
diff -u -d -r1.318 -r1.319
--- Overview.src.html	28 Feb 2012 21:21:15 -0000	1.318
+++ Overview.src.html	28 Feb 2012 21:21:47 -0000	1.319
@@ -313,7 +313,7 @@
 	<dl>
 		<dt>an <i title="element-not-rendered">element that is rendered</i> and is not a descendant of a replaced element</dt>
 		<dd>
-			<p>The function represents an image with width and height equal to the <i>bounding box</i> of the referenced element.  The image must be constructed by rendering the referenced element and its descendants at the same size that the element would be in its document, over an infinite transparent-black canvas, positioned so that the edges of the referenced element's border box is flush with the edges of the image.  <span class=note>Note: Because images clip anything outside their bounds by default, this means that decorations that extend outside the border box, like box-shadows or some border-images, may be clipped.</span></p>
+			<p>The function represents an image with width and height equal to the <i>bounding box</i> of the referenced element.  The image must be constructed by rendering the referenced element and its descendants at the same size that the element would be in its document, over an infinite transparent-black canvas, positioned so that the edges of the referenced element's border image area is flush with the edges of the image.  <span class=note>Note: Because images clip anything outside their bounds by default, this means that decorations that extend outside the border box, like box-shadows, may be clipped.</span></p>
 
 			<p>If the referenced element has a transform applied to it or an ancestor, the transform must be ignored when rendering the element as an image.  If the referenced element is broken across pages, the element must be displayed as if the page content areas were joined flush in the pagination direction, with pages' edges corresponding to the ICB's start edge aligned.  <span class='note'>Elements broken across lines or columns are just rendered with their <i>bounding box</i>.</span></p>
 

Received on Tuesday, 28 February 2012 21:21:52 UTC