blob: 4fbc5aca974bffeade2e97e8fa4d0f183a847464 [file] [log] [blame]
<!doctype html>
<meta charset=utf-8>
<title>li@type: unsupported types</title>
<li>first item</li>
<li>second item</li>
<ol>
<li>first ordered item</li>
<li>second ordered item</li>
</ol>
<ul>
<li>first unordered item</li>
<li>second unordered item</li>
</ul>