Skip to content

Commit b105400

Browse files
committed
[css-position-3] Fix titles
1 parent a9d24c6 commit b105400

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

css-position-3/Overview.bs

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1213,7 +1213,7 @@ Auto heights for block formatting context roots</h3>
12131213
<!-- End section: Sizing and positioning details -->
12141214

12151215
<h2 id="comparison">
1216-
Comparison of normal flow, floats, and positioning</h2>
1216+
Informative Comparison of Normal Flow, Floats, and Positioning</h2>
12171217

12181218
<em>This section is not normative.</em>
12191219

@@ -1258,7 +1258,7 @@ Comparison of normal flow, floats, and positioning</h2>
12581258
examples given.
12591259

12601260
<h3 id="comp-normal-flow">
1261-
Normal flow</h3>
1261+
Normal Flow Example</h3>
12621262

12631263
Consider the following CSS declarations for <em>outer</em> and <em>inner</em>
12641264
that do not alter the <a>normal flow</a> of boxes:
@@ -1285,7 +1285,7 @@ Normal flow</h3>
12851285
<!-- End section: Normal flow -->
12861286

12871287
<h3 id="comp-relpos">
1288-
Relative positioning</h3>
1288+
Relative Positioning Example</h3>
12891289

12901290
To see the effect of <a>relative positioning</a>,
12911291
we specify:
@@ -1327,7 +1327,7 @@ Relative positioning</h3>
13271327
</p>
13281328

13291329
<h3 id="comp-floating">
1330-
Floating a box</h3>
1330+
Floating Example</h3>
13311331

13321332
Now consider the effect of <a href="https://www.w3.org/TR/CSS2/visuren.html#floats">
13331333
floating</a> the <em>inner</em> element’s text to the right by means of the
@@ -1415,7 +1415,7 @@ Floating a box</h3>
14151415
</figure>
14161416

14171417
<h3 id="comp-abspos">
1418-
Absolute positioning</h3>
1418+
Absolute Positioning Example</h3>
14191419

14201420
Next, we consider the effect of absolute positioning. Consider the following CSS
14211421
declarations for <em>outer</em> and <em>inner</em>:
@@ -1547,6 +1547,7 @@ Acknowledgments</h2>
15471547
This module would not have been possible without input and support from many
15481548
helpful people. Thanks to Bert Bos, Tantek &Ccedil;elik, Anton Prowse,
15491549
Rossen Atanassov, Chris Jones, John Jansen, Sylvain Galineau.
1550+
15501551
<!-- End section: Acknowledgments -->
15511552

15521553
<!--

0 commit comments

Comments
 (0)