[RC6] list-style-003, list-style-005, list-style-008: unspecified respective position of list-marker

Arron,

http://test.csswg.org/suites/css2.1/20110323/html4/list-style-003.htm
(RC6)

http://test.csswg.org/suites/css2.1/nightly-unstable/html4/list-style-003.htm

http://test.csswg.org/suites/css2.1/20110323/html4/list-style-005.htm
(RC6)

http://test.csswg.org/suites/css2.1/nightly-unstable/html4/list-style-005.htm

http://test.csswg.org/suites/css2.1/20110323/html4/list-style-008.htm
(RC6)

http://test.csswg.org/suites/css2.1/nightly-unstable/html4/list-style-008.htm

Right now, the list-style-003, list-style-005, list-style-008 testcases
are unjustifiably lenient, tolerant (not stringent).

These 3 testcases do not specify the respective position of the
list-marker with regards to the text. I suggest to do what was done in

http://test.csswg.org/suites/css2.1/20110323/html4/list-bidi-000.htm

by adding a thin blue border around the list-item object and then by
adding correspondent expected-result text about it.


E.g. for list-style-003

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

        <style type="text/css">
            body
            {
                margin: 50px;
            }
            div
            {
                border: blue solid 1px;
                display: list-item;
                list-style: url('support/green15x15.png');
            }
        </style>
    </head>
    <body>
        <p>Test passes if the text has a thin blue border wrapped around
it and if first line of text has a green square bullet located
on the left-hand side of the blue border box.</p>
        <div>
            This is the first line of text.<br>
            This is the second line of text.
        </div>

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 Saturday, 9 April 2011 01:46:05 UTC