- From: Gérard Talbot <css21testsuite@gtalbot.org>
- Date: Tue, 22 Mar 2016 17:48:43 -0400
- To: Koji Ishii <kojiishi@gluesoft.co.jp>
- Cc: Elika 'fantasai' Etemad <fantasai.lists@inkedblade.net>, Public CSS Test suite mailing list <public-css-testsuite@w3.org>
Le 2015-07-10 12:40, fantasai a écrit : [nightly-unstable] http://test.csswg.org/suites/css-writing-modes-3_dev/nightly-unstable/html/text-combine-upright-inherit-all-001.htm [reference] http://test.csswg.org/suites/css-writing-modes-3_dev/nightly-unstable/html/reference/text-combine-upright-inherit-all-001.htm [src] http://test.csswg.org/source/css-writing-modes-3/text-combine-upright-inherit-all-001.html [reference] http://test.csswg.org/source/css-writing-modes-3/reference/text-combine-upright-inherit-all-001.html > I would increase the test's coverage, however, by having additional > containers: > > <div class=vrl><span class=tcy>66</span></div> /* reference */ > <div class="tcy"> > <div class="vrl"><span><span>66</span></span></div> > <div class="vlr"><span><span>66</span></span></div> > </div> > > This tests not just inheritance through inline elements, but also from > block to inline, and from block to block. It's also good to check both > writing modes; here it's easy, just add > .vlr { writing-mode: vertical-lr; } > > ~fantasai http://www.gtalbot.org/BrowserBugsSection/CSS3WritingModes/text-combine-upright-inherit-all-001-GT.html http://www.gtalbot.org/BrowserBugsSection/CSS3WritingModes/text-combine-upright-inherit-all-001-ref-GT.html http://www.gtalbot.org/BrowserBugsSection/CSS3WritingModes/text-combine-upright-inherit-all-001-notref-GT.html This mismatching reference would make sure that browsers (like Firefox version 48 and lower) which support vertical writing modes but not text-combine-upright would fail that test. 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 Tuesday, 22 March 2016 21:49:17 UTC