- From: Gérard Talbot <css21testsuite@gtalbot.org>
- Date: Mon, 20 Sep 2010 17:43:54 -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 [snipped] Arron, I forgot to double-check the CSS code. * { margin: -5px; } can be replaced by setting the line height and then setting the images to sit at bottom of line box and not at baseline. div {font: 16px/15px serif;} img {vertical-align: bottom;} so that the margin does not need to be negative. Fully tested and completely coded proposed replacements: http://www.gtalbot.org/BrowserBugsSection/css21testsuite/html-attribute-019.htm http://www.gtalbot.org/BrowserBugsSection/css21testsuite/html-attribute-019.xht 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 Tuesday, 21 September 2010 00:44:30 UTC