csswg/css3-images Overview.html,1.300,1.301 Overview.src.html,1.310,1.311

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Tweak wording around element() & SVG coordinate systems to fix a final niggle from Erik.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.300
retrieving revision 1.301
diff -u -d -r1.300 -r1.301
--- Overview.html	28 Feb 2012 01:17:16 -0000	1.300
+++ Overview.html	28 Feb 2012 02:04:02 -0000	1.301
@@ -897,23 +897,24 @@
   <dl>
    <dt>objectBoundingBox
 
-   <dd>The coordinate system has its origin at the top left corner of the <a
-    href="#concrete-object-size"><i>concrete object size</i></a> it's being
-    drawn into, and the same width and height as the <a
-    href="#concrete-object-size"><i>concrete object size</i></a>. A single <a
+   <dd>The coordinate system has its origin at the top left corner of the
+    rectangle defined by the <a href="#concrete-object-size"><i>concrete
+    object size</i></a> that it's being drawn into, and the same width and
+    height as the <a href="#concrete-object-size"><i>concrete object
+    size</i></a>. A single <a
     href="http://www.w3.org/TR/SVG/coords.html#Units">user coordinate</a> is
     the width and height of the <a href="#concrete-object-size"><i>concrete
     object size</i></a>.
 
    <dt>userSpaceOnUse
 
-   <dd>The coordinate system has its origin at the top left corner of the <a
-    href="#concrete-object-size"><i>concrete object size</i></a> it's being
-    drawn into, and the same width and height as the <a
-    href="#concrete-object-size"><i>concrete object size</i></a>. <a
-    href="http://www.w3.org/TR/SVG/coords.html#Units">User coordinates</a>
-    are sized equivalently to the CSS &lsquo;<code class=css>px</code>&rsquo;
-    unit.
+   <dd>The coordinate system has its origin at the top left corner of the
+    rectangle defined by the <a href="#concrete-object-size"><i>concrete
+    object size</i></a> that it's being drawn into, and the same width and
+    height as the <a href="#concrete-object-size"><i>concrete object
+    size</i></a>. <a href="http://www.w3.org/TR/SVG/coords.html#Units">User
+    coordinates</a> are sized equivalently to the CSS &lsquo;<code
+    class=css>px</code>&rsquo; unit.
   </dl>
 
   <div class=note>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.310
retrieving revision 1.311
diff -u -d -r1.310 -r1.311
--- Overview.src.html	28 Feb 2012 01:17:16 -0000	1.310
+++ Overview.src.html	28 Feb 2012 02:04:02 -0000	1.311
@@ -467,10 +467,10 @@
 
 	<dl>
 		<dt>objectBoundingBox</dt>
-		<dd>The coordinate system has its origin at the top left corner of the <i>concrete object size</i> it's being drawn into, and the same width and height as the <i>concrete object size</i>.  A single <a href="http://www.w3.org/TR/SVG/coords.html#Units">user coordinate</a> is the width and height of the <i>concrete object size</i>.</dd>
+		<dd>The coordinate system has its origin at the top left corner of the rectangle defined by the <i>concrete object size</i> that it's being drawn into, and the same width and height as the <i>concrete object size</i>.  A single <a href="http://www.w3.org/TR/SVG/coords.html#Units">user coordinate</a> is the width and height of the <i>concrete object size</i>.</dd>
 
 		<dt>userSpaceOnUse</dt>
-		<dd>The coordinate system has its origin at the top left corner of the <i>concrete object size</i> it's being drawn into, and the same width and height as the <i>concrete object size</i>.  <a href="http://www.w3.org/TR/SVG/coords.html#Units">User coordinates</a> are sized equivalently to the CSS ''px'' unit.</dd>
+		<dd>The coordinate system has its origin at the top left corner of the rectangle defined by the <i>concrete object size</i> that it's being drawn into, and the same width and height as the <i>concrete object size</i>.  <a href="http://www.w3.org/TR/SVG/coords.html#Units">User coordinates</a> are sized equivalently to the CSS ''px'' unit.</dd>
 	</dl>
 
 	<div class='note'>

Received on Tuesday, 28 February 2012 02:04:06 UTC