- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 08 Aug 2011 22:35:49 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-images In directory hutz:/tmp/cvs-serv7700 Modified Files: Overview.html Overview.src.html Log Message: "pages" => "page content areas" for element() when elements are broken across pages Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-images/Overview.html,v retrieving revision 1.131 retrieving revision 1.132 diff -u -d -r1.131 -r1.132 --- Overview.html 8 Aug 2011 18:29:02 -0000 1.131 +++ Overview.html 8 Aug 2011 22:35:47 -0000 1.132 @@ -478,10 +478,10 @@ <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 pages were joined flush in the pagination - direction (elements broken across lines or columns just render with - their bounding box, as normal, which may have unintended visual - effects).</p> + must be displayed as if the page content areas were joined flush in the + pagination direction (elements broken across lines or columns just + render with their bounding box, as normal, which may have unintended + visual effects).</p> </dl> <p>Implementations may either re-use existing bitmap data generated for the Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-images/Overview.src.html,v retrieving revision 1.138 retrieving revision 1.139 diff -u -d -r1.138 -r1.139 --- Overview.src.html 8 Aug 2011 18:29:02 -0000 1.138 +++ Overview.src.html 8 Aug 2011 22:35:47 -0000 1.139 @@ -272,7 +272,7 @@ <dd> <p>The function represents an image with width and height equal to the bounding box 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 bounding box is flush with the edges of the image. <span class=note>Because images clip anything outside their bounds by default, this means that decorations that extend outside the bounding box, like box-shadows or some border-images, 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 pages were joined flush in the pagination direction (elements broken across lines or columns just render with their bounding box, as normal, which may have unintended visual effects).</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 (elements broken across lines or columns just render with their bounding box, as normal, which may have unintended visual effects).</p> </dd> </dl>
Received on Monday, 8 August 2011 22:35:53 UTC