[RC6] block-replaced-height-003 wrong title/assert or wrong code

Hello Arron,

http://test.csswg.org/suites/css2.1/20110323/html4/block-replaced-height-003.htm
(RC6)

http://test.csswg.org/suites/css2.1/nightly-unstable/html4/block-replaced-height-003.htm


 <title>CSS Test: Block replaced elements with intrinsic ratios and
'height' set to 'auto'</title>

(...)
        <meta name="assert" content="The 'height' is the used width
divided by the ratio when an block replaced element has an
intrinsic ratio, 'height' is set to 'auto' and 'width' is
specified.">

(...)
            img
            {
                display: inline;
                height: auto;
            }
            div div, img
            {
                width: 1in;
            }

Either the title (and the assert) is wrong or the code is wrong. There
is no block replaced element in the code. The test would be correct if
the title would be changed to inline replaced instead of block replaced.

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 contributors:
http://test.csswg.org/source/contributors/

Received on Saturday, 25 June 2011 02:40:53 UTC