csswg/css3-images Overview.html,1.313,1.314 Overview.src.html,1.323,1.324

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Actually define what a 'dot' is when you use <resolution> in 'image-resolution'.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.313
retrieving revision 1.314
diff -u -d -r1.313 -r1.314
--- Overview.html	28 Feb 2012 21:56:00 -0000	1.313
+++ Overview.html	28 Feb 2012 21:58:47 -0000	1.314
@@ -2291,7 +2291,8 @@
    <dt>&lsquo;<a href="#resolution-type"><code
     class=css>&lt;resolution></code></a>&rsquo;
 
-   <dd>Specifies the intrinsic resolution explicitly.
+   <dd>Specifies the intrinsic resolution explicitly. A "dot" in this case
+    corresponds to a single image pixel.
 
    <dt>&lsquo;<code class=css>from-image</code>&rsquo;
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.323
retrieving revision 1.324
diff -u -d -r1.323 -r1.324
--- Overview.src.html	28 Feb 2012 21:56:01 -0000	1.323
+++ Overview.src.html	28 Feb 2012 21:58:48 -0000	1.324
@@ -1430,7 +1430,7 @@
 
 	<dl>
 		<dt>''&lt;resolution>''</dt>
-		<dd>Specifies the intrinsic resolution explicitly.</dd>
+		<dd>Specifies the intrinsic resolution explicitly.  A "dot" in this case corresponds to a single image pixel.</dd>
 
 		<dt>''from-image''</dt>
 		<dd>The image's intrinsic resolution is taken as that specified by the

Received on Tuesday, 28 February 2012 21:58:52 UTC