Skip to content

Commit c1ea536

Browse files
committed
[css3-break] Put subtitle in an H2. Fixed a broken link.
--HG-- extra : rebase_source : f3fb1f0409e51bfa3b8bc30fc66446d5a21525c2
1 parent 343518a commit c1ea536

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

css-break/Overview.src.html

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
<!DOCTYPE html public '-//W3C//DTD HTML 4.01//EN' 'http://www.w3.org/TR/html4/strict.dtd'>
1+
<!DOCTYPE html public '-//W3C//DTD HTML 4.01//EN' 'http://www.w3.org/TR/html4/strict.dtd'>
22
<html lang="en">
33
<head profile="http://www.w3.org/2006/03/hcard">
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
55
<title>CSS Fragmentation Module Level 3</title>
66
<link rel="stylesheet" type="text/css" href="../default.css">
7-
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-[STATUS].css">
7+
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-WD.css">
88
</head>
99
<body>
1010
<div class="head">
1111
<!--logo-->
12-
<h1 id="css-fragmentation-module">CSS Fragmentation Module Level 3:<br>
13-
Breaking the Web, one fragment at a time</h1>
12+
<h1 id="css-fragmentation-module">CSS Fragmentation Module Level 3</h1>
13+
<h2 id=subtitle class="no-num no-toc">Breaking the Web, one
14+
fragment at a time</h2>
1415
<h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
1516
<dl>
1617
<dt>This version:</dt>
17-
<!--<dd><a href="[VERSION]">http://www.w3.org/TR/[YEAR]/WD-[SHORTNAME]-[CDATE]/</a></dd>-->
18-
<dd><a href="http://dev.w3.org/csswg/[SHORTNAME]/">http://dev.w3.org/csswg/[SHORTNAME]/</a></dd>
18+
<dd><a href="[VERSION]">[VERSION]</a></dd>
1919

2020
<dt>Latest version:</dt>
2121
<dd><a href="http://www.w3.org/TR/[SHORTNAME]/">http://www.w3.org/TR/css3-break/</a></dd>
@@ -61,6 +61,9 @@ <h2 class="no-num no-toc" id="status">
6161
Status of this document</h2>
6262
<!--status-->
6363
<!--<p>The following features are at risk: &hellip;</p>-->
64+
<p>
65+
See the <a href="#changes" >Changes section</a> for significant
66+
changes since the previous draft.
6467

6568
<h2 class="no-num no-toc" id="contents">
6669
Table of contents</h2>
@@ -1154,7 +1157,7 @@ <h4 id="joining-boxes">
11541157
and fragments from subsequent lines are put to the right of it.
11551158
In a right-to-left containing block,
11561159
the first fragment is the rightmost on the first line
1157-
and subsequent fragments are put to the left of it.</p>
1160+
and subsequent fragments are put to the left of it.
11581161
</dd>
11591162

11601163
<dt>For boxes broken across columns</dt>
@@ -1396,7 +1399,7 @@ <h2 class="no-num" id="changes">
13961399
<li>Defined that boxes <a href="#box-splitting">extend to the bottom of the page</a> when broken.
13971400
<li>Defined breaking of <a href="#transforms">transformed/positioned content</a>.
13981401
<li>Defined 1px minimum extent of fragmentainers to ensure progress.
1399-
<li>Clarified fragmentation of <a href="#paraparal-flows">parallel flows</a>.
1402+
<li>Clarified fragmentation of <a href="#parallel-flows">parallel flows</a>.
14001403
<li>Defined handling of overflowing content (as parallel content).
14011404
<li>Clarified <a href="#varying-size-boxes">float fragmentation</a> in varying-size fragmentainers.
14021405
<li>Various other clarifications.

0 commit comments

Comments
 (0)