CSS2 Test Suite: 9.5.2 clear

[index page] [section] [Previous] [Next] [Specification]

The style declarations contained within this page:

.cl1 {clear: left;}
.cl2 {clear: right;}
.cl3{clear: both;}
.cl4 {clear: none;}

[Image]

This text should be flowing past a tall orange rectangle on the left side of the browser window.


[Image]

[cl1] This paragraph should appear below the tall orange rectangle above and to the left, and not flow past it.


[Image]

[cl2] This paragraph should appear below the tall orange rectangle above and to the right, and not flow past it.


[Image] [Image]

[cl3] This paragraph should appear below the two tall orange rectangles, and not flow between them.

[Image] [Image]

[cl4] This paragraph should be between both tall orange rectangles.



[index page] [section] [Previous] [Next] [Specification]