csswg/css3-images Overview.html,1.272,1.273 Overview.src.html,1.282,1.283

Update of /sources/public/csswg/css3-images
In directory hutz:/tmp/cvs-serv12100

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Explicitly link to the WHATWG html5 for paint sources, as it's not present in the W3C version.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.272
retrieving revision 1.273
diff -u -d -r1.272 -r1.273
--- Overview.html	6 Feb 2012 09:40:04 -0000	1.272
+++ Overview.html	6 Feb 2012 09:43:25 -0000	1.273
@@ -822,7 +822,8 @@
    rendered.
 
   <p>In HTML, the &lt;img>, &lt;video>, and &lt;canvas> elements provide
-   paint sources (defined in each element's section in HTML5).
+   paint sources (defined in each element's section in <a
+   href="http://www.whatwg.org/specs/web-apps/current-work/multipage/">HTML5</a>).
 
   <p>In SVG, any element that provides a <a
    href="http://www.w3.org/TR/SVG/pservers.html">paint server</a>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.282
retrieving revision 1.283
diff -u -d -r1.282 -r1.283
--- Overview.src.html	6 Feb 2012 09:40:04 -0000	1.282
+++ Overview.src.html	6 Feb 2012 09:43:25 -0000	1.283
@@ -446,7 +446,7 @@
 
 	<p>Host languages may define that some elements provide a <dfn title="paint-source">paint source</dfn>.  Paint sources have an intrinsic width, height, and appearance, separate from the process of rendering, and so may be used as images even when they're not being rendered.</p>
 	
-	<p>In HTML, the &lt;img>, &lt;video>, and &lt;canvas> elements provide paint sources (defined in each element's section in HTML5).</p>
+	<p>In HTML, the &lt;img>, &lt;video>, and &lt;canvas> elements provide paint sources (defined in each element's section in <a href='http://www.whatwg.org/specs/web-apps/current-work/multipage/'>HTML5</a>).</p>
 
 	<p>In SVG, any element that provides a <a href='http://www.w3.org/TR/SVG/pservers.html'>paint server</p> provides a paint source.  In SVG1.1, the &lt;linearGradient>, &lt;radialGradient>, and &lt;pattern> elements provide paint sources.  They are drawn as described in the spec, with the coordinate systems defined as follows:</p>
 

Received on Monday, 6 February 2012 09:44:05 UTC