Source code
Revision control
Copy as Markdown
Other Tools
<!doctype html>
<meta charset=utf-8>
<title>Reference for: display: contents; on <ol ...></title>
<style>
li { margin-left: 40px; list-style-type: decimal; }
</style>
<li value="1">The list item marker on this line should be "1."</li>
<li value="2">The list item marker on this line should be "2."</li>