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
<p>In multi-column layouts, baselines are typically aligned between
3276
+
adjacent columns. This gives the presentation a visual rythm, and text
3277
+
in the end of the columns will be alignend. To support this, a new
3278
+
value on the <spanclass=property>'line-stacking strategy'</span> is
3279
+
defined: ''grid-height''.
3280
+
3281
+
<pclass=note>The 'line-stacking-strategy' property is <ahref="http://www.w3.org/TR/xsl/#line-stacking-strategy">used in XSL</a>, and the 'grid-height' value was proposed in a <ahref="http://www.w3.org/TR/css3-linebox/#line-stacking-strategy">previous CSS draft</a>
3282
+
3283
+
<p>The value means that the stack-height of the element is the smallest multiple of the used 'line-height' value on the containing block.
3284
+
3285
+
<divclass=example>
3286
+
In this example, the stacking height of div.figure would be 30px (2 * 15px)
0 commit comments