- From: Jonathan Watt <jwatt@jwatt.org>
- Date: Fri, 09 Nov 2007 14:56:39 -0500
- To: public-cdf@w3.org
Hi, I have a patch for the sizing of SVG in a CSS context (XHTML) going through review at Mozilla right now. The test: WICD Core Comb. #1 http://www.w3.org/2004/CDF/TestSuite/WICD_CDR_WP1/wicdcore.xhtml#core-combined01 would seem to pass, except that the whitespace between the <object/> tags takes up horizontal space. This extra space means there's not enough room for three <object>s with a width of 33.33%, so it knocks the third embedded SVG over so there are only two circles per line. If I remove the whitespace from between the tags then I do indeed get three circles per line. Since the children of the <div> containing the SVG are all inline I think the behavior is correct, so perhaps the test needs to be rethought. Regards, Jonathan
Received on Friday, 9 November 2007 19:57:04 UTC