summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/rendering/non-replaced-elements/lists/ol-type-supported-xhtml.xhtml
blob: d7b949dab14f1ca61658538a27799974c01a410f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>ol@type: supported types</title>
<link rel="match" href="ol-type-supported-ref.html"/>
</head>
<body>
<ol type="1"><li>1</li><li>2</li></ol>
<ol type="a"><li>a</li><li>b</li></ol>
<ol type="A"><li>A</li><li>B</li></ol>
<ol type="i"><li>i</li><li>ii</li></ol>
<ol type="I"><li>I</li><li>II</li></ol>
</body>
</html>