- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 31 Oct 2011 17:05:58 +0000
- To: public-css-commits@w3.org
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: ‘<a href="#vh-unit"><code class=css>vh</code></a>’, ‘<a href="#vw-unit"><code class=css>vw</code></a>’, ‘<a - href="#vm-unit"><code class=css>vm</code></a>’, ‘<code - class=css>fr</code>’, ‘<code class=css>gr</code>’, - ‘<a href="#cycle-value"><code class=css>cycle()</code></a>’, - ‘<a href="#attr-value"><code class=css>attr()</code></a>’. + href="#vmin-unit"><code class=css>vmin</code></a>’, ‘<a + href="#cycle-value"><code class=css>cycle()</code></a>’, ‘<a + href="#attr-value"><code class=css>attr()</code></a>’. <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 ‘<code class=css>vw</code>’, ‘<code class=css>vh</code>’, - ‘<code class=css>vm</code>’ units</a> + ‘<code class=css>vmin</code>’ 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>‘<a href="#vm-unit"><code class=css>vm</code></a>’ + <td>‘<a href="#vmin-unit"><code class=css>vmin</code></a>’ <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 ‘<a href="#vw-unit"><code class=css>vw</code></a>’, ‘<a href="#vh-unit"><code - class=css>vh</code></a>’, ‘<a href="#vm-unit"><code - class=css>vm</code></a>’ units</h4> + class=css>vh</code></a>’, ‘<a href="#vmin-unit"><code + class=css>vmin</code></a>’ 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 ‘<a href="#vw-unit"><code class=css>vw</code></a>’ or ‘<a href="#vh-unit"><code class=css>vh</code></a>’. - <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>‘<a href="#vh-unit"><code class=css>vh</code></a>’ - <dt>‘<a href="#vm-unit"><code class=css>vm</code></a>’ + <dt>‘<a href="#vmin-unit"><code class=css>vmin</code></a>’ <dt>‘<code class=css>mm</code>’ @@ -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