- From: Gérard Talbot <css21testsuite@gtalbot.org>
- Date: Mon, 20 Sep 2010 22:31:08 -0700
- To: "public-css-testsuite@w3.org" <public-css-testsuite@w3.org>
- Cc: "Arron Eicholz" <arron.eicholz@microsoft.com>
Hello,
http://test.csswg.org/suites/css2.1/20100917/html4/width-091.htm
http://test.csswg.org/suites/css2.1/20100917/xhtml1/width-091.xht
Fractional pixel problem!
1% of an inch is 0.96px, which is rounded *down* to 0px in Chrome
6.0.472.62 and Konqueror 4.4.5. So, that test will require code
tweaking.
Proposed modification:
Replace
#div1
{
width: 1in;
}
with
#div1
{
width: 500px;
}
-----------
http://test.csswg.org/suites/css2.1/20100917/html4/background-root-006.htm
http://test.csswg.org/suites/css2.1/20100917/html4/background-root-007.htm
http://test.csswg.org/suites/css2.1/20100917/html4/background-root-008.htm
http://test.csswg.org/suites/css2.1/20100917/html4/background-root-011.htm
http://test.csswg.org/suites/css2.1/20100917/html4/background-root-012.htm
http://test.csswg.org/suites/css2.1/20100917/html4/background-root-013.htm
http://test.csswg.org/suites/css2.1/20100917/html4/background-root-014.htm
http://test.csswg.org/suites/css2.1/20100917/html4/background-root-016.htm
http://test.csswg.org/suites/css2.1/20100917/html4/background-root-017.htm
http://test.csswg.org/suites/css2.1/20100917/html4/background-root-018.htm
"(...) sentences should be rewritten to not require an understanding of
the specification"
IMO, those testcases should all avoid the words BODY, HTML and canvas.
regards, Gérard
--
Contributions to the CSS 2.1 test suite:
http://www.gtalbot.org/BrowserBugsSection/css21testsuite/
CSS 2.1 test suite (RC1; September 17th 2010):
http://test.csswg.org/suites/css2.1/20100917/html4/toc.html
CSS 2.1 test suite contributors:
http://test.csswg.org/source/contributors/
Received on Tuesday, 21 September 2010 05:31:42 UTC