Skip to content

Commit 79af3a6

Browse files
committed
Removed the warning message.
1 parent ff8ee73 commit 79af3a6

2 files changed

Lines changed: 46 additions & 13 deletions

File tree

css3-flexbox/Overview.html

Lines changed: 24 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616

1717
<h1 id=head-box-flexible>CSS Flexible Box Layout Module</h1>
1818

19-
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft, 2 September 2011</h2>
19+
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft, 3 September 2011</h2>
2020

2121
<dl>
2222
<dt>This version:
2323

24-
<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> -->
24+
<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> -->
2525
<a
2626
href="http://dev.w3.org/csswg/css3-flexbox/">http://dev.w3.org/csswg/css3-flexbox/</a>
2727

@@ -81,14 +81,6 @@ <h2 class="no-num no-toc" id=w3c-working>Editor's Draft, 2 September 2011</h2>
8181
<hr title="Separator for header">
8282
</div>
8383

84-
<p style="border: thick solid red; background: #fdd; color: red;
85-
font-weight: bold; padding: .5em; position: fixed; bottom: 0; left: 0;
86-
right: 0; z-index: 100; margin: 1em;">This draft is in heavy flux right
87-
now while I perform a major editorial rewrite and fix issues that were
88-
raised in the past few months. Do not rely on any detail in this draft
89-
while this notice is present. I expect to finish the rewrite by Sep 2
90-
2011.
91-
9284
<h2 class="no-num no-toc" id=abstract> Abstract</h2>
9385

9486
<p>The specification describes a CSS box model optimized for user interface
@@ -1999,3 +1991,25 @@ <h2 class=no-num id=index>Index</h2>
19991991
title=wrap-up><strong>3.1.</strong></a>
20001992
</ul>
20011993
<!--end-index-->
1994+
</html>
1995+
<!-- Keep this comment at the end of the file
1996+
Local variables:
1997+
mode: sgml
1998+
sgml-declaration:"~/SGML/HTML4.decl"
1999+
sgml-default-doctype-name:"html"
2000+
sgml-minimize-attributes:t
2001+
sgml-nofill-elements:("pre" "style" "br")
2002+
sgml-live-element-indicator:t
2003+
sgml-omittag:nil
2004+
sgml-shorttag:nil
2005+
sgml-namecase-general:t
2006+
sgml-general-insert-case:lower
2007+
sgml-always-quote-attributes:t
2008+
sgml-indent-step:nil
2009+
sgml-indent-data:t
2010+
sgml-parent-document:nil
2011+
sgml-exposed-tags:nil
2012+
sgml-local-catalogs:nil
2013+
sgml-local-ecat-files:nil
2014+
End:
2015+
-->

css3-flexbox/Overview.src.html

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ <h2 class="no-num no-toc" id="w3c-working">[LONGSTATUS], [DATE]</h2>
3939
<hr title="Separator for header">
4040
</div>
4141

42-
<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>
43-
4442
<h2 class="no-num no-toc" id="abstract">
4543
Abstract</h2>
4644

@@ -869,4 +867,25 @@ <h2 id="property" class="no-num">Property index</h2>
869867
<h2 class="no-num" id="index">Index</h2>
870868
<!--index-->
871869

872-
</body></ht
870+
</body></html>
871+
<!-- Keep this comment at the end of the file
872+
Local variables:
873+
mode: sgml
874+
sgml-declaration:"~/SGML/HTML4.decl"
875+
sgml-default-doctype-name:"html"
876+
sgml-minimize-attributes:t
877+
sgml-nofill-elements:("pre" "style" "br")
878+
sgml-live-element-indicator:t
879+
sgml-omittag:nil
880+
sgml-shorttag:nil
881+
sgml-namecase-general:t
882+
sgml-general-insert-case:lower
883+
sgml-always-quote-attributes:t
884+
sgml-indent-step:nil
885+
sgml-indent-data:t
886+
sgml-parent-document:nil
887+
sgml-exposed-tags:nil
888+
sgml-local-catalogs:nil
889+
sgml-local-ecat-files:nil
890+
End:
891+
-->

0 commit comments

Comments
 (0)