- From: Alan Gresley <alan@css-class.com>
- Date: Mon, 09 Jun 2008 21:35:34 +1000
- To: www-style@w3.org
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