- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 28 Feb 2012 21:58:50 +0000
- To: public-css-commits@w3.org
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>‘<a href="#resolution-type"><code
class=css><resolution></code></a>’
- <dd>Specifies the intrinsic resolution explicitly.
+ <dd>Specifies the intrinsic resolution explicitly. A "dot" in this case
+ corresponds to a single image pixel.
<dt>‘<code class=css>from-image</code>’
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>''<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