csswg/css3-flexbox Overview.html,1.49,1.50 Overview.src.html,1.48,1.49

Update of /sources/public/csswg/css3-flexbox
In directory hutz:/tmp/cvs-serv26527

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Added notice that the draft is undergoing a major rewrite at the moment.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-flexbox/Overview.html,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- Overview.html	27 Aug 2011 00:12:26 -0000	1.49
+++ Overview.html	27 Aug 2011 00:18:09 -0000	1.50
@@ -81,6 +81,14 @@
    <hr title="Separator for header">
   </div>
 
+  <p style="border: thick solid red; background: #fdd; color: red;
+   font-weight: bold; padding: .5em; position: fixed; bottom: 0; left: 0;
+   right: 0; z-index: 100; margin: 1em;">This draft is in heavy flux right
+   now while I perform a major editorial rewrite and fix issues that were
+   raised in the past few months. Do not rely on any detail in this draft
+   while this notice is present. I expect to finish the rewrite by Sep 2
+   2011.
+
   <h2 class="no-num no-toc" id=abstract> Abstract</h2>
 
   <p>The specification describes a CSS box model optimized for user interface

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-flexbox/Overview.src.html,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- Overview.src.html	27 Aug 2011 00:12:26 -0000	1.48
+++ Overview.src.html	27 Aug 2011 00:18:09 -0000	1.49
@@ -39,6 +39,8 @@
 	<hr title="Separator for header">
 </div>
 
+<p style="border: thick solid red; background: #fdd; color: red; font-weight: bold; padding: .5em; position: fixed; bottom: 0; left: 0; right: 0; z-index: 100; margin: 1em;">This draft is in heavy flux right now while I perform a major editorial rewrite and fix issues that were raised in the past few months.  Do not rely on any detail in this draft while this notice is present.  I expect to finish the rewrite by Sep 2 2011.</p>
+
 <h2 class="no-num no-toc" id="abstract">
 Abstract</h2>
 

Received on Saturday, 27 August 2011 00:21:55 UTC