Skip to content

Commit e0fe5f9

Browse files
committed
x
1 parent 095846c commit e0fe5f9

1 file changed

Lines changed: 14 additions & 20 deletions

File tree

css3-gcpm/Overview.html

Lines changed: 14 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -228,22 +228,21 @@ <h2 class="no-num no-toc" id=table-of-contents><a name=contents>Table of
228228
<ul class=toc>
229229
<li><a href="#float-modifiers"><span class=secno>14.1. </span>Float
230230
modifiers</a>
231-
</ul>
232231

233-
<li><a href="#multi-column-float-intrusion"><span class=secno>15.
234-
</span>Multi-column float intrusion</a>
235-
<ul class=toc>
236-
<li><a href="#floating-inside-and-outside-pages"><span class=secno>15.1.
232+
<li><a href="#multi-column-float-intrusion"><span class=secno>14.2.
233+
</span>Multi-column float intrusion</a>
234+
235+
<li><a href="#floating-inside-and-outside-pages"><span class=secno>14.3.
237236
</span>Floating inside and outside pages</a>
238237
</ul>
239238

240-
<li><a href="#the-first-page-pseudo-element"><span class=secno>16.
239+
<li><a href="#the-first-page-pseudo-element"><span class=secno>15.
241240
</span>The &lsquo;<code class=property>first-page</code>&rsquo;
242241
pseudo-element</a>
243242

244-
<li><a href="#conformance"><span class=secno>17. </span>Conformance</a>
243+
<li><a href="#conformance"><span class=secno>16. </span>Conformance</a>
245244

246-
<li><a href="#appendix-a-default-style-sheet"><span class=secno>18.
245+
<li><a href="#appendix-a-default-style-sheet"><span class=secno>17.
247246
</span>Appendix A: Default style sheet</a>
248247

249248
<li class=no-num><a href="#acknowledgments">Acknowledgments</a>
@@ -3062,12 +3061,7 @@ <h2 id=page-floats><span class=secno>14. </span>Page floats</h2>
30623061
.figure { float: top-corner }
30633062
</pre>
30643063
<img src=6.png></div>
3065-
<!--
3066-
<p class=issue>
3067-
In the examples above, the width is set to 100% to fill the available space. This is typically how paper-based layouts have used column-span. If, however, the width is smaller than the available space, how should the box be positioned. (Probably on the side, based on the writing direction.) And, should content flow around it? (Probably not: it may be hard to implement and have little use.)
3068-
</div>
3069-
-->
3070-
3064+
30713065
<p>The &lsquo;<code class=property>column-span</code>&rsquo; property is
30723066
extended with integer values so that elements can span several columns.
30733067
If the specified integer value is equal to, or larger than the number of
@@ -3150,8 +3144,8 @@ <h3 id=float-modifiers><span class=secno>14.1. </span>Float modifiers</h3>
31503144
<img src=13.png></div>
31513145
</dl>
31523146

3153-
<h2 id=multi-column-float-intrusion><span class=secno>15.
3154-
</span>Multi-column float intrusion</h2>
3147+
<h3 id=multi-column-float-intrusion><span class=secno>14.2.
3148+
</span>Multi-column float intrusion</h3>
31553149

31563150
<p>A new value on &lsquo;<code class=property>float</code>&rsquo; is
31573151
introduced to support intrusion in columns:
@@ -3183,7 +3177,7 @@ <h2 id=multi-column-float-intrusion><span class=secno>15.
31833177
src=1.png>
31843178
</div>
31853179

3186-
<h3 id=floating-inside-and-outside-pages><span class=secno>15.1.
3180+
<h3 id=floating-inside-and-outside-pages><span class=secno>14.3.
31873181
</span>Floating inside and outside pages</h3>
31883182

31893183
<p>Two allow content to flow to the inside and outside of a page, these
@@ -3240,7 +3234,7 @@ <h2>Aligning baselines in multi-column layouts</h2>
32403234
<p class=note>A similar idea &mdash; 'line-stacking-strategy: grid-height' &mdash; was proposed in a <a href="http://www.w3.org/TR/css3-linebox/#line-stacking-strategy">previous version of the CSS3 line module</a>. The 'line-stacking-strategy' property is <a href="http://www.w3.org/TR/xsl/#line-stacking-strategy">used in XSL</a>.
32413235
-->
32423236

3243-
<h2 id=the-first-page-pseudo-element><span class=secno>16. </span>The
3237+
<h2 id=the-first-page-pseudo-element><span class=secno>15. </span>The
32443238
&lsquo;<code class=property>first-page</code>&rsquo; pseudo-element</h2>
32453239
<!--
32463240
<p>The 'first-page' pseudo-element selects the content of an element
@@ -3345,11 +3339,11 @@ <h2>Page selection: nth()</h2>
33453339
33463340
-->
33473341

3348-
<h2 id=conformance><span class=secno>17. </span>Conformance</h2>
3342+
<h2 id=conformance><span class=secno>16. </span>Conformance</h2>
33493343

33503344
<p>TBD
33513345

3352-
<h2 id=appendix-a-default-style-sheet><span class=secno>18.
3346+
<h2 id=appendix-a-default-style-sheet><span class=secno>17.
33533347
</span>Appendix A: Default style sheet</h2>
33543348

33553349
<pre>

0 commit comments

Comments
 (0)