Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!doctype html>
<title>Inside list marker and normal text render identically: upper-roman</title>
<link rel=match href="marker-text-matches-upper-roman-ref.html">
<style>
* {
padding: 0;
margin: 0;
}
ol {
list-style: upper-roman inside;
}
</style>
<ol>
<li>Filler Text</li>
</ol>