1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<!DOCTYPE html> <link rel="stylesheet" href="test-common.css"> <link rel="stylesheet" href="ref-common.css"> <style type="text/css"> ol { list-style: decimal inside; } </style> <div>a1b</div> <div>2b</div> <div>c3. </div> <div>d4. </div> <div>e5. </div> <ol start="6"> <li>foo<li>bar </ol>