csswg/css3-mediaqueries Overview.src.html,1.57,1.58 Overview.html,1.60,1.61

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

Modified Files:
	Overview.src.html Overview.html 
Log Message:
Add a Changelog

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-mediaqueries/Overview.html,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- Overview.html	14 Feb 2012 14:30:18 -0000	1.60
+++ Overview.html	14 Feb 2012 15:41:01 -0000	1.61
@@ -268,6 +268,12 @@
      <li><a href="#resolution0"><span class=secno>6.1. </span>Resolution</a>
     </ul>
 
+   <li><a href="#changes"><span class=secno>7. </span>Changes</a>
+    <ul class=toc>
+     <li><a href="#changes-2010"><span class=secno>7.1. </span>Changes Since
+      the 27 July 2010 Candidate Recommendation</a>
+    </ul>
+
    <li class=no-num><a href="#acknowledgments">Acknowledgments</a>
 
    <li class=no-num><a href="#references">References</a>
@@ -1143,6 +1149,43 @@
   <p>In this specification, these units are only used in the &lsquo;<code
    class=css>resolution</code>&rsquo; media feature.
 
+  <h2 id=changes><span class=secno>7. </span>Changes</h2>
+
+  <h3 id=changes-2010><span class=secno>7.1. </span>Changes Since the 27 July
+   2010 Candidate Recommendation</h3>
+
+  <p>The following changes were made to this specification since the <a
+   href="http://www.w3.org/TR/2010/CR-css3-mediaqueries-20100727/">27 July
+   2010 Candidate Recommendation</a>:
+
+  <ul>
+   <li><a href="#resolution">Section 4.11</a>: Clarified the meaning of
+    resolution in the case of printers, for which the meaning of dots was
+    ambiguous.
+    <blockquote>
+     <p><ins>For printers, this corresponds to the screening resolution (the
+      resolution for printing dots of arbitrary color).</ins>
+    </blockquote>
+
+   <li><a href="#Units">Section 6.1</a>: Made it explicit that the
+    &lsquo;<code class=css>inch</code>&rsquo; and &lsquo;<code
+    class=css>cm</code>&rsquo; mentioned are the CSS units, not the physical
+    ones.
+    <blockquote>
+     <dl>
+      <dt>dpi
+
+      <dd>dots per <ins>CSS &lsquo;<code
+       class=css>inch</code>&rsquo;</ins><del>inch</del>
+
+      <dt>dpcm
+
+      <dd>dots per <ins>CSS &lsquo;<code
+       class=css>centimeter</code>&rsquo;</ins><del>cm</del>
+     </dl>
+    </blockquote>
+  </ul>
+
   <h2 class=no-num id=acknowledgments>Acknowledgments</h2>
 
   <p>This specification is the product of the W3C Working Group on Cascading

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-mediaqueries/Overview.src.html,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- Overview.src.html	14 Feb 2012 14:30:18 -0000	1.57
+++ Overview.src.html	14 Feb 2012 15:41:01 -0000	1.58
@@ -1007,6 +1007,32 @@
 ''resolution'' media feature.</p>
 
 
+<h2 id="changes">Changes</h2>
+<h3 id="changes-2010">Changes Since the 27 July 2010 Candidate Recommendation</h3>
+<p>The following changes were made to this specification since the
+<a href="http://www.w3.org/TR/2010/CR-css3-mediaqueries-20100727/">27 July 2010
+	Candidate Recommendation</a>:
+<ul>
+	<li><a href="#resolution">Section 4.11</a>: Clarified the meaning of
+	resolution in the case of printers, for which the meaning of dots was
+	ambiguous.
+	<blockquote>
+		<p><ins>For printers, this corresponds to the screening resolution (the
+			resolution for printing dots of arbitrary color).</ins>
+	</blockquote>
+	<li><a href="#Units">Section 6.1</a>: Made it explicit that the ''inch'' and ''cm''
+	mentioned are the CSS units, not the physical ones.
+	<blockquote>
+		<dl>
+			<dt>dpi</dt>
+			<dd>dots per <ins>CSS ''inch''</ins><del>inch</del></dd>
+
+			<dt>dpcm</dt>
+			<dd>dots per <ins>CSS ''centimeter''</ins><del>cm</del></dd>
+		</dl>
+	</blockquote>
+</ul>
+
 <h2 class="no-num" id="acknowledgments">Acknowledgments</h2>
 
 <p>This specification is the product of the W3C Working Group on

Received on Tuesday, 14 February 2012 15:41:05 UTC