csswg/css3-images Overview.html,1.274,1.275 Overview.src.html,1.284,1.285

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Markup tweak

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.274
retrieving revision 1.275
diff -u -d -r1.274 -r1.275
--- Overview.html	6 Feb 2012 10:49:12 -0000	1.274
+++ Overview.html	6 Feb 2012 10:50:35 -0000	1.275
@@ -825,12 +825,10 @@
    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>
-
-  <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:
+   href="http://www.w3.org/TR/SVG/pservers.html">paint server</a> 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:
 
   <dl>
    <dt>objectBoundingBox

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.284
retrieving revision 1.285
diff -u -d -r1.284 -r1.285
--- Overview.src.html	6 Feb 2012 10:49:12 -0000	1.284
+++ Overview.src.html	6 Feb 2012 10:50:36 -0000	1.285
@@ -448,7 +448,7 @@
 	
 	<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>
+	<p>In SVG, any element that provides a <a href='http://www.w3.org/TR/SVG/pservers.html'>paint server</a> 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>
 
 	<dl>
 		<dt>objectBoundingBox</dt>

Received on Monday, 6 February 2012 10:50:48 UTC