- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 31 Oct 2011 17:13:19 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-values
In directory hutz:/tmp/cvs-serv15979
Modified Files:
Overview.html Overview.src.html
Log Message:
Update at-risk list
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-values/Overview.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- Overview.html 31 Oct 2011 17:09:51 -0000 1.131
+++ Overview.html 31 Oct 2011 17:13:17 -0000 1.132
@@ -135,9 +135,9 @@
on values and units that are new to CSS3).
<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="#vmin-unit"><code class=css>vmin</code></a>’, ‘<a
+ period: ‘<a href="#calc0"><code class=css>calc()</code></a>’,
+ ‘<a href="#min"><code class=css>min()</code></a>’, ‘<a
+ href="#max"><code class=css>max()</code></a>’, ‘<a
href="#cycle-value"><code class=css>cycle()</code></a>’, ‘<a
href="#attr-value"><code class=css>attr()</code></a>’.
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-values/Overview.src.html,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -d -r1.134 -r1.135
--- Overview.src.html 31 Oct 2011 17:09:51 -0000 1.134
+++ Overview.src.html 31 Oct 2011 17:13:17 -0000 1.135
@@ -74,7 +74,7 @@
CSS3).
<p>The following features are at-risk and may be dropped during the
-CR period: ''vh'', ''vw'', ''vmin'', ''cycle()'', ''attr()''.
+CR period: ''calc()'', ''min()'', ''max()'', ''cycle()'', ''attr()''.
<h2 class="no-num no-toc" id="contents">Table of contents</h2>
Received on Monday, 31 October 2011 17:13:23 UTC