- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 06 Sep 2011 19:38:36 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-flexbox
In directory hutz:/tmp/cvs-serv1146
Modified Files:
Overview.html Overview.src.html
Log Message:
Removed the warning message.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-flexbox/Overview.html,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- Overview.html 2 Sep 2011 22:35:52 -0000 1.57
+++ Overview.html 6 Sep 2011 19:38:34 -0000 1.58
@@ -16,12 +16,12 @@
<h1 id=head-box-flexible>CSS Flexible Box Layout Module</h1>
- <h2 class="no-num no-toc" id=w3c-working>Editor's Draft, 2 September 2011</h2>
+ <h2 class="no-num no-toc" id=w3c-working>Editor's Draft, 3 September 2011</h2>
<dl>
<dt>This version:
- <dd><!-- <a href="http://www.w3.org/TR/2011/WD-css3-flexbox-20110902/">http://www.w3.org/TR/2011/WD-css3-flexbox-20110902/</a></dd> -->
+ <dd><!-- <a href="http://www.w3.org/TR/2011/WD-css3-flexbox-20110903/">http://www.w3.org/TR/2011/WD-css3-flexbox-20110903/</a></dd> -->
<a
href="http://dev.w3.org/csswg/css3-flexbox/">http://dev.w3.org/csswg/css3-flexbox/</a>
@@ -81,14 +81,6 @@
<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
@@ -1999,3 +1991,25 @@
title=wrap-up><strong>3.1.</strong></a>
</ul>
<!--end-index-->
+</html>
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-declaration:"~/SGML/HTML4.decl"
+sgml-default-doctype-name:"html"
+sgml-minimize-attributes:t
+sgml-nofill-elements:("pre" "style" "br")
+sgml-live-element-indicator:t
+sgml-omittag:nil
+sgml-shorttag:nil
+sgml-namecase-general:t
+sgml-general-insert-case:lower
+sgml-always-quote-attributes:t
+sgml-indent-step:nil
+sgml-indent-data:t
+sgml-parent-document:nil
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+-->
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-flexbox/Overview.src.html,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- Overview.src.html 2 Sep 2011 22:35:52 -0000 1.56
+++ Overview.src.html 6 Sep 2011 19:38:34 -0000 1.57
@@ -39,8 +39,6 @@
<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>
@@ -869,4 +867,25 @@
<h2 class="no-num" id="index">Index</h2>
<!--index-->
-</body></ht
\ No newline at end of file
+</body></html>
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-declaration:"~/SGML/HTML4.decl"
+sgml-default-doctype-name:"html"
+sgml-minimize-attributes:t
+sgml-nofill-elements:("pre" "style" "br")
+sgml-live-element-indicator:t
+sgml-omittag:nil
+sgml-shorttag:nil
+sgml-namecase-general:t
+sgml-general-insert-case:lower
+sgml-always-quote-attributes:t
+sgml-indent-step:nil
+sgml-indent-data:t
+sgml-parent-document:nil
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+-->
\ No newline at end of file
Received on Tuesday, 6 September 2011 19:38:38 UTC