« Return to Thread: Issue with Scalable Child test

Re: Issue with Scalable Child test

by Jonathan Watt-3 :: Rate this Message:

| View in Thread


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

 « Return to Thread: Issue with Scalable Child test