ol-display-contents-ref.html (307B)
1 <!doctype html> 2 <meta charset=utf-8> 3 <title>Reference for: display: contents; on <ol ...></title> 4 <style> 5 li { margin-left: 40px; list-style-type: decimal; } 6 </style> 7 <li value="1">The list item marker on this line should be "1."</li> 8 <li value="2">The list item marker on this line should be "2."</li>