- From: taka <takaoshiyama@gmail.com>
- Date: Sun, 17 Feb 2013 00:51:11 +0900
- To: Gérard Talbot <css21testsuite@gtalbot.org>
- CC: public-css-testsuite@w3.org
Hi Gerard Please review again as I have updated here: http://hg.csswg.org/test/rev/eca8ec6bc6d7 > line 5: <title>CSS Text Test: text-decoration-line</title> > > " > For specifications other than CSS 2.1, you can include the module name > somewhere before the colon, like “CSS Selectors Test:” or “CSS Test > (Selectors):”. Do not include the module version number, since the test > might get reused for the next version. > " > > So here, > > <title>CSS Text Decoration Test: text-decoration-line - none</title> > > is adequate. Yes, I did it and for the rest accordingly. > line 12: <meta name="assert" content="Neither produces nor inhibits text > decoration." /> > > I suggest > <meta name="assert" content="This test checks that > 'text-decoration-line: none' does not produce any text decoration." /> Yes, I did it and for the rest accordingly. > line 14 to 23: as it is, downloading and processing a @font-face 8MB > font is inappropriate; mplus-1p-regular font (1.3MB) is better but still > not satisfactory. I have no complete solution ready and tested to > propose right now. Yes, I did it, though I understand it's a temporary solution. > 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> > > You can reuse such kind of pass/fail conditions sentence, formulation in > all your tests. Yes, I did it partially but not all as I believe "underlined" is not appropriate against an overline, line-through or blink. I did this as: <p>Test passes if the 2 "Text sample サンプル文" are <strong>identical</strong> and <strong>no text decoration</strong>.</p> In addition, I set font-size: 1.0em to get better proportion with the test instruction above, switch to ID selector as there is one occurrence per page in these testcases. regards, (2013/02/15 7:56), "Gérard Talbot" wrote: > Le Mar 12 février 2013 22:00, taka a écrit : >> Please review a series of the subject test cases as I submitted to > Shepherd below: >> http://test.csswg.org/shepherd/search/spec/css-text-decor-3/author/taka/load/t48/#t16 > thanks in advance and regards, > > > Taka, > > http://test.csswg.org/source/contributors/east-tokyo/submitted/css3-text/text-decoration-line-010.xht > > > > line 5: <title>CSS Text Test: text-decoration-line</title> > > " > For specifications other than CSS 2.1, you can include the module name > somewhere before the colon, like “CSS Selectors Test:” or “CSS Test > (Selectors):”. Do not include the module version number, since the test > might get reused for the next version. > " > > So here, > > <title>CSS Text Decoration Test: text-decoration-line - none</title> > > is adequate. > > ---------- > > line 12: <meta name="assert" content="Neither produces nor inhibits text > decoration." /> > > I suggest > <meta name="assert" content="This test checks that > 'text-decoration-line: none' does not produce any text decoration." /> > > I have asked why the spec mentions "nor inhibits text decoration" part: > [CSS3] [text-decor] text-decoration-line: none > http://lists.w3.org/Archives/Public/www-style/2013Feb/0359.html > > The "nor inhibits text decoration" part would require an ancestor box > with text-decoration declaration in your test. > > Eg. > > http://www.gtalbot.org/BrowserBugsSection/CSS3TextDecoration/text-decoration-line-456.xht > > http://www.gtalbot.org/BrowserBugsSection/CSS3TextDecoration/text-decoration-line-459.xht > > ---------- > > > line 14 to 23: as it is, downloading and processing a @font-face 8MB > font is inappropriate; mplus-1p-regular font (1.3MB) is better but still > not satisfactory. I have no complete solution ready and tested to > propose right now. > > > ---------- > > 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> > > You can reuse such kind of pass/fail conditions sentence, formulation in > all your tests. > > Gérard -- taka oshiyama 押山 隆 takaoshiyama@gmail.com
Received on Saturday, 16 February 2013 15:51:44 UTC