We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2925be5 commit fc328f7Copy full SHA for fc328f7
1 file changed
css3-gcpm/Overview.html
@@ -3802,8 +3802,10 @@ <h3 id=aligning-baselines><span class=secno>14.2. </span>Aligning baselines</h3>
3802
should be rounded upt to the smallest multiple of the used ‘<code
3803
class=property>line-height</code>’ value on the containing block.
3804
3805
- <div class=example> In this example, the stacking height of div.figure
3806
- would be 30px (2 * 15px)
+ <div class=example>
+ <p>In this example, the stacking height of div.figure would be 30px (2 *
3807
+ 15px)
3808
+
3809
<pre>
3810
div.multicol { line-height: 15px }
3811
div.figure { height: 20px; line-box-contain: block inline replaced crack }
0 commit comments