blob: af40da87a019682b7ecb32c4565b10b702f1357c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!doctype html>
<title>Interaction of ol reversed and list-item value</title>
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1573907">
<link rel="help" href="https://html.spec.whatwg.org/#attr-ol-reversed">
<link rel="help" href="https://html.spec.whatwg.org/#ordinal-value">
<link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
<link rel="author" title="Mozilla" href="https://mozilla.org">
<link rel="match" href="li-value-reversed-002-ref.html">
<ol reversed>
<li>nine
<li>eight
<li style="counter-set: list-item 7">seven
<li style="counter-increment: list-item -1">six
<li style="counter-set: list-item 10; counter-increment: list-item 1">ten
<li>nine
</ol>
|