Skip to content

Commit 54f6345

Browse files
committed
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.
1 parent 8012fae commit 54f6345

1 file changed

Lines changed: 18 additions & 15 deletions

File tree

css3-background/Overview.src.html

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ <h1>CSS Backgrounds and Borders Module Level 3</h1>
2525
<h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
2626
<dl>
2727
<dt>This version:
28-
<dd><a href="http://www.w3.org/TR/[YEAR]/CR-[SHORTNAME]-[CDATE]">[VERSION]</a>
29-
<!-- <a href="http://dev.w3.org/csswg/css3-background">http://dev.w3.org/csswg/css3-background</a> -->
28+
<dd><!-- <a href="http://www.w3.org/TR/[YEAR]/CR-[SHORTNAME]-[CDATE]">[VERSION]</a> -->
29+
<a href="http://dev.w3.org/csswg/css3-background">http://dev.w3.org/csswg/css3-background</a>
3030
<dt>Latest version:
3131
<dd><a
3232
href="http://www.w3.org/TR/css3-background">[LATEST]</a>
@@ -74,7 +74,8 @@ <h2 class="no-num no-toc" id="status">Status of this document</h2>
7474
list</a> for this module. A <a href="http://www.w3.org/Style/CSS/Test/">test
7575
suite</a> and implementation report for CSS Backgrounds and Borders Level 3
7676
will be developed during the Candidate Recommendation phase, which will last
77-
a minimum of three months, i.e. at least until 15 May 2010.
77+
a minimum of three months, i.e., at least until 15 May 2011. See the
78+
section <a href="#exit">“CR exit criteria”</a> for more details.
7879

7980
<h2 class="no-num no-toc" id="contents">Table of contents</h2>
8081
<!--toc-->
@@ -397,15 +398,16 @@ <h3 id="the-background-repeat">The 'background-repeat' property</h3>
397398
<dt><dfn title="''repeat''!!'background-repeat' value">''repeat''</dfn>
398399
<dd>
399400
The image is repeated in this direction as often as needed to cover
400-
the <span class=index>background painting area.</span>
401+
the <span class=index>background painting area</span>.
401402

402403
<dt><dfn title="''space''!!'background-repeat' value">''space''</dfn>
403404
<dd>
404405
The image is repeated as often as will fit within the
405406
<span class=index>background positioning area</span> without being
406407
clipped and then the images are spaced out to fill the area. The
407-
first and last images touch the edges of the area. If the background
408-
painting area is larger than the background positioning area, then
408+
first and last images touch the edges of the area. If the <span
409+
class=index>background
410+
painting area</span> is larger than the background positioning area, then
409411
the pattern repeats to fill the background painting area.
410412
The value of 'background-position' for this direction
411413
is ignored, unless there is not enough space for two copies of the
@@ -416,10 +418,11 @@ <h3 id="the-background-repeat">The 'background-repeat' property</h3>
416418
<dt><dfn title="''round''!!'background-repeat' value">''round''</dfn>
417419
<dd>
418420
The image is repeated as often as will fit within the
419-
<span>background positioning area.</span> If it doesn't
421+
<span class=index>background positioning area.</span> If it doesn't
420422
fit a whole number of times, it is rescaled so that it does.
421-
See the formula under 'background-size'. If the background
422-
painting area is larger than the background positioning area, then
423+
See the formula under 'background-size'. If the <span
424+
class=index>background
425+
painting area</span> is larger than the background positioning area, then
423426
the pattern repeats to fill the background painting area.
424427

425428
<dt><dfn title="''no-repeat''!!'background-repeat' value">''no-repeat''</dfn>
@@ -542,7 +545,7 @@ <h3 id="the-background-attachment">The 'background-attachment' property</h3>
542545
</dl>
543546

544547
<p>Even if the image is fixed, it is still only visible when it is in
545-
the <em>background painting area</em> of the element or otherwise
548+
the <em class=index>background painting area</em> of the element or otherwise
546549
unclipped. (See <a href="#special-backgrounds"> “The backgrounds of
547550
special elements”</a> for the cases when background images are not
548551
clipped.) Thus, unless the image is tiled, it may be invisible.
@@ -822,8 +825,8 @@ <h3 id="the-background-clip">The 'background-clip' property</h3>
822825
<span>content box.</span>
823826
</dl>
824827

825-
<p class=note>Note that the root element has a different background
826-
painting area, and thus the 'background-clip' property has no effect
828+
<p class=note>Note that the root element has a different <span>background
829+
painting area,</span> and thus the 'background-clip' property has no effect
827830
when specified on it. See <a href="#special-backgrounds"> “The
828831
backgrounds of special elements.”</a>
829832

@@ -1016,7 +1019,7 @@ <h3 id="the-background-size">The 'background-size' property</h3>
10161019
background-image: url(flower.png) }
10171020
</pre>
10181021

1019-
<p>The following example rounds the height of the image to 33.̅​​3%, up
1022+
<p>The following example rounds the height of the image to 33.3%, up
10201023
from the specified value of 30%. At 30%, three images would fit
10211024
entirely and a fourth only partially. After rounding, three images
10221025
fit. The width of the image is 20% of the background area width and is
@@ -1275,7 +1278,7 @@ <h3 id="special-backgrounds">The backgrounds of special elements</h3>
12751278

12761279
<p>The background of the root element becomes the background of the
12771280
<a href="http://www.w3.org/TR/CSS21/intro.html#the-canvas">canvas</a>
1278-
and its <a href="background-painting-area">background painting area</a> extends to
1281+
and its <span class=index>background painting area</span> extends to
12791282
cover the entire canvas, although any images are sized and positioned
12801283
relative to the root element as if they were painted for that element
12811284
alone. (In other words, the
@@ -3082,7 +3085,7 @@ <h3 id="exit">CR exit criteria</h3>
30823085
</ol>
30833086
</dl>
30843087

3085-
<p>A minimum of sixth months of the CR period must have elapsed. This
3088+
<p>A minimum of three months of the CR period must have elapsed. This
30863089
is to ensure that enough time is given for any remaining major errors
30873090
to be caught.
30883091

0 commit comments

Comments
 (0)