|
16 | 16 |
|
17 | 17 | <h1>CSS Image Values and Replaced Content Module Level 3</h1> |
18 | 18 |
|
19 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 16 January |
| 19 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 1 February |
20 | 20 | 2012</h2> |
21 | 21 |
|
22 | 22 | <dl> |
23 | 23 | <dt>This Version: |
24 | 24 |
|
25 | 25 | <dd><a |
26 | 26 | href="http://dev.w3.org/csswg/css3-images/">http://dev.w3.org/csswg/css3-images/</a>--> |
27 | | - <!-- <dd><a href="http://www.w3.org/TR/2012/ED-css3-images-20120116/">http://www.w3.org/TR/2012/WD-css3-images-20120116/</a>--> |
| 27 | + <!-- <dd><a href="http://www.w3.org/TR/2012/ED-css3-images-20120201/">http://www.w3.org/TR/2012/WD-css3-images-20120201/</a>--> |
28 | 28 |
|
29 | 29 |
|
30 | 30 | <dt>Latest Version: |
@@ -769,21 +769,21 @@ <h3 id=element-reference><span class=secno>3.3. </span> Using Elements as |
769 | 769 |
|
770 | 770 | <dd> |
771 | 771 | <p>The function represents an image with width and height equal to the |
772 | | - bounding box of the referenced element. The image must be constructed by |
| 772 | + border box of the referenced element. The image must be constructed by |
773 | 773 | rendering the referenced element and its descendants at the same size |
774 | 774 | that the element would be in its document, over an infinite |
775 | 775 | transparent-black canvas, positioned so that the edges of the referenced |
776 | | - element's bounding box is flush with the edges of the image. <span |
| 776 | + element's border box is flush with the edges of the image. <span |
777 | 777 | class=note>Note: Because images clip anything outside their bounds by |
778 | | - default, this means that decorations that extend outside the bounding |
779 | | - box, like box-shadows or some border-images, may be clipped.</span></p> |
| 778 | + default, this means that decorations that extend outside the border box, |
| 779 | + like box-shadows or some border-images, may be clipped.</span></p> |
780 | 780 |
|
781 | 781 | <p>If the referenced element has a transform applied to it or an |
782 | 782 | ancestor, the transform must be ignored when rendering the element as an |
783 | 783 | image. If the referenced element is broken across pages, the element |
784 | 784 | must be displayed as if the page content areas were joined flush in the |
785 | 785 | pagination direction (elements broken across lines or columns just |
786 | | - render with their bounding box, as normal, which may have unintended |
| 786 | + render with their border box, as normal, which may have unintended |
787 | 787 | visual effects).</p> |
788 | 788 |
|
789 | 789 | <div class=example> |
|
0 commit comments