Comments on text-orientation-010.xht

Taka,

http://test.csswg.org/source/contributors/east-tokyo/submitted/css3-writing-modes/text-orientation-010.xht

1.
If you use Ahem font in a test, then you have to add, to declare "ahem"
flag.

"ahem 	Requires the Ahem font"
http://wiki.csswg.org/test/format#requirement-flags

2.
line 10: <meta name="flags" content="font should" />
You can remove the "should" flag.

3.
Here, I think you should split such text-orientation-010.xht test in 2
sub-tests. vertical writing mode and special text-orientation features
are difficult for most Westerners.

4.
	<div class="view" lang="ja"><span
class="test">&#26376;&#28779;&#27700;Abc<br
/>def&#26408;&#37329;&#22303;</span></div><br />
	<div class="view" lang="ja"><span
class="control">&#26376;&#28779;&#27700;Abc<br
/>def&#26408;&#37329;&#22303;</span></div>

The <br /> presence (between </div> and <div ...>) is not valid HTML.
You can just add a margin-bottom declaration to div.view instead

5.
line 54: text-orientaion: mixed; //The property to be tested

it should be text-orientation: mixed;

6.
<title>CSS3 Writing Modes Test: text-orientation-mixed</title>

should be instead

<title>CSS Writing Modes Test: text-orientation - mixed</title>


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

CSS 2.1 Test suite RC6, March 23rd 2011:
http://test.csswg.org/suites/css2.1/20110323/html4/toc.html

CSS 2.1 test suite harness:
http://test.csswg.org/harness/

Contributing to to CSS 2.1 test suite:
http://www.gtalbot.org/BrowserBugsSection/css21testsuite/web-authors-contributions-css21-testsuite.html

Received on Thursday, 21 February 2013 21:57:46 UTC