list-marker-inside-whitespace-001.xml (983B)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <title>CSS Test: list-style</title> 5 <meta name="flags" content="ahem image" /> 6 <link rel="help" href="http://www.w3.org/TR/REC-CSS1#list-style"/> 7 <link rel="author" title="CSS1 Test Suite Contributors" href="http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html"/> 8 <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/> 9 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> 10 <style type="text/css"><![CDATA[ 11 ul { 12 margin: 1em 5em; border: solid black; padding: 0; width: 6em; 13 font: 15px/1 Ahem; color: lime; background: red url(support/css1test566a.png) no-repeat; 14 list-style: upper-alpha inside; 15 } 16 li { margin: 0; padding: 0; } 17 ]]></style> 18 </head> 19 <body> 20 <p>There should be no red below.</p> 21 <ul class="one"> 22 <li> x x xx xx x x</li> 23 </ul> 24 </body> 25 </html>