Re: [css3-conditional] Submitted a few TCs

Le Jeu 2 août 2012 8:22, Florian Rivoal a écrit :
> Hi,
>
> I've submitted a few TCs for @supports in
> contributors/opera/submitted/css3-conditional/
>

http://test.csswg.org/source/contributors/opera/submitted/css3-conditional/

> This is the first time I submit TCs, so I am sure I did it wrong, but
> hopefully not too much.



Florian,

9-

http://test.csswg.org/source/contributors/opera/submitted/css3-conditional/at_supports_015.html

line 10: <link ref="match" href="at_supports_001-ref.html">

It should be rel="match" and not ref="match" .

You may want to check other tests for this.
Eg.
http://test.csswg.org/source/contributors/opera/submitted/css3-conditional/at_supports_015.html
got this wrong too.

http://test.csswg.org/source/contributors/opera/submitted/css3-conditional/at_supports_003.html
got this wrong too.


10-
		<link rel="author" title="Florian Rivoal"
href="mailto:florianr@opera.com">
		<link rel="help"
href="http://www.w3.org/TR/css3-conditional/#at-supports">
		<meta name="flags" content="">
		<link ref="match" href="at_supports_001-ref.html">


Admittedly nitpicky. <link> declarations should be listed together,
forming a group; <meta> declarations should be listed together, forming
a group.

The provided test templates are doing so.

regards, 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 Thursday, 2 August 2012 17:11:28 UTC