- From: Gérard Talbot <css21testsuite@gtalbot.org>
 - Date: Fri, 23 Aug 2013 22:48:02 -0400
 - To: "Håkon Wium Lie" <howcome@opera.com>
 - Cc: "Public css-testsuite mailing list" <public-css-testsuite@w3.org>
 
Le Ven 23 août 2013 0:20, "Gérard Talbot" a écrit :
> Håkon,
>
> [test]
> http://test.csswg.org/source/contributors/opera/submitted/multicol/multicol-span-none-001.xht
>
> [reftest]
> http://test.csswg.org/source/contributors/opera/submitted/multicol/multicol-span-none-ref.xht
>
> The reftest renders an 1em vertical gap inside, at the bottom of the
> gray box but such gap isn't correct.
>
I just noticed something else.
line 14: body>div {
(...)
line 23: 	column-count: 2;
line 24: 	column-gap: 1em;
line 25:	column-span: none;
}
Chances are column-span: none was intended to be for the h6 element and
not for the multi-column div. Otherwise the test is not really making
sense, is not perfectly coherent.
I am setting column-span: none; for the inner block inside the
multi-column element in the proposed replacement test.
Gérard
> Proposed modifications
> ----------------------
>
> http://www.gtalbot.org/BrowserBugsSection/CSS3Multi-Columns/Opera/multicol-span-none-001-GT.xht
>
> http://www.gtalbot.org/BrowserBugsSection/CSS3Multi-Columns/Opera/multicol-span-none-001-GT-ref.xht
>
> 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
>
>
>
-- 
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 Saturday, 24 August 2013 02:48:31 UTC