- From: Bert Bos via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 14 Feb 2011 18:06:50 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-background In directory hutz:/tmp/cvs-serv21776 Modified Files: Overview.src.html Log Message: Took a snapshot for publication. Reset the "this version" link and the style to editor's draft. Fixed a broken link. Marginally improved the index. Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-background/Overview.src.html,v retrieving revision 1.255 retrieving revision 1.256 diff -u -d -r1.255 -r1.256 --- Overview.src.html 12 Feb 2011 05:55:14 -0000 1.255 +++ Overview.src.html 14 Feb 2011 18:06:48 -0000 1.256 @@ -25,8 +25,8 @@ <h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2> <dl> <dt>This version: - <dd><a href="http://www.w3.org/TR/[YEAR]/CR-[SHORTNAME]-[CDATE]">[VERSION]</a> - <!-- <a href="http://dev.w3.org/csswg/css3-background">http://dev.w3.org/csswg/css3-background</a> --> + <dd><!-- <a href="http://www.w3.org/TR/[YEAR]/CR-[SHORTNAME]-[CDATE]">[VERSION]</a> --> + <a href="http://dev.w3.org/csswg/css3-background">http://dev.w3.org/csswg/css3-background</a> <dt>Latest version: <dd><a href="http://www.w3.org/TR/css3-background">[LATEST]</a> @@ -74,7 +74,8 @@ list</a> for this module. A <a href="http://www.w3.org/Style/CSS/Test/">test suite</a> and implementation report for CSS Backgrounds and Borders Level 3 will be developed during the Candidate Recommendation phase, which will last -a minimum of three months, i.e. at least until 15 May 2010. +a minimum of three months, i.e., at least until 15 May 2011. See the +section <a href="#exit">“CR exit criteria”</a> for more details. <h2 class="no-num no-toc" id="contents">Table of contents</h2> <!--toc--> @@ -397,15 +398,16 @@ <dt><dfn title="''repeat''!!'background-repeat' value">''repeat''</dfn> <dd> The image is repeated in this direction as often as needed to cover - the <span class=index>background painting area.</span> + the <span class=index>background painting area</span>. <dt><dfn title="''space''!!'background-repeat' value">''space''</dfn> <dd> The image is repeated as often as will fit within the <span class=index>background positioning area</span> without being clipped and then the images are spaced out to fill the area. The - first and last images touch the edges of the area. If the background - painting area is larger than the background positioning area, then + first and last images touch the edges of the area. If the <span + class=index>background + painting area</span> is larger than the background positioning area, then the pattern repeats to fill the background painting area. The value of 'background-position' for this direction is ignored, unless there is not enough space for two copies of the @@ -416,10 +418,11 @@ <dt><dfn title="''round''!!'background-repeat' value">''round''</dfn> <dd> The image is repeated as often as will fit within the - <span>background positioning area.</span> If it doesn't + <span class=index>background positioning area.</span> If it doesn't fit a whole number of times, it is rescaled so that it does. - See the formula under 'background-size'. If the background - painting area is larger than the background positioning area, then + See the formula under 'background-size'. If the <span + class=index>background + painting area</span> is larger than the background positioning area, then the pattern repeats to fill the background painting area. <dt><dfn title="''no-repeat''!!'background-repeat' value">''no-repeat''</dfn> @@ -542,7 +545,7 @@ </dl> <p>Even if the image is fixed, it is still only visible when it is in -the <em>background painting area</em> of the element or otherwise +the <em class=index>background painting area</em> of the element or otherwise unclipped. (See <a href="#special-backgrounds"> “The backgrounds of special elements”</a> for the cases when background images are not clipped.) Thus, unless the image is tiled, it may be invisible. @@ -822,8 +825,8 @@ <span>content box.</span> </dl> -<p class=note>Note that the root element has a different background -painting area, and thus the 'background-clip' property has no effect +<p class=note>Note that the root element has a different <span>background +painting area,</span> and thus the 'background-clip' property has no effect when specified on it. See <a href="#special-backgrounds"> “The backgrounds of special elements.”</a> @@ -1016,7 +1019,7 @@ background-image: url(flower.png) } </pre> -<p>The following example rounds the height of the image to 33.̅3%, up +<p>The following example rounds the height of the image to 33.3%, up from the specified value of 30%. At 30%, three images would fit entirely and a fourth only partially. After rounding, three images fit. The width of the image is 20% of the background area width and is @@ -1275,7 +1278,7 @@ <p>The background of the root element becomes the background of the <a href="http://www.w3.org/TR/CSS21/intro.html#the-canvas">canvas</a> -and its <a href="background-painting-area">background painting area</a> extends to +and its <span class=index>background painting area</span> extends to cover the entire canvas, although any images are sized and positioned relative to the root element as if they were painted for that element alone. (In other words, the @@ -3082,7 +3085,7 @@ </ol> </dl> -<p>A minimum of sixth months of the CR period must have elapsed. This +<p>A minimum of three months of the CR period must have elapsed. This is to ensure that enough time is given for any remaining major errors to be caught.
Received on Monday, 14 February 2011 18:06:52 UTC