@@ -125,8 +125,7 @@ <h2 class="no-num no-toc" id="Contents">Contents</h2>
125125
126126< hr >
127127
128- < h2 id ="dependencies "> < span class ="secno "> 1. </ span > Dependencies on other
129- modules</ h2 >
128+ < h2 id ="dependencies "> Dependencies on other modules</ h2 >
130129
131130< p > This CSS3 module depends on the following other CSS3 modules:
132131
@@ -146,7 +145,7 @@ <h2 id="dependencies"><span class="secno">1. </span>Dependencies on other
146145< li > Ruby [[CSS3RUBY]]</ li >
147146</ ul >
148147
149- < h2 id ="introduction "> < span class =" secno " > 2. </ span > Introduction</ h2 >
148+ < h2 id ="introduction "> Introduction</ h2 >
150149
151150< p > This modules specifies the presentation aspects of line within block elements
152151and inline elements. It also covers the design of baseline alignment within each
@@ -174,7 +173,7 @@ <h2 id="introduction"><span class="secno">2. </span>Introduction</h2>
174173
175174< hr >
176175
177- < h2 id ="LineBox "> < span class =" secno " > 3. </ span > Line box, Line stacking and Content height </ h2 >
176+ < h2 id ="LineBox "> Line box, Line stacking and Content height </ h2 >
178177
179178< p > This section describes inline boxes formatting, how lines are stacked
180179together and a mechanism to adjust the content height of inline elements. Two
@@ -191,7 +190,7 @@ <h2 id="LineBox"><span class="secno">3. </span>Line box, Line stacking and Conte
191190related to the height of the box. However for a vertical layout flow it will be
192191related to the width of the box. The term block-progression dimension is the
193192neutral way to express that dimension independently of the layout flow.< h3 id ="InlineFormatting ">
194- < span class =" secno " > 3.1. </ span > Inline formatting context</ h3 >
193+ Inline formatting context</ h3 >
195194
196195< p > In an inline formatting context, boxes are laid out in the inline-progression
197196direction, one after
@@ -241,7 +240,7 @@ <h2 id="LineBox"><span class="secno">3. </span>Line box, Line stacking and Conte
241240into adjacent line boxes. However, in this case, some user agents may use the
242241line box to "clip" the border and padding areas (i.e., not render them). </ p >
243242
244- < h3 id ="LineBoxWrapping "> < span class =" secno " > 3.2. </ span > Line Box wrapping</ h3 >
243+ < h3 id ="LineBoxWrapping "> Line Box wrapping</ h3 >
245244
246245< p > In general, the start edge of a line box touches the start edge of its
247246containing block and the end edge touches the end edge of its containing block.
@@ -338,7 +337,7 @@ <h3 id="LineBoxWrapping"><span class="secno">3.2. </span>Line Box wrapping</h3>
338337 </ ul >
339338</ div >
340339
341- < h3 id ="inline1 "> < span class =" secno " > 3.3. </ span > Inline box progression dimension (height in horizontal flow), the
340+ < h3 id ="inline1 "> Inline box progression dimension (height in horizontal flow), the
342341< span class ="property "> < a href ="#text-height "> 'text-height'</ a > </ span > property</ h3 >
343342
344343< p > Each inline box has a block-progression dimension which is derived from the
@@ -424,7 +423,7 @@ <h3 id="inline1"><span class="secno">3.3. </span>Inline box progression dimensio
424423< p > For replaced elements, the block-progression dimension is determined by the
425424outer edges (i.e. margin edge).</ p >
426425
427- < h3 id ="InlineBoxHeight "> < span class =" secno " > 3.4. </ span > Line height adjustment: the
426+ < h3 id ="InlineBoxHeight "> Line height adjustment: the
428427< span class ="property "> < a href ="#line-height "> 'line-height'</ a > </ span > property</ h3 >
429428
430429< p > The 'line-height' property controls the amount of leading space
@@ -588,7 +587,7 @@ <h3 id="InlineBoxHeight"><span class="secno">3.4. </span>Line height adjustment:
588587the rendered glyphs will "bleed" outside the box. If such a box touches the edge
589588of a line box, the rendered glyphs will also "bleed" into the adjacent line box.</ p >
590589
591- < h3 id ="LineStacking "> < span class =" secno " > 3.5. </ span > Line Stacking: the
590+ < h3 id ="LineStacking "> Line Stacking: the
592591 < span class ="property "> < a href ="#line-box-contain "> 'line-box-contain'</ a > </ span > property</ h3 >
593592
594593
@@ -1012,15 +1011,15 @@ <h4>Old, remove this:</h4>
10121011
10131012< hr >
10141013
1015- < h2 id ="baseline "> < span class =" secno " > 4. </ span > Baseline alignment</ h2 >
1014+ < h2 id ="baseline "> Baseline alignment</ h2 >
10161015
10171016< p > Baseline alignment describes the alignment of textual content and based on
10181017information contained in font tables associated with font resources.
10191018Additional descriptions for these font tables are provided in the < a
10201019href ="http://www.w3.org/Style/Group/css3-src/css3-fonts/Overview.html "> CSS3
10211020Fonts module</ a > .
10221021
1023- < h3 id ="FontBaseline "> < span class =" secno " > 4.1. </ span > Baseline information
1022+ < h3 id ="FontBaseline "> Baseline information
10241023provided by fonts</ h3 >
10251024
10261025< p > The glyphs of a given script are positioned so that a particular point on
@@ -1107,7 +1106,7 @@ <h3 id="FontBaseline"><span class="secno">4.1. </span>Baseline information
11071106dashed lines.
11081107</ div >
11091108
1110- < h3 id ="AlignmentBaselineType "> < span class =" secno " > 4.2. </ span > Baseline
1109+ < h3 id ="AlignmentBaselineType "> Baseline
11111110identifiers</ h3 >
11121111
11131112< p > The baseline alignment properties control the alignment of child element
@@ -1357,7 +1356,7 @@ <h3 id="AlignmentBaselineType"><span class="secno">4.2. </span>Baseline
13571356horizontal writing-mode and is undefined in a vertical writing mode.
13581357</ dl >
13591358
1360- < h3 id ="BaselineAlignmentOverview "> < span class =" secno " > 4.3. </ span > Overview
1359+ < h3 id ="BaselineAlignmentOverview "> Overview
13611360of the baseline alignment process</ h3 >
13621361
13631362< p > The alignment of an element with respect to its parent is determined by
@@ -1479,7 +1478,7 @@ <h3 id="BaselineAlignmentOverview"><span class="secno">4.3. </span>Overview
14791478informative < a href ="#BaselineUsage "> appendix: B</ a > provides usage examples
14801479of these properties.
14811480
1482- < h3 id ="dominant-baseline-prop "> < span class =" secno " > 4.4. </ span > Dominant
1481+ < h3 id ="dominant-baseline-prop "> Dominant
14831482baseline: the < span class ="property "> < a
14841483href ="#dominant-baseline "> 'dominant-baseline'</ a > </ span > property</ h3 >
14851484
@@ -1684,7 +1683,7 @@ <h3 id="dominant-baseline-prop"><span class="secno">4.4. </span>Dominant
16841683lacks an entry for the desired baseline, then the user agent may use
16851684heuristics to determine the position of the desired baseline.
16861685
1687- < h3 id ="alignment-baseline-prop "> < span class =" secno " > 4.5. </ span > Aligning the
1686+ < h3 id ="alignment-baseline-prop "> Aligning the
16881687alignment point of an element: the < span class ="property "> < a
16891688href ="#alignment-baseline "> 'alignment-baseline'</ a > </ span > property</ h3 >
16901689
@@ -1829,7 +1828,7 @@ <h3 id="alignment-baseline-prop"><span class="secno">4.5. </span>Aligning the
18291828scripts. User agents have to deal with that constraint, and therefore they
18301829use the 'baseline' value as initial.
18311830
1832- < h3 id ="alignment-adjust-prop "> < span class =" secno " > 4.6. </ span > Setting the
1831+ < h3 id ="alignment-adjust-prop "> Setting the
18331832alignment point: the < span class ="property "> < a
18341833href ="#alignment-adjust "> 'alignment-adjust'</ a > </ span > property</ h3 >
18351834
@@ -1994,7 +1993,7 @@ <h3 id="alignment-adjust-prop"><span class="secno">4.6. </span>Setting the
19941993point.
19951994</ dl >
19961995
1997- < h3 id ="baseline-shift-prop "> < span class =" secno " > 4.7. </ span > Repositioning
1996+ < h3 id ="baseline-shift-prop "> Repositioning
19981997the dominant baseline: the < span class ="property "> < a
19991998href ="#baseline-shift "> 'baseline-shift'</ a > </ span > property</ h3 >
20001999
@@ -2113,7 +2112,7 @@ <h3 id="baseline-shift-prop"><span class="secno">4.7. </span>Repositioning
21132112"baseline-shift" makes it easier for a tool to generate the relevant
21142113properties; many formatting programs already have a notion of baseline shift.
21152114
2116- < h3 id ="vertical-align-prop "> < span class =" secno " > 4.8. </ span > Vertical
2115+ < h3 id ="vertical-align-prop "> Vertical
21172116alignment: the < span class ="property "> < a
21182117href ="#vertical-align "> 'vertical-align'</ a > </ span > shorthand baseline
21192118alignment property</ h3 >
@@ -2395,7 +2394,7 @@ <h3 id="vertical-align-prop"><span class="secno">4.8. </span>Vertical
23952394< td > auto
23962395</ table >
23972396
2398- < h3 id ="inline-box-align-prop "> < span class =" secno " > 4.9. </ span > Inline box
2397+ < h3 id ="inline-box-align-prop "> Inline box
23992398alignment: the < span class ="property "> < a
24002399href ="#inline-box-align "> 'inline-box-align'</ a > </ span > property</ h3 >
24012400
@@ -2470,9 +2469,9 @@ <h3 id="inline-box-align-prop"><span class="secno">4.9. </span>Inline box
24702469
24712470< hr >
24722471
2473- < h2 id ="Initial "> < span class =" secno " > 5. Initial line and Drop initial </ span > < /h2 >
2472+ < h2 id ="Initial "> </ h2 >
24742473
2475- < h3 id ="InitialLine "> < span class =" secno " > 5.1. </ span > Initial line</ h3 >
2474+ < h3 id ="InitialLine "> Initial line</ h3 >
24762475
24772476< p > On a block element containing inline elements, the initial line is very often
24782477presented differently. For example it may use a difference typeface, a color,
@@ -2497,7 +2496,7 @@ <h3 id="InitialLine"><span class="secno">5.1. </span>Initial line</h3>
24972496'block-level' elements is in fact only effective on the first line of the block
24982497element.</ p >
24992498
2500- < h3 id ="DropInitial "> < span class =" secno " > 5.2. </ span > Drop Initial overview</ h3 >
2499+ < h3 id ="DropInitial "> Drop Initial overview</ h3 >
25012500
25022501< p > Drop initial is a typographic effect emphasizing the initial letter(s) of a block
25032502element with a presentation similar to a 'floated' element. It can be described as the combination of the following effects:
@@ -2725,7 +2724,7 @@ <h3 id="DropInitial"><span class="secno">5.2. </span>Drop Initial overview</h3>
27252724< p > Drop initial with variable line heights
27262725</ div >
27272726
2728- < h3 id ="DropInitialSize "> < span class =" secno " > 5.3. </ span > Sizing drop initial, the < span class ="property "> < a
2727+ < h3 id ="DropInitialSize "> Sizing drop initial, the < span class ="property "> < a
27292728href ="#drop-initial-size "> 'drop-initial-size'</ a > </ span > and the < span
27302729class ="property "> < a href ="#drop-initial-value "> 'drop-initial-value'</ a > properties</ span > </ h3 >
27312730
@@ -2860,7 +2859,7 @@ <h3 id="DropInitialSize"><span class="secno">5.3. </span>Sizing drop initial, th
28602859href ="#drop-initial-value "> 'drop-initial-value'</ a > </ span > property value.
28612860</ dl >
28622861
2863- < h3 id ="DropInitialAlign "> < span class =" secno " > 5.4. </ span > Aligning drop initial: the < span
2862+ < h3 id ="DropInitialAlign "> Aligning drop initial: the < span
28642863class ="property "> < a
28652864href ="#drop-initial-before-align "> 'drop-initial-before-align'</ a > </ span > , < span
28662865class ="property "> < a
@@ -3183,7 +3182,7 @@ <h3 id="DropInitialAlign"><span class="secno">5.4. </span>Aligning drop initial:
31833182
31843183< hr >
31853184
3186- < h2 id ="properties "> < span class =" secno " > 6. </ span > Properties index</ h2 >
3185+ < h2 id ="properties "> Properties index</ h2 >
31873186
31883187< p > In addition to the specified values, all properties take the
31893188initial and inherit values.</ p >
@@ -3201,7 +3200,7 @@ <h2 id="properties"><span class="secno">6. </span>Properties index</h2>
32013200 see the Fonts module.
32023201</ ul >
32033202
3204- < h2 id ="profiles "> < span class =" secno " > 7. </ span > Profiles</ h2 >
3203+ < h2 id ="profiles "> Profiles</ h2 >
32053204
32063205< p > There are 3 modules defined by this chapter:
32073206
@@ -3373,7 +3372,7 @@ <h2 id="profiles"><span class="secno">7. </span>Profiles</h2>
33733372
33743373< hr >
33753374
3376- < h2 id ="glossary "> < span class =" secno " > 8. </ span > Glossary</ h2 >
3375+ < h2 id ="glossary "> Glossary</ h2 >
33773376
33783377< dl >
33793378
0 commit comments