You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
+
3071
3065
<p>The ‘<codeclass=property>column-span</code>’ property is
3072
3066
extended with integer values so that elements can span several columns.
3073
3067
If the specified integer value is equal to, or larger than the number of
<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>
3240
3234
<p class=note>A similar idea — 'line-stacking-strategy: grid-height' — 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>.
0 commit comments