@@ -561,8 +561,8 @@ The 'clear' property</h2>
561561<pre>
562562.figure { float-reference: column; float: bottom; clear: none }
563563
564- <div class=figure></div>
565- <div class=figure></div>
564+ <div class=figure></div>
565+ <div class=figure></div>
566566</pre>
567567 <img alt="sample rendering" src="images/16.png">
568568 </div>
@@ -573,8 +573,8 @@ The 'clear' property</h2>
573573<pre>
574574.figure { float-reference: column; float: bottom; clear: bottom }
575575
576- <div class=figure></div>
577- <div class=figure></div>
576+ <div class=figure></div>
577+ <div class=figure></div>
578578</pre>
579579
580580 <img alt="sample rendering" src="images/17.png">
@@ -588,8 +588,8 @@ The 'clear' property</h2>
588588<pre>
589589.figure { float-reference: column; float: bottom; clear: top }
590590
591- <div class=figure></div>
592- <div class=figure></div>
591+ <div class=figure></div>
592+ <div class=figure></div>
593593</pre>
594594
595595 <img alt="sample rendering" src="images/16.png">
@@ -602,8 +602,8 @@ The 'clear' property</h2>
602602<pre>
603603.figure { float-reference: column; float: bottom; clear: bottom }
604604
605- <div class=figure></div>
606- <div class=figure></div>
605+ <div class=figure></div>
606+ <div class=figure></div>
607607</pre>
608608
609609 <img alt="sample rendering" src="images/17.png">
@@ -617,8 +617,8 @@ The 'clear' property</h2>
617617<pre>
618618.figure { float-reference: page; float: top; clear: top }
619619
620- <div class=figure></div>
621- <div class=figure></div>
620+ <div class=figure></div>
621+ <div class=figure></div>
622622</pre>
623623
624624 </div>
@@ -631,8 +631,8 @@ The 'clear' property</h2>
631631.figure.one { float-reference: column; float: top; clear: top }
632632.figure.two { float-reference: column; float: bottom; clear: bottom }
633633
634- <div class="figure one"></div>
635- <div class="figure two"></div>
634+ <div class="figure one"></div>
635+ <div class="figure two"></div>
636636</pre>
637637
638638 </div>
@@ -655,7 +655,7 @@ The 'clear' property</h2>
655655
656656 <pre class="propdef">
657657 Name : float-defer
658- Value : <integer > | last | none
658+ Value : <integer > | last | none
659659 Initial : none
660660 Applies to : floats
661661 Inherited : no
0 commit comments