ol-start-display-contents.html (356B)
1 <!doctype html> 2 <meta charset=utf-8> 3 <title>display: contents; on <ol start></title> 4 <meta rel=match href=ol-display-contents-ref.html> 5 <ol start=5 style="display: contents"> 6 <li style="margin-left: 40px">The list item marker on this line should be "1."</li> 7 <li style="margin-left: 40px">The list item marker on this line should be "2."</li> 8 </ol>