- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 01 Feb 2012 18:37:59 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-images
In directory hutz:/tmp/cvs-serv18668
Modified Files:
Overview.html Overview.src.html lc-issues-1.txt
Log Message:
Fix bounding-box to border-box in element().
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.269
retrieving revision 1.270
diff -u -d -r1.269 -r1.270
--- Overview.html 16 Jan 2012 18:58:43 -0000 1.269
+++ Overview.html 1 Feb 2012 18:37:56 -0000 1.270
@@ -16,7 +16,7 @@
<h1>CSS Image Values and Replaced Content Module Level 3</h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 16 January
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 1 February
2012</h2>
<dl>
@@ -24,7 +24,7 @@
<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-20120116/">http://www.w3.org/TR/2012/WD-css3-images-20120116/</a>-->
+ <!-- <dd><a href="http://www.w3.org/TR/2012/ED-css3-images-20120201/">http://www.w3.org/TR/2012/WD-css3-images-20120201/</a>-->
<dt>Latest Version:
@@ -769,21 +769,21 @@
<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
+ border 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
+ 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 bounding
- box, like box-shadows or some border-images, may be clipped.</span></p>
+ 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 bounding box, as normal, which may have unintended
+ render with their border box, as normal, which may have unintended
visual effects).</p>
<div class=example>
Index: lc-issues-1.txt
===================================================================
RCS file: /sources/public/csswg/css3-images/lc-issues-1.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- lc-issues-1.txt 1 Feb 2012 18:17:35 -0000 1.4
+++ lc-issues-1.txt 1 Feb 2012 18:37:57 -0000 1.5
@@ -15,4 +15,10 @@
Response: http://lists.w3.org/Archives/Public/www-style/2012Jan/0783.html and http://lists.w3.org/Archives/Public/www-style/2012Jan/0939.html
Closed: Rejected
Verified: (private mail - accepted resolution for radial-gradient, but didn't accept it for linear-gradient)
-----
\ No newline at end of file
+----
+Issue 3.
+Summary: Use of 'bounding box' is undefined, should be 'border box'
+From: Leif Arne Storset
+Comment: http://lists.w3.org/Archives/Public/www-style/2012Feb/0033.html
+Response: http://lists.w3.org/Archives/Public/www-style/2012Feb/0050.html
+Closed: Accepted
\ No newline at end of file
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.277
retrieving revision 1.278
diff -u -d -r1.277 -r1.278
--- Overview.src.html 16 Jan 2012 18:58:43 -0000 1.277
+++ Overview.src.html 1 Feb 2012 18:37:57 -0000 1.278
@@ -24,9 +24,9 @@
<dt>Editor's Draft:</dt>
<dd><a href="http://dev.w3.org/csswg/css3-images/">http://dev.w3.org/csswg/css3-images/</a>
- <dt>Previous Version:</dt>
- <dd><a href="http://www.w3.org/TR/2012/WD-css3-images-20120112/">http://www.w3.org/TR/2012/WD-css3-images-20120112/</a></dd>
- <dd><a href="http://www.w3.org/TR/2011/WD-css3-images-20111206/">http://www.w3.org/TR/2011/WD-css3-images-20111206/</a></dd>
+ <dt>Previous Version:</dt>
+ <dd><a href="http://www.w3.org/TR/2012/WD-css3-images-20120112/">http://www.w3.org/TR/2012/WD-css3-images-20120112/</a></dd>
+ <dd><a href="http://www.w3.org/TR/2011/WD-css3-images-20111206/">http://www.w3.org/TR/2011/WD-css3-images-20111206/</a></dd>
<dd><a href="http://www.w3.org/TR/2011/WD-css3-images-20110908/">http://www.w3.org/TR/2011/WD-css3-images-20110908/</a></dd>
<dd><a href="http://www.w3.org/TR/2011/WD-css3-images-20110712/">http://www.w3.org/TR/2011/WD-css3-images-20110712/</a></dd>
<dd><a href="http://www.w3.org/TR/2011/WD-css3-images-20110217/">http://www.w3.org/TR/2011/WD-css3-images-20110217/</a></dd>
@@ -411,9 +411,9 @@
<dt>Otherwise</dt>
<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>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>The function represents an image with width and height equal to the border 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 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 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 border box, as normal, which may have unintended visual effects).</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 Wednesday, 1 February 2012 18:38:01 UTC