- From: Robert Stam <robert@tallcomponents.com>
- Date: Wed, 27 Jan 2010 16:13:41 -0600
- To: "Arron Eicholz" <Arron.Eicholz@microsoft.com>, <public-css-testsuite@w3.org>
Hi Arron, I checked with that version now, but the problems are still present, I updated the file-names (and ordered on chapter) below: Thanks in advance for any feedback on those issues. 1) --------- chapter_6\HTML-attribute-019.xht The DOCTYPE of this test is XHTML 1.0 Transitional in which there's no baseline space reserved below an image. This causes the images to overlap slightly. Changing the DOCTYPE to strict will results in the correct output.. 2) --------- chapter_8\border-width-005.xht chapter_8\border-width-006.xht chapter_8\border-width-007.xht chapter_8\border-width-008.xht Incorrect test: the computed value of property border-width at element 'body' is 0, because border-style is 'none'. The value 'inherit' inherits the computed value, so at element div.test the border-width is also 0 and no rectangle is shown. (Chrome, FireFox and Opera render this correctly, by displaying only one square). 3) --------- chapter_9\display-008.xht Invalid test. Only the first row is part of the table row group that has a blue background. 4) --------- chapter_9\inline-formatting-context-017.xht Test expects the text to fit on two lines where the first line is justified. 5) --------- chapter_9\positioning-float-002.xht The width of the container is not big enough to fit all the text. Besides that the test is rendered correctly. 6) --------- chapter_9\viewport-004.xht Frames are not supported in CSS, expected HTML-xxxx test. 7) --------- chapter_16\text-align-white-space-003.xht chapter_16\text-align-white-space-008.xht We consider both test as incorrect tests: only pre and pre-line (not pre-wrap) cause text-align value 'justify' to be replaced by its initial value. 8) --------- chapter_16\white-space-control-characters-001.xht #22 is the Unicode character for 'Synchronous Idle', but no font was found that displays it as mentioned in the test description. 9) --------- chapter_16\word-spacing-remove-space-002.xht Looks like IE8 specific behavior. 10) --------- chapter_17\empty-cells-exceptions-004.xht Whitespace is preserved in the table, so whitespace between <table> and <tr> is considered non-empty content and is wrapped in an anonymous table-row and an anonymous table-cell. 11) --------- chapter_17\table-height-algorithm-005.xht CSS 2.1 specification does not specify how extra table height space should be distributed over the rows. Since a cell-height percentage computes to auto, all rows will get an equal part of the remaining space. A more sophisticated algorithm could inspect cell and row percentage heights and try to satisfy them. 12) --------- chapter_18\outline-width-095.xht We consider this test as invalid test: In div1, the computed value of outline-width is 0, because outline-style is none (the default value). The 'outline-width: inherit' inherits this computed value, so the width of the outline is zero. ------------- If you have any further questions, do not hesitate to contact me. Best Regards, Robert Stam TallComponents Follow us @ twitter: http://twitter.com/tallcomponents > -----Original Message----- > From: Arron Eicholz [mailto:Arron.Eicholz@microsoft.com] > Sent: Wednesday, January 27, 2010 6:31 PM > To: Robert Stam; public-css-testsuite@w3.org > Subject: RE: Questions about microsoft tests (2nd version) > > The samples.microsoft.com site is not the most updated location for the > test suite. The most current location for all of the Microsoft cases is > http://test.csswg.org/source/contributors/microsoft/submitted/. Please use > this for any reviewing you are doing. > > > -- > Thanks, > Arron Eicholz
Received on Wednesday, 27 January 2010 22:14:23 UTC