csswg/css3-values Overview.html,1.129,1.130 Overview.src.html,1.132,1.133

Update of /sources/public/csswg/css3-values
In directory hutz:/tmp/cvs-serv13325

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Rename vm unit to vmin per WG resolution ISSUE-190 <http://lists.w3.org/Archives/Public/www-style/2011Oct/0773.html>

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-values/Overview.html,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -d -r1.129 -r1.130
--- Overview.html	31 Oct 2011 17:01:09 -0000	1.129
+++ Overview.html	31 Oct 2011 17:05:56 -0000	1.130
@@ -137,10 +137,9 @@
   <p>The following features are at-risk and may be dropped during the CR
    period: &lsquo;<a href="#vh-unit"><code class=css>vh</code></a>&rsquo;,
    &lsquo;<a href="#vw-unit"><code class=css>vw</code></a>&rsquo;, &lsquo;<a
-   href="#vm-unit"><code class=css>vm</code></a>&rsquo;, &lsquo;<code
-   class=css>fr</code>&rsquo;, &lsquo;<code class=css>gr</code>&rsquo;,
-   &lsquo;<a href="#cycle-value"><code class=css>cycle()</code></a>&rsquo;,
-   &lsquo;<a href="#attr-value"><code class=css>attr()</code></a>&rsquo;.
+   href="#vmin-unit"><code class=css>vmin</code></a>&rsquo;, &lsquo;<a
+   href="#cycle-value"><code class=css>cycle()</code></a>&rsquo;, &lsquo;<a
+   href="#attr-value"><code class=css>attr()</code></a>&rsquo;.
 
   <h2 class="no-num no-toc" id=contents>Table of contents</h2>
   <!--begin-toc-->
@@ -221,7 +220,7 @@
        <li><a href="#viewport-relative-lengths"><span class=secno>5.1.2.
         </span> Viewport-percentage lengths: the &lsquo;<code
         class=css>vw</code>&rsquo;, &lsquo;<code class=css>vh</code>&rsquo;,
-        &lsquo;<code class=css>vm</code>&rsquo; units</a>
+        &lsquo;<code class=css>vmin</code>&rsquo; units</a>
       </ul>
 
      <li><a href="#absolute-lengths"><span class=secno>5.2. </span> Absolute
@@ -867,7 +866,7 @@
      <td>viewport's height
 
     <tr>
-     <td>&lsquo;<a href="#vm-unit"><code class=css>vm</code></a>&rsquo;
+     <td>&lsquo;<a href="#vmin-unit"><code class=css>vmin</code></a>&rsquo;
 
      <td>minimum of the viewport's height and width
   </table>
@@ -953,8 +952,8 @@
   <h4 id=viewport-relative-lengths><span class=secno>5.1.2. </span>
    Viewport-percentage lengths: the &lsquo;<a href="#vw-unit"><code
    class=css>vw</code></a>&rsquo;, &lsquo;<a href="#vh-unit"><code
-   class=css>vh</code></a>&rsquo;, &lsquo;<a href="#vm-unit"><code
-   class=css>vm</code></a>&rsquo; units</h4>
+   class=css>vh</code></a>&rsquo;, &lsquo;<a href="#vmin-unit"><code
+   class=css>vmin</code></a>&rsquo; units</h4>
 
   <p>The viewport-percentage lengths are relative to the size of the initial
    containing block. When the height or width of the viewport is changed,
@@ -976,12 +975,11 @@
 
    <dd>Equal to 1% of the height of the initial containing block.
 
-   <dt><dfn id=vm-unit title=vm>vm unit</dfn>
+   <dt><dfn id=vmin-unit title=vmin>vmin unit</dfn>
 
    <dd>Equal to the smaller of &lsquo;<a href="#vw-unit"><code
     class=css>vw</code></a>&rsquo; or &lsquo;<a href="#vh-unit"><code
     class=css>vh</code></a>&rsquo;.
-    <p class=issue>Do we need this now that we have the min() function?
   </dl>
 
   <p class=note>Note that Paged Media defines how the initial containing
@@ -1603,7 +1601,7 @@
 
    <dt>&lsquo;<a href="#vh-unit"><code class=css>vh</code></a>&rsquo;
 
-   <dt>&lsquo;<a href="#vm-unit"><code class=css>vm</code></a>&rsquo;
+   <dt>&lsquo;<a href="#vmin-unit"><code class=css>vmin</code></a>&rsquo;
 
    <dt>&lsquo;<code class=css>mm</code>&rsquo;
 
@@ -2308,7 +2306,7 @@
 
    <li>vh, <a href="#vh-unit" title=vh><strong>5.1.2.</strong></a>
 
-   <li>vm, <a href="#vm-unit" title=vm><strong>5.1.2.</strong></a>
+   <li>vmin, <a href="#vmin-unit" title=vmin><strong>5.1.2.</strong></a>
 
    <li>vw, <a href="#vw-unit" title=vw><strong>5.1.2.</strong></a>
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-values/Overview.src.html,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -d -r1.132 -r1.133
--- Overview.src.html	31 Oct 2011 17:01:09 -0000	1.132
+++ Overview.src.html	31 Oct 2011 17:05:56 -0000	1.133
@@ -74,7 +74,7 @@
 CSS3).
 
 <p>The following features are at-risk and may be dropped during the
-CR period: ''vh'', ''vw'', ''vm'', ''fr'', ''gr'', ''cycle()'', ''attr()''.
+CR period: ''vh'', ''vw'', ''vmin'', ''cycle()'', ''attr()''.
 
 <h2 class="no-num no-toc" id="contents">Table of contents</h2>
 
@@ -523,7 +523,7 @@
 		    <td>viewport's width
 		<tr><td>''vh''
 		    <td>viewport's height
-		<tr><td>''vm''
+		<tr><td>''vmin''
 		    <td>minimum of the viewport's height and width
 	</tbody>
 	</table>
@@ -582,7 +582,7 @@
 	</dl>
 
 <h4 id="viewport-relative-lengths">
-Viewport-percentage lengths: the ''vw'', ''vh'', ''vm'' units</h4>
+Viewport-percentage lengths: the ''vw'', ''vh'', ''vmin'' units</h4>
 
 	<p>The viewport-percentage lengths are relative to the size of the initial
 	containing block. When the height or width of the viewport is changed,
@@ -601,9 +601,8 @@
 		<dt><dfn title="vh">vh unit</dfn>
 		<dd>Equal to 1% of the height of the initial containing block.
 
-		<dt><dfn title="vm">vm unit</dfn>
+		<dt><dfn title="vmin">vmin unit</dfn>
 		<dd>Equal to the smaller of ''vw'' or ''vh''.
-		<p class=issue>Do we need this now that we have the min() function?
 	</dl>
 
 	<p class='note'>Note that Paged Media defines how the initial containing block
@@ -1117,7 +1116,7 @@
 		<dt>''rem''
 		<dt>''vw''
 		<dt>''vh''
-		<dt>''vm''
+		<dt>''vmin''
 		<dt>''mm''
 		<dt>''cm''
 		<dt>''in''

Received on Monday, 31 October 2011 17:08:03 UTC