diff options
Diffstat (limited to 'html-test')
-rw-r--r-- | html-test/ref/Bug313.html | 12 | ||||
-rw-r--r-- | html-test/ref/Nesting.html | 8 | ||||
-rw-r--r-- | html-test/ref/Test.html | 4 |
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 |