blob: 9d57f5d1a7793dff65ed973147fcec20d9c24662 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!DOCTYPE html>
<link rel="stylesheet" href="test-common.css">
<style type="text/css">
@counter-style a {
system: extends upper-roman;
range: infinite -3, -1 2, 4 4, 7 9, 11 infinite;
}
</style>
<ol start="-3" style="list-style-type: a">
<li><li><li><li><li>
<li><li><li><li><li>
<li><li><li><li><li>
<li value="3999"><li>
</ol>
|