@@ -561,8 +561,8 @@ The 'clear' property</h2>
561
561
<pre>
562
562
.figure { float-reference: column; float: bottom; clear: none }
563
563
564
- <div class=figure></div>
565
- <div class=figure></div>
564
+ <div class=figure></div>
565
+ <div class=figure></div>
566
566
</pre>
567
567
<img alt="sample rendering" src="images/16.png">
568
568
</div>
@@ -573,8 +573,8 @@ The 'clear' property</h2>
573
573
<pre>
574
574
.figure { float-reference: column; float: bottom; clear: bottom }
575
575
576
- <div class=figure></div>
577
- <div class=figure></div>
576
+ <div class=figure></div>
577
+ <div class=figure></div>
578
578
</pre>
579
579
580
580
<img alt="sample rendering" src="images/17.png">
@@ -588,8 +588,8 @@ The 'clear' property</h2>
588
588
<pre>
589
589
.figure { float-reference: column; float: bottom; clear: top }
590
590
591
- <div class=figure></div>
592
- <div class=figure></div>
591
+ <div class=figure></div>
592
+ <div class=figure></div>
593
593
</pre>
594
594
595
595
<img alt="sample rendering" src="images/16.png">
@@ -602,8 +602,8 @@ The 'clear' property</h2>
602
602
<pre>
603
603
.figure { float-reference: column; float: bottom; clear: bottom }
604
604
605
- <div class=figure></div>
606
- <div class=figure></div>
605
+ <div class=figure></div>
606
+ <div class=figure></div>
607
607
</pre>
608
608
609
609
<img alt="sample rendering" src="images/17.png">
@@ -617,8 +617,8 @@ The 'clear' property</h2>
617
617
<pre>
618
618
.figure { float-reference: page; float: top; clear: top }
619
619
620
- <div class=figure></div>
621
- <div class=figure></div>
620
+ <div class=figure></div>
621
+ <div class=figure></div>
622
622
</pre>
623
623
624
624
</div>
@@ -631,8 +631,8 @@ The 'clear' property</h2>
631
631
.figure.one { float-reference: column; float: top; clear: top }
632
632
.figure.two { float-reference: column; float: bottom; clear: bottom }
633
633
634
- <div class="figure one"></div>
635
- <div class="figure two"></div>
634
+ <div class="figure one"></div>
635
+ <div class="figure two"></div>
636
636
</pre>
637
637
638
638
</div>
@@ -655,7 +655,7 @@ The 'clear' property</h2>
655
655
656
656
<pre class="propdef">
657
657
Name : float-defer
658
- Value : <integer > | last | none
658
+ Value : <integer > | last | none
659
659
Initial : none
660
660
Applies to : floats
661
661
Inherited : no
0 commit comments