- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 28 Feb 2012 21:21:18 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-images In directory hutz:/tmp/cvs-serv12883 Modified Files: Overview.html Overview.src.html Log Message: Define how to align pages when stitching them together for element(). Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-images/Overview.html,v retrieving revision 1.307 retrieving revision 1.308 diff -u -d -r1.307 -r1.308 --- Overview.html 28 Feb 2012 21:10:24 -0000 1.307 +++ Overview.html 28 Feb 2012 21:21:15 -0000 1.308 @@ -700,9 +700,10 @@ 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 border box, as normal, which may have unintended - visual effects).</p> + 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 <a href="#bounding-box"><i>bounding + box</i></a>.</span></p> <div class=example> <p>As a somewhat silly example, a <p> element can be reused as a Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-images/Overview.src.html,v retrieving revision 1.317 retrieving revision 1.318 diff -u -d -r1.317 -r1.318 --- Overview.src.html 28 Feb 2012 21:10:25 -0000 1.317 +++ Overview.src.html 28 Feb 2012 21:21:15 -0000 1.318 @@ -315,7 +315,7 @@ <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>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 border 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, 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> <div class='example'> <p>As a somewhat silly example, a <p> element can be reused as a background elsewhere in the document:</p>
Received on Tuesday, 28 February 2012 21:21:19 UTC