- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 12 Aug 2011 23:31:01 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-values
In directory hutz:/tmp/cvs-serv14134
Modified Files:
Overview.html Overview.src.html
Log Message:
Add cycle() and attr() to at-risk list.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-values/Overview.html,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -d -r1.84 -r1.85
--- Overview.html 12 Aug 2011 23:27:28 -0000 1.84
+++ Overview.html 12 Aug 2011 23:30:58 -0000 1.85
@@ -128,12 +128,13 @@
represents the intention of the CSS WG better than this draft (other than
on values and units that are new to CSS3).
- <p>The following units 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
+ <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>’, ‘<a
href="#fr-unit"><code class=css>fr</code></a>’, ‘<a
- href="#gr-unit"><code class=css>gr</code></a>’.
+ href="#gr-unit"><code class=css>gr</code></a>’, ‘<code
+ class=css>cycle()</code>’.
<h2 class="no-num no-toc" id=contents>Table of contents</h2>
<!--begin-toc-->
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-values/Overview.src.html,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- Overview.src.html 12 Aug 2011 23:27:28 -0000 1.87
+++ Overview.src.html 12 Aug 2011 23:30:58 -0000 1.88
@@ -76,8 +76,8 @@
than this draft (other than on values and units that are new to
CSS3).
-<p>The following units are at-risk and may be dropped during the
-CR period: ''vh'', ''vw'', ''vm'', ''fr'', ''gr''.
+<p>The following features are at-risk and may be dropped during the
+CR period: ''vh'', ''vw'', ''vm'', ''fr'', ''gr'', ''cycle()'', ''attr()''.
<h2 class="no-num no-toc" id="contents">Table of contents</h2>
Received on Friday, 12 August 2011 23:31:05 UTC