csswg/css3-mediaqueries Overview.html,1.64,1.65 Overview.src.html,1.61,1.62

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Clarify that units are never based on the results of declarations.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-mediaqueries/Overview.html,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- Overview.html	29 Feb 2012 18:10:18 -0000	1.64
+++ Overview.html	29 Feb 2012 18:21:30 -0000	1.65
@@ -1123,10 +1123,10 @@
   <p>The units used in media queries are the same as in other parts of CSS.
    For example, the pixel unit represents CSS pixels and not physical pixels.
 
-  <p>Relative units in media queries are based on the initial value. For
-   example, in HTML, the &lsquo;<code class=css>em</code>&rsquo; unit is
-   relative to the initial value of &lsquo;<code
-   class=property>font-size</code>&rsquo;.
+  <p>Relative units in media queries are based on the initial value, which
+   means that units are never based on results of declarations. For example,
+   in HTML, the &lsquo;<code class=css>em</code>&rsquo; unit is relative to
+   the initial value of &lsquo;<code class=property>font-size</code>&rsquo;.
 
   <h3 id=resolution0><span class=secno>6.1. </span>Resolution</h3>
 
@@ -1192,6 +1192,16 @@
       <del>font size of the root element</del><ins>initial value of
       ‘font-size’.</ins>.
     </blockquote>
+
+   <li><a href="#units">Section 6</a>: Clarify that units are never based on
+    the results of declarations.
+    <blockquote>
+     <p>Relative units in media queries are based on the initial value<ins>,
+      which means that units are never based on results of
+      declarations</ins>. For example, in HTML, the &lsquo;<code
+      class=css>em</code>&rsquo; unit is relative to the initial value of
+      &lsquo;<code class=property>font-size</code>&rsquo;.
+    </blockquote>
   </ul>
 
   <h2 class=no-num id=acknowledgments>Acknowledgments</h2>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-mediaqueries/Overview.src.html,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- Overview.src.html	29 Feb 2012 18:10:18 -0000	1.61
+++ Overview.src.html	29 Feb 2012 18:21:30 -0000	1.62
@@ -985,9 +985,9 @@
 CSS. For example, the pixel unit represents CSS pixels and not
 physical pixels.</p>
 
-<p>Relative units in media queries are based on the initial value. For
-example, in HTML, the ''em'' unit is relative to the initial value of
-'font-size'.</p>
+<p>Relative units in media queries are based on the initial value, which means
+that units are never based on results of declarations. For example, in HTML,
+the ''em'' unit is relative to the initial value of 'font-size'.</p>
 
 <h3>Resolution</h3>
 
@@ -1037,6 +1037,14 @@
 		<p>The ''em'' value is relative to the <del>font size of the root
 			element</del><ins>initial value of ‘font-size’.</ins>.</p>
 	</blockquote>
+	<li><a href="#units">Section 6</a>: Clarify that units are never based on
+	the results of declarations.
+	<blockquote>
+		<p>Relative units in media queries are based on the initial value<ins>,
+		which means that units are never based on results of
+		declarations</ins>. For example, in HTML, the ''em'' unit is relative
+		to the initial value of 'font-size'.</p>
+	</blockquote>
 </ul>
 
 <h2 class="no-num" id="acknowledgments">Acknowledgments</h2>

Received on Wednesday, 29 February 2012 18:21:37 UTC