csswg/css3-transforms Overview.html,1.10,1.11 Transforms.src.html,1.13,1.14

Update of /sources/public/csswg/css3-transforms
In directory hutz:/tmp/cvs-serv15037

Modified Files:
	Overview.html Transforms.src.html 
Log Message:
Added a warning note about the merge as per http://www.w3.org/2011/11/03-fx-minutes.html#action07

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-transforms/Overview.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Overview.html	27 Jan 2012 07:53:14 -0000	1.10
+++ Overview.html	28 Jan 2012 02:37:28 -0000	1.11
@@ -73,15 +73,15 @@
 
    <h1>CSS Transforms</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 27 January
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 28 January
     2012</h2>
 
    <dl>
     <dt>This version:
 
     <dd> <a
-     href="http://www.w3.org/TR/2012/ED-css3-transforms-20120127/">http://dev.w3.org/csswg/css3-transforms/</a>
-     <!--http://www.w3.org/TR/2012/WD-css3-transforms-20120127-->
+     href="http://www.w3.org/TR/2012/ED-css3-transforms-20120128/">http://dev.w3.org/csswg/css3-transforms/</a>
+     <!--http://www.w3.org/TR/2012/WD-css3-transforms-20120128-->
 
     <dt>Latest version:
 
@@ -139,8 +139,6 @@
 
   <h2 class="no-num no-toc" id=abstract>Abstract</h2>
 
-  <p><strong>THIS IS A WORK IN PROGRESS AND NOT READY FOR REVIEW.</strong>
-
   <p>CSS transforms allows elements styled with CSS to be transformed in
    two-dimensional or three-dimensional space. This specification is the
    convergence of the <a href="http://www.w3.org/TR/css3-2d-transforms/">CSS
@@ -150,6 +148,11 @@
    transforms</a> specifications.
 
   <h2 class="no-num no-toc" id=status>Status of this document</h2>
+
+  <p class=note> This specification merges the former CSS 2D Transforms and
+   CSS 3D Transforms specifications and will also merge CSS Transforms and
+   SVG Transforms. The merge is in progress and the specification is not yet
+   ready for review.</p>
   <!--begin-status-->
 
   <p>This is a public copy of the editors' draft. It is provided for

Index: Transforms.src.html
===================================================================
RCS file: /sources/public/csswg/css3-transforms/Transforms.src.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- Transforms.src.html	27 Jan 2012 07:53:14 -0000	1.13
+++ Transforms.src.html	28 Jan 2012 02:37:28 -0000	1.14
@@ -97,8 +97,6 @@
 
         <h2 class="no-num no-toc" id="abstract">Abstract</h2>
         
-        <strong>THIS IS A WORK IN PROGRESS AND NOT READY FOR REVIEW.</strong>
-
         <p>CSS transforms allows elements styled with CSS to be transformed
           in two-dimensional or three-dimensional space. This specification is the convergence of the 
             <a href="http://www.w3.org/TR/css3-2d-transforms/">CSS 2D transforms</a>, 
@@ -107,6 +105,13 @@
           specifications.</p>
 
         <h2 class="no-num no-toc" id="status">Status of this document</h2>
+
+        <p class="note">
+          This specification merges the former CSS 2D Transforms and CSS 3D Transforms specifications and 
+          will also merge CSS Transforms and SVG Transforms. The merge is in progress and the specification
+          is not yet ready for review.
+        </p>
+
         <!--status-->
 
         <p>

Received on Saturday, 28 January 2012 02:37:32 UTC