Re: margin-right-113 makes invalid assumptions about rounding

> These tests:
> http://test.csswg.org/suites/css2.1/20101001/html4/margin-right-113.htm
> http://test.csswg.org/suites/css2.1/20101001/xhtml1/margin-right-113.xht
> are invalid for the same reasons stated here:
> http://lists.w3.org/Archives/Public/public-css-testsuite/2010Oct/0123.html
>


The exact same problem (with the same values) had been already reported in
http://lists.w3.org/Archives/Public/public-css-testsuite/2010Jul/0072.html
wrt

http://test.csswg.org/suites/css2.1/20100727/html4/margin-top-113.htm
"
Fractional pixel issue!
border-top: 0.1in solid red; /* == 9.6px and is resolved as 9px, not
rounded up to 10px /*
margin-bottom: -0.6in; /* == -57.6px and is resolved as -58
"

regards, Gérard
-- 
Contributions to the CSS 2.1 test suite:
http://www.gtalbot.org/BrowserBugsSection/css21testsuite/

CSS 2.1 test suite (RC2; October 1st 2010):
http://test.csswg.org/suites/css2.1/20101001/html4/toc.html

CSS 2.1 test suite contributors:
http://test.csswg.org/source/contributors/

Received on Saturday, 16 October 2010 05:23:36 UTC