[RC4] font-003 (small corrections)

Arron,

http://test.csswg.org/suites/css2.1/20101210/html4/font-003.htm (RC4)

http://test.csswg.org/source/contributors/microsoft/submitted/Chapter_15/font-003.htm

http://test.csswg.org/source/contributors/microsoft/submitted/Chapter_15/font-003.xht

1-
Actual:
{
Test passes if letters "E" below larger than this text, are capatalized,
and the left "E" is smaller than the right.
}

Proposed tuning:
{
Test passes if letters "E" below are larger than this text, are
capitalized, and if the left "E" is smaller than the right "E".
}

2-
Extraneous div

I do not understand the need or the justification for the extra div in
the test. The test could be rewritten without #wrapper:

        <style type="text/css">
            div
            {
                font: 1in serif;
            }
            span
            {
                font: small-caps 1in serif;
                line-height: 1em;
            }
        </style>
(...)

        <div><span>e</span>E</div>

E.g.:

http://www.gtalbot.org/BrowserBugsSection/css21testsuite/font-003.htm

regards, Gérard
--
Contributions to the CSS 2.1 test suite:
http://www.gtalbot.org/BrowserBugsSection/css21testsuite/

CSS 2.1 test suite (RC4; December 10th 2010):
http://test.csswg.org/suites/css2.1/20101210/html4/toc.html

CSS 2.1 test suite contributors:
http://test.csswg.org/source/contributors/

Received on Friday, 7 January 2011 23:39:32 UTC