csswg/css3-mediaqueries Overview.src.html,1.55,1.56 Overview.html,1.58,1.59

Update of /sources/public/csswg/css3-mediaqueries
In directory hutz:/tmp/cvs-serv12407

Modified Files:
	Overview.src.html Overview.html 
Log Message:
Clarify that dpi and dpcm use CSS units.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-mediaqueries/Overview.html,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- Overview.html	14 Feb 2012 14:20:40 -0000	1.58
+++ Overview.html	14 Feb 2012 14:25:06 -0000	1.59
@@ -1133,11 +1133,11 @@
   <dl>
    <dt>dpi
 
-   <dd>dots per inch
+   <dd>dots per CSS &lsquo;<code class=property>inch</code>&rsquo;
 
    <dt>dpcm
 
-   <dd>dots per centimeter
+   <dd>dots per CSS &lsquo;<code class=property>centimeter</code>&rsquo;
   </dl>
 
   <p>In this specification, these units are only used in the &lsquo;<code

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-mediaqueries/Overview.src.html,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- Overview.src.html	14 Feb 2012 14:20:40 -0000	1.55
+++ Overview.src.html	14 Feb 2012 14:25:06 -0000	1.56
@@ -997,10 +997,10 @@
 
 <dl>
 <dt>dpi</dt>
-<dd>dots per inch</dd>
+<dd>dots per CSS 'inch'</dd>
 
 <dt>dpcm</dt>
-<dd>dots per centimeter</dd>
+<dd>dots per CSS 'centimeter'</dd>
 </dl>
 
 <p>In this specification, these units are only used in the

Received on Tuesday, 14 February 2012 14:25:13 UTC