[RC6] inline-formatting-context-020: title and text assert incorrect

Arron,

http://test.csswg.org/suites/css2.1/20110323/html4/inline-formatting-context-020.htm
(RC6)

http://test.csswg.org/suites/css2.1/nightly-unstable/html4/inline-formatting-context-020.htm


        <title>CSS Test: Inline boxes exceeding the line box</title>
(...)
       <meta name="assert" content="Inline boxes are split onto
additional lines if the line box does not fit within the width.">
        <style type="text/css">
            div
            {
                border: solid black;
                width: 200px;
            }
        </style>
    </head>
    <body>
        <p>Test passes if there are at least two lines of "Filler Text"
below.</p>
        <div>
            <span>Filler Text Filler Text Filler Text Filler Text Filler
Text</span>
        </div>

Proposed correction
-------------------

 <title>CSS Test: Inline box wider than the line box</title>
(...)
       <meta name="assert" content="An inline box is split into 2 or
more boxes if the line box is not wide enough to contain it.">

<!--
In this testcase, the boxes split1, split2 and split3 may be created as
follows (hypothetical scenario) so that they can each fit into a line
box:

split1: Filler Text Filler Text
split2: Filler Text Filler Text
split3: Filler Text
-->

I would also prefer to use a "Lorem ipsum ..." sentence (or all
different words) to better/more easily distinguish the splitted chunks
and where they occur.

regards, 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 Monday, 4 April 2011 00:36:44 UTC