- From: Gérard Talbot <css21testsuite@gtalbot.org>
- Date: Thu, 14 Feb 2013 19:22:27 -0500
- To: "taka" <takaoshiyama@gmail.com>
- Cc: public-css-testsuite@w3.org
Le Jeu 14 février 2013 17:56, "Gérard Talbot" a écrit :
http://test.csswg.org/source/contributors/east-tokyo/submitted/css3-text/text-decoration-line-010.xht
> ----------
>
> line 41:
> <p>Test passes if no line is displayed.</p>
>
> This can confuse testers: line can mean an horizontal rule or it can
> mean a line of text. I propose
>
> <p>Test passes if the 2 "Text sample
> サンプル文" are underlined and
> <strong>identical</strong>.</p>
Err.. I wanted to say rather
<p>Test passes if the 2 "Text sample
サンプル文" are <strong>identical</strong>
and <strong>not underlined </strong>.</p>
Another idea would be to drop the div#control and use it only for the
reftest. In which case:
div {text-decoration-line: none;}
...
<p>Test passes if the "Text sample
サンプル文" is <strong>not
underlined</strong>.</p>
<div>Text sample サンプル文</div>
and the reftest would just have
<div>Text sample サンプル文</div>
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 Friday, 15 February 2013 00:23:01 UTC