1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
4 <TITLE>CSS1 Test Suite:
5.6.6 list-style
</TITLE>
5 <META http-equiv=
"Content-Type" content=
"text/html; charset=iso-8859-1">
6 <META http-equiv=
"Content-Style-Type" content=
"text/css">
8 <LINK rel=
"stylesheet" type=
"text/css" media=
"screen" href=
"../resources/base.css">
9 <STYLE type=
"text/css">
10 .one {list-style: upper-alpha inside;}
11 .two {list-style: url(../resources/oransqr.gif) disc outside;}
</STYLE>
15 <BODY><P>The style declarations which apply to the text below are:
</P>
16 <PRE>.one {list-style: upper-alpha inside;}
17 .two {list-style: url(../resources/oransqr.gif) disc outside;}
21 <LI>The text in this item should not behave as expected; that is, it should line up with the capital-A on the left margin, leaving no blank space beneath the capital-A.
24 <LI>The text in this item have an orange square for its bullet; failing that, a disc. Also, the bullet should be outside the text block, as the list has been set to 'outside'.
28 <TABLE border
cellspacing=
"0" cellpadding=
"3" class=
"tabletest">
30 <TD colspan=
"2" bgcolor=
"silver"><STRONG>TABLE Testing Section
</STRONG></TD>
33 <TD bgcolor=
"silver"> </TD>
35 <LI>The text in this item should not behave as expected; that is, it should line up with the capital-A on the left margin, leaving no blank space beneath the capital-A.
38 <LI>The text in this item have an orange square for its bullet; failing that, a disc. Also, the bullet should be outside the text block, as the list has been set to 'outside'.
40 </TD></TR></TABLE></BODY>