Re: Issue with Scalable Child test

Jonathan Watt wrote:
> Perfect. With your fixes for the test, and with the patch, the development
> version of Firefox now renders three rows of three circles as expected.
>>
>>
http://www.w3.org/2004/CDF/TestSuite/WICD_CDR_WP1/test-scalable-child-size-calculation.xhtml

Actually, because the HTML <object> elements are display:inline they leave some
room for descenders underneath. This means that the bottom and top of the three
rows of circles are separated by a gap instead of meeting snuggly together. To
get rid of this gap the <object> elements need to have the additional rule:

  object { vertical-align: bottom; }

Regards,
Jonathan

Received on Friday, 23 November 2007 18:52:13 UTC