Microsoft border-conflict-style-074.htm (outset taking precedence over groove)

> (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