csswg/css3-background Overview.html,1.239,1.240 Overview.src.html,1.251,1.252

Update of /sources/public/csswg/css3-background
In directory hutz:/tmp/cvs-serv15451

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Linkify 'background positioning area' and 'background painting area' to avoid confusion. <http://lists.w3.org/Archives/Public/www-style/2011Feb/0215.html>

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-background/Overview.html,v
retrieving revision 1.239
retrieving revision 1.240
diff -u -d -r1.239 -r1.240
--- Overview.html	9 Feb 2011 08:17:00 -0000	1.239
+++ Overview.html	9 Feb 2011 08:32:59 -0000	1.240
@@ -1815,11 +1815,12 @@
 
   <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"><em>background painting area</em></a>
-   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 background <em>positioning</em> area
-   is determined as for the root element.) If the root's &lsquo;<a
+   <a href=background-painting-area>background painting area</a> 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 <a
+   href="#background-positioning-area">background <em>positioning</em>
+   area</a> is determined as for the root element.) If the root's &lsquo;<a
    href="#background-color"><code
    class=property>background-color</code></a>&rsquo; value is &lsquo;<code
    class=css>transparent</code>&rsquo;, the canvas's background color is UA

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-background/Overview.src.html,v
retrieving revision 1.251
retrieving revision 1.252
diff -u -d -r1.251 -r1.252
--- Overview.src.html	9 Feb 2011 08:17:01 -0000	1.251
+++ Overview.src.html	9 Feb 2011 08:32:59 -0000	1.252
@@ -1284,11 +1284,12 @@
 
 <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 <em>background painting area</em> extends to
+and its <a href="background-painting-area">background painting area</a> 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 background <em>positioning</em> area is
-determined as for the root element.) If the root's 'background-color'
+alone. (In other words, the
+<a href="#background-positioning-area">background <em>positioning</em> area</a>
+is determined as for the root element.) If the root's 'background-color'
 value is ''transparent'', the canvas's background color is UA dependent.
 The root element does not paint this background again, i.e., the used
 value of its background is transparent.

Received on Wednesday, 9 February 2011 08:33:04 UTC