Re: CSS3-text-decoration: text-decoration-line

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
> &#12469;&#12531;&#12503;&#12523;&#25991;" are underlined and
> <strong>identical</strong>.</p>

Err.. I wanted to say rather

<p>Test passes if the 2 "Text sample
&#12469;&#12531;&#12503;&#12523;&#25991;" 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
&#12469;&#12531;&#12503;&#12523;&#25991;" is <strong>not
underlined</strong>.</p>

<div>Text sample &#12469;&#12531;&#12503;&#12523;&#25991;</div>

and the reftest would just have

<div>Text sample &#12469;&#12531;&#12503;&#12523;&#25991;</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