Source code
Revision control
Copy as Markdown
Other Tools
<!doctype html>
<meta charset=utf-8>
<title>display: contents; on <ol start></title>
<meta rel=match href=ol-display-contents-ref.html>
<ol start=5 style="display: contents">
<li style="margin-left: 40px">The list item marker on this line should be "1."</li>
<li style="margin-left: 40px">The list item marker on this line should be "2."</li>
</ol>