W3C home > Mailing lists > Public > public-css-testsuite@w3.org > September 2010

Re: Proposed code modifications to html-attribute-019 (.xht and .htm)

From: Gérard Talbot <css21testsuite@gtalbot.org>
Date: Mon, 20 Sep 2010 17:43:54 -0700
Message-ID: <0e00898edfd1d4c570e13a9a5735568c.squirrel@cp3.shieldhost.com>
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

This archive was generated by hypermail 2.4.0 : Friday, 20 January 2023 19:58:15 UTC