- From: Bert Bos via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 22 Mar 2011 16:54:35 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-flexbox In directory hutz:/tmp/cvs-serv20063 Modified Files: Overview.src.html Log Message: Some fixes to pass pubrules. Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-flexbox/Overview.src.html,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- Overview.src.html 21 Mar 2011 22:29:15 -0000 1.16 +++ Overview.src.html 22 Mar 2011 16:54:32 -0000 1.17 @@ -1,17 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <html><head><title>Flexible Box Layout Module</title> - <link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-ED"> <!-- TODO: remove before build --> - <link rel=stylesheet href=http://dev.w3.org/csswg/default.css> - <link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-[STATUS]"> <link rel="stylesheet" type="text/css" href="../default.css"> <style type="text/css"> p { margin: .5em 0; } dd > p { text-indent: 0; } a > b { font-weight: normal; color: #800; } </style> + <link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-ED"> <!-- TODO: change before build --> </head><body> <div class="head"> + <!--logo--> + <h1 id="head-box-flexible">Flexible Box Layout Module</h1> <h2 class="no-num no-toc" id="w3c-working">[LONGSTATUS], [DATE]</h2> @@ -23,6 +23,9 @@ <dt>Latest version: <dd><a href="http://www.w3.org/TR/css3-flexbox/">http://www.w3.org/TR/css3-flexbox/</a> + <dt>Previous version: + <dd><a href="http://www.w3.org/TR/2009/WD-css3-flexbox-20090723/">http://www.w3.org/TR/2009/WD-css3-flexbox-20090723/</a> + <dt>Editors: <dd>Tab Atkins Jr. <a href="mailto:jackalmage@gmail.com">jackalmage@gmail.com</a> <dd>Alex Mogilevsky <a href="mailto:alexmog@microsoft.com">alexmog@microsoft.com</a> @@ -34,11 +37,10 @@ <dd>David Hyatt, Apple, <a href="mailto:hyatt@apple.com">hyatt@apple.com</a> </dl> <!--copyright--> -</div> -<hr> + <hr title="Separator for header"> +</div> -<div> <h2 class="no-num no-toc" id="abstract">Abstract</h2> <p>The draft describes a CSS box model optimized for interface design. @@ -52,14 +54,12 @@ model is based on the box model in the XUL user-interface language used for the user interface of many Mozilla-based applications (such as Firefox).</p> -</div> -<div> + <h2 class="no-num no-toc" id="status">Status of this document</h2> + <!--status--> + <h2 class="no-num no-toc" id="table">Table of contents</h2> <!--toc--> -</div> - -<hr> <!-- ====================================================================== --> @@ -955,7 +955,7 @@ <hr title="Separator from footer"> - <h2 class="no-num" id="acknowledgments"><a name="acknowledgments">Acknowledgments</a></h2> + <h2 class="no-num" id="acknowledgments">Acknowledgments</h2> <p>[This section will contain further acknowledgments.]</p>
Received on Tuesday, 22 March 2011 16:54:37 UTC