[CSS2.1] Inline-block and inline-table and floats

I have these two test cases.


http://css-class.com/test/css/visformatting/floats-with-block-elements-inline-block.htm


http://css-class.com/test/css/visformatting/floats-with-block-elements-inline-table.htm


I presume that either Gecko 1.9 or Safari 3.1 are rendering these test 
cases correct. They consist of a short float and a long float followed 
by an element with the property being tested inside a container (grid 
background).


Gecko 1.9: Inline block and inline table top left corner sitting against 
the top left corner of the container.

Safari 3: Inline block and inline table sitting beside the first float.

Opera 9.10~9.50: Inline block and inline table clearing the second float.


Any thoughts.


These are part of this test case that I have been working on for months.


http://css-class.com/test/css/visformatting/floats-with-block-elements.htm


Alan

Received on Monday, 9 June 2008 11:36:39 UTC