E84D Some fixes to pass pubrules. · w3c/csswg-drafts@1629680 · GitHub
Skip to content

Commit 1629680

Browse files
committed
Some fixes to pass pubrules.
1 parent c39dff6 commit 1629680

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

css3-flexbox/Overview.src.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html><head><title>Flexible Box Layout Module</title>
3-
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-ED"> <!-- TODO: remove before build -->
4-
<link rel=stylesheet href=http://dev.w3.org/csswg/default.css>
5-
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-[STATUS]">
63
<link rel="stylesheet" type="text/css" href="../default.css">
74
<style type="text/css">
85
p { margin: .5em 0; }
96
dd > p { text-indent: 0; }
107
a > b { font-weight: normal; color: #800; }
118
</style>
9+
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-ED"> <!-- TODO: change before build -->
1210
</head><body>
1311

1412
<div class="head">
13+
<!--logo-->
14+
1515
<h1 id="head-box-flexible">Flexible Box Layout Module</h1>
1616
<h2 class="no-num no-toc" id="w3c-working">[LONGSTATUS], [DATE]</h2>
1717

@@ -23,6 +23,9 @@ <h2 class="no-num no-toc" id="w3c-working">[LONGSTATUS], [DATE]</h2>
2323
<dt>Latest version:
2424
<dd><a href="http://www.w3.org/TR/css3-flexbox/">http://www.w3.org/TR/css3-flexbox/</a>
2525

26+
<dt>Previous version:
27+
<dd><a href="http://www.w3.org/TR/2009/WD-css3-flexbox-20090723/">http://www.w3.org/TR/2009/WD-css3-flexbox-20090723/</a>
28+
2629
<dt>Editors:
2730
<dd>Tab Atkins Jr. <a href="mailto:jackalmage@gmail.com">jackalmage@gmail.com</a>
2831
<dd>Alex Mogilevsky <a href="mailto:alexmog@microsoft.com">alexmog@microsoft.com</a>
@@ -34,11 +37,10 @@ <h2 class="no-num no-toc" id="w3c-working">[LONGSTATUS], [DATE]</h2>
3437
<dd>David Hyatt, Apple, <a href="mailto:hyatt@apple.com">hyatt@apple.com</a>
3538
</dl>
3639
<!--copyright-->
37-
</div>
3840

39-
<hr>
41+
<hr title="Separator for header">
42+
</div>
4043

41-
<div>
4244
<h2 class="no-num no-toc" id="abstract">Abstract</h2>
4345

4446
<p>The draft describes a CSS box model optimized for interface design.
@@ -52,14 +54,12 @@ <h2 class="no-num no-toc" id="abstract">Abstract</h2>
5254
model is based on the box model in the XUL user-interface language
5355
used for the user interface of many Mozilla-based applications
5456
(such as Firefox).</p>
55-
</div>
5657

57-
<div>
58+
<h2 class="no-num no-toc" id="status">Status of this document</h2>
59+
<!--status-->
60+
5861
<h2 class="no-num no-toc" id="table">Table of contents</h2>
5962
<!--toc-->
60-
</div>
61-
62-
<hr>
6363

6464
<!-- ====================================================================== -->
6565

@@ -955,7 +955,7 @@ <h2 id="layout-interface">
955955

956956
<hr title="Separator from footer">
957957

958-
<h2 class="no-num" id="acknowledgments"><a name="acknowledgments">Acknowledgments</a></h2>
958+
<h2 class="no-num" id="acknowledgments">Acknowledgments</h2>
959959

960960
<p>[This section will contain further acknowledgments.]</p>
961961

0 commit comments

Comments
 (0)