aboutsummaryrefslogtreecommitdiff
path: root/html-test
diff options
context:
space:
mode:
authorBen Simms <ben@bensimms.moe>2022-05-03 13:19:24 +0100
committerGitHub <noreply@github.com>2022-05-03 14:19:24 +0200
commit35c99f595c984f58d2fb4dc180c48a0eaf7df173 (patch)
treebae92ed5970738d031ef4fb84dc571c037e2ec40 /html-test
parentbc0f2d6c1bfd331a9426fa9a92288444178267b1 (diff)
Keep track of ordered list indexes and render them (#1407)
* Keep track of ordered list indexes and render them * Rename some identifiers to clarify
Diffstat (limited to 'html-test')
-rw-r--r--html-test/ref/Bug313.html12
-rw-r--r--html-test/ref/Nesting.html8
-rw-r--r--html-test/ref/Test.html4
3 files changed, 12 insertions, 12 deletions
diff --git a/html-test/ref/Bug313.html b/html-test/ref/Bug313.html
index 9bb1e176..44a970b7 100644
--- a/html-test/ref/Bug313.html
+++ b/html-test/ref/Bug313.html
@@ -91,15 +91,15 @@
><p
>Some text.</p
><ol
- ><li
+ ><li value="1"
>Item 1</li
- ><li
+ ><li value="2"
><p
>Item 2</p
><pre
>Some code</pre
></li
- ><li
+ ><li value="3"
>Item 3</li
></ol
><p
@@ -117,15 +117,15 @@
><p
>Some text.</p
><ol
- ><li
+ ><li value="1"
>Item 1</li
- ><li
+ ><li value="2"
><p
>Item 2</p
><pre
>Some code</pre
></li
- ><li
+ ><li value="3"
>Item 3</li
></ol
><p
diff --git a/html-test/ref/Nesting.html b/html-test/ref/Nesting.html
index 59111338..5af30a4b 100644
--- a/html-test/ref/Nesting.html
+++ b/html-test/ref/Nesting.html
@@ -108,7 +108,7 @@
><p
>easily go back</p
><ol
- ><li
+ ><li value="1"
>some indentation</li
></ol
></li
@@ -118,7 +118,7 @@
></li
></ul
><ol
- ><li
+ ><li value="1"
><pre
>back at the top</pre
></li
@@ -285,11 +285,11 @@ with more of the indented list content.</p
><p
>Even more content on a new line.</p
><ol
- ><li
+ ><li value="1"
><p
>Different type of list</p
><ol
- ><li
+ ><li value="2"
>Deeper</li
></ol
><pre class="screen"
diff --git a/html-test/ref/Test.html b/html-test/ref/Test.html
index 10540c93..a4fdb391 100644
--- a/html-test/ref/Test.html
+++ b/html-test/ref/Test.html
@@ -1884,9 +1884,9 @@ using double quotes: <a href="#"
>This is the next item (different kind of bullet)</li
></ul
><ol
- ><li
+ ><li value="1"
>This is an ordered list</li
- ><li
+ ><li value="2"
>This is the next item (different kind of bullet)</li
></ol
><dl