2 Microsoft outline testcases

Hello all,

1- Outline color set to 'invert'

http://test.csswg.org/source/contributors/microsoft/submitted/Chapter_18/outline-color-174.htm

and

http://www.w3.org/Style/CSS/Test/CSS2.1/20100316/html4/outline-color-174.htm

If there is a black box, not a yellow one, the test is still passed because


"
Conformant UAs may ignore the 'invert' value on platforms that do not
support color inversion of the pixels on the screen. If the UA does not
support the 'invert' value then the initial value of the 'outline-color'
property is the value of the 'color' property, similar to the initial
value of the 'border-top-color' property.
"
http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines

So, that testcase should be reviewed, updated, corrected to reflect this.

Also, I think the pass condition of the testcase should say "border" or
"border belt", and not "box".

2- Outline and border placement

http://test.csswg.org/source/contributors/microsoft/submitted/Chapter_18/outline-layout-003.htm

and

http://www.w3.org/Style/CSS/Test/CSS2.1/20100316/html4/outline-layout-003.htm

The test assertion is

<meta name="assert" content="Outline is drawn directly outside of the
border.">

but the spec says

"The outline *_may_* be drawn starting just outside the border edge."

suggesting that there may be a non-zero default outline-offset.

So, that testcase should be reviewed, updated, corrected to reflect this.

regards, Gérard
-- 
Contributions to the CSS 2.1 test suite:
http://www.gtalbot.org/BrowserBugsSection/css21testsuite/

CSS 2.1 test suite (alpha 2; March 16th 2010):
http://www.w3.org/Style/CSS/Test/CSS2.1/20100316/html4/toc.html

CSS 2.1 test suite contributors:
http://test.csswg.org/source/contributors/

Received on Monday, 26 April 2010 19:45:46 UTC