- From: Gérard Talbot <css21testsuite@gtalbot.org>
- Date: Mon, 20 Sep 2010 16:33:43 -0700
- To: "public-css-testsuite@w3.org" <public-css-testsuite@w3.org>
- Cc: "Arron Eicholz" <arron.eicholz@microsoft.com>
Hello, http://test.csswg.org/suites/css2.1/20100917/xhtml1/html-attribute-019.xht and http://test.csswg.org/suites/css2.1/20100917/html4/html-attribute-019.htm The <br /> (or <br>) should be avoided, removed. Proposed code modifications (XHTM 1 version) --------------------------- <div> <img vspace="200" alt="15x15 blue box" src="support/blue15x15.png" /><br /> <img alt="15x15 green box" src="support/green15x15.png" /> </div> to replace with <div> <img vspace="200" alt="15x15 blue box" src="http://test.csswg.org/suites/css2.1/20100917/xhtml1/support/blue15x15.png" /> </div> <div> <img alt="15x15 green box" src="http://test.csswg.org/suites/css2.1/20100917/xhtml1/support/green15x15.png" /> </div> The HTML4 version should be corrected the same accordingly. regards, Gérard -- Contributions to the CSS 2.1 test suite: http://www.gtalbot.org/BrowserBugsSection/css21testsuite/ CSS 2.1 test suite (RC1; September 17th 2010): http://test.csswg.org/suites/css2.1/20100917/html4/toc.html CSS 2.1 test suite contributors: http://test.csswg.org/source/contributors/
Received on Monday, 20 September 2010 23:34:19 UTC