Prev: Line wrapping / nowrap in tables
Next: solutions manual
From: GTalbot on 28 Jul 2010 10:37 Dear fellow comp.infosystems.www.authoring.stylesheets colleagues, Just wanted to notify you that the CSS 2.1 Test Suite beta 2 has been released today: http://test.csswg.org/suites/css2.1/20100727/ All the CSS 2.1 Test Suite beta 2 testcases in HTML 4 format: http://test.csswg.org/suites/css2.1/20100727/html4/toc.html (grouped by chapters) http://test.csswg.org/suites/css2.1/20100727/html4/ (all listed in alphabetical order) You must set your browser's minimum font-size to 10px: a few testcases require such font-size. regards, Gérard -- Contributing to the CSS Test Suites http://wiki.csswg.org/test/css2.1/contribute Web authors' contributions to CSS 2.1 test suite http://www.gtalbot.org/BrowserBugsSection/css21testsuite/web-authors-contributions-css21-testsuite.html
From: Andreas Prilop on 30 Jul 2010 10:55 On Wed, 28 Jul 2010, GTalbot wrote: > Just wanted to notify you that the CSS 2.1 Test Suite beta 2 > has been released today: > http://test.csswg.org/suites/css2.1/20100727/ > http://test.csswg.org/suites/css2.1/20100727/html4/toc.html > http://test.csswg.org/suites/css2.1/20100727/html4/ Testing text direction is best done with ASCII digits; see http://www.user.uni-hannover.de/nhtcapri/right-to-left.html I suggest the following three tests for you: <p style="direction: rtl ; unicode-bidi: bidi-override" >(0123456789]</p> <p style="direction: rtl ; unicode-bidi: normal" >( 0 1 2 3 4 5 6 7 8 9 10 11 12 ]</p> <p><span style="direction: rtl ; unicode-bidi: embed" >( 0 1 2 3 4 5 6 7 8 9 10 11 12 ]</span></p> -- In memoriam Alan J. Flavell http://www.alanflavell.org.uk/charset/
|
Pages: 1 Prev: Line wrapping / nowrap in tables Next: solutions manual |