- From: Gérard Talbot <css21testsuite@gtalbot.org>
- Date: Tue, 6 Jul 2010 09:38:20 -0700
- To: "public-css-testsuite@w3.org" <public-css-testsuite@w3.org>
- Cc: "Arron Eicholz" <Arron.Eicholz@microsoft.com>
Arron,
I forgot to add a link to the testcase version I made on that particular
testcase:
http://www.gtalbot.org/BrowserBugsSection/css21testsuite/html-attribute-023-gt.htm
> 8-
> http://test.csswg.org/suites/css2.1/20100701/html4/html-attribute-023.htm
>
> Why is this HTMLonly?
> <meta name="flags" content="HTMLonly">
>
> I propose to make the hr thicker:
>
> From
>
> <style type="text/css">
> p
> {
> border-color: transparent;
> }
> *
> {
> border-color: green;
> }
> </style>
> </head>
> <body>
> <p>Test passes if the line below is solid green.</p>
> <hr noshade="noshade">
>
> to
>
> <style type="text/css">
> html, body, p
> {
> background-color: white;
> }
> *
> {
> background-color: lime;
> border-color: lime;
> }
> </style>
> </head>
> <body>
> <p>Test passes if the line below is solid bright green.</p>
> <hr noshade="noshade" size="6">
>
> http://www.w3.org/TR/html4/present/graphics.html#adef-size-HR
>
> because right now, this testcase invites the user to
compare/distinguish 2
> rather dark colors (green vs gray) for a 2px tall ruler.
>
> Also, note that noshade is deprecated: so this one should declare a
> transitional DTD.
>
--
Contributions to the CSS 2.1 test suite:
http://www.gtalbot.org/BrowserBugsSection/css21testsuite/
CSS 2.1 test suite (beta 1; July 1st 2010):
http://test.csswg.org/suites/css2.1/20100701/html4/toc.html
CSS 2.1 test suite contributors:
http://test.csswg.org/source/contributors/
Received on Tuesday, 6 July 2010 16:38:59 UTC