- From: Gérard Talbot <css21testsuite@gtalbot.org>
- Date: Sat, 05 Dec 2015 22:36:37 -0500
- To: 塩澤 元 (Shiozawa, Hajime) <hajime.shiozawa@gmail.com>
- Cc: Public CSS test suite mailing list <public-css-testsuite@w3.org>, Koji Ishii <kojiishi@gluesoft.co.jp>
Le 2015-12-05 03:33, 塩澤 元 a écrit : >> Then create 4 tests using <div>月火水Abc<br />def木金土</div>: 1 writing >> mode >> test with 'writing-mode: sideways-rl' with 'text-orientation: upright' >> and >> 3 tests with 'writing-mode: sideways-lr' with 'text-orientation: [ >> mixed | >> upright | sideways ]' where those 4 tests check, make sure that >> 'text-orientation' declarations have no effect in those 4 'sideways-*' >> tests. Those 4 tests should probably go in section 5.1. Orienting >> Text: the >> 'text-orientation' property. >> >> Hajime, do you want to do this? I can do it if you prefer. >> > Yes, I want you to create these four tests. > Thank you with your help. > Hajime, This is what I had in mind: sideways-lr - - - - - - http://www.gtalbot.org/BrowserBugsSection/CSS3WritingModes/text-orientation-mixed-slr-015.xht http://www.gtalbot.org//BrowserBugsSection/CSS3WritingModes/text-orientation-upright-slr-017.xht http://www.gtalbot.org//BrowserBugsSection/CSS3WritingModes/text-orientation-sideways-slr-019.xht Reference file [1]: http://www.gtalbot.org/BrowserBugsSection/CSS3WritingModes/text-orientation-mixed-slr-015-ref.xht sideways-rl - - - - - - http://www.gtalbot.org/BrowserBugsSection/CSS3WritingModes/text-orientation-mixed-srl-016.xht http://www.gtalbot.org/BrowserBugsSection/CSS3WritingModes/text-orientation-upright-srl-018.xht Reference file [1]: http://www.gtalbot.org/BrowserBugsSection/CSS3WritingModes/text-orientation-mixed-srl-016-ref.xht [1]: I believe these tests should probably be manual tests, so the reference file is not trustworthy for pixel-per-pixel matching reference. > By the way I'm creating sideways-[lr|rl] test on the following existing > tests. > - inline-block-alignment > - vertical-alignment > > Now I have the following pattern in my local computer for above two > tests. > > 1. sideways-lr + mixed > 2. sideways-lr + upright > 3. sideways-lr + sideways > 4. sideways-rl + mixed > 5. sideways-rl + upright > 6. sideways-rl + sideways > > After I read your review, I think that I should have the following new > pattern. > 1. sideways-lr (no text-orientation property) > 2. sideways-rl (no text-orientation property) > > Do you think so? Yes. The new pattern is best: with no text-orientation declaration.... since text-orientation declarations in sideways-[ lr | rl ] should have no effect on glyph orientation in line boxes. Gérard -- Test Format Guidelines http://testthewebforward.org/docs/test-format-guidelines.html Test Style Guidelines http://testthewebforward.org/docs/test-style-guidelines.html Test Templates http://testthewebforward.org/docs/test-templates.html CSS Naming Guidelines http://testthewebforward.org/docs/css-naming.html Test Review Checklist http://testthewebforward.org/docs/review-checklist.html CSS Metadata http://testthewebforward.org/docs/css-metadata.html
Received on Sunday, 6 December 2015 03:37:11 UTC