- From: Gérard Talbot <css21testsuite@gtalbot.org>
- Date: Mon, 11 Oct 2010 12:25:32 -0700
- To: "Řyvind Stenhaug" <oyvinds@opera.com>
- Cc: "public-css-testsuite@w3.org" <public-css-testsuite@w3.org>, "Arron Eicholz" <Arron.Eicholz@microsoft.com>
> (Author: Microsoft)
> 4)
> http://test.csswg.org/suites/css2.1/20101001/html4/border-conflict-style-074.htm
>
> Incorrect pass condition. Per the spec 'outset' takes preference over
> 'groove', but the pass condition expects the opposite.
Řyvind,
Good catch!
#center, #table1 td
{
border: 5px groove black;
}
can be replaced with, should be replaced with
#center
{
border: 5px groove black;
}
regards, Gérard
--
Contributions to the CSS 2.1 test suite:
http://www.gtalbot.org/BrowserBugsSection/css21testsuite/
CSS 2.1 test suite (RC2; October 1st 2010):
http://test.csswg.org/suites/css2.1/20101001/html4/toc.html
CSS 2.1 test suite contributors:
http://test.csswg.org/source/contributors/
Received on Monday, 11 October 2010 19:26:08 UTC