- From: Gérard Talbot <css21testsuite@gtalbot.org>
- Date: Sun, 4 Aug 2013 03:02:19 -0400
- To: "Hĺkon Wium Lie" <howcome@opera.com>
- Cc: "Public css-testsuite mailing list" <public-css-testsuite@w3.org>
Hĺkon, http://test.csswg.org/source/contributors/howcome/submitted/multicol-rule-outset-000.xht 1- In order to have really identical black bars, the default padding on table-cell should be zero-ed, otherwise the bottom black bar will be 2px taller. To an human, there is no difference but to a software, there will be one. When switching back and forth from the test file to the reference file, such difference is noticeable. 2- line 25: column-rule: 10px inset lime; } td { border-right: 10px outset lime } td + td { border-left: 10px outset lime; border-right: none } When 2 adjacent (consecutive) table-cells have the same border-width, same color and same style, then the leftmost one wins. " When two elements of the same type conflict, then the one further to the left (if the table's 'direction' is 'ltr'; right, if it is 'rtl') and further to the top wins. " 17.6.2.1 Border conflict resolution http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution So, the border-right should win; the table should have a 10px outset lime border which should look like groove [1] while the multi-colum has an 10px inset lime one. So, how could both borders (from the multi-column-rule and from the table) look identical? [1]: "*outset In the separated borders model, the border makes the entire box look as though it were coming out of the canvas. In the collapsing border model, drawn the same as 'groove'." http://www.w3.org/TR/CSS21/tables.html#table-border-styles In my opinion, the test is incorrect. 3- line 33: The two horizontal bars below should be identical. This should be wrapped in a <p>. And "below" word can be safely removed. Gérard -- Contributions to the CSS 2.1 test suite: http://www.gtalbot.org/BrowserBugsSection/css21testsuite/ CSS 2.1 Test suite RC6, March 23rd 2011: http://test.csswg.org/suites/css2.1/20110323/html4/toc.html CSS 2.1 test suite harness: http://test.csswg.org/harness/ Contributing to to CSS 2.1 test suite: http://www.gtalbot.org/BrowserBugsSection/css21testsuite/web-authors-contributions-css21-testsuite.html
Received on Sunday, 4 August 2013 07:02:52 UTC