Edgewall Software

Changes between Initial Version and Version 4 of Ticket #4848


Ignore:
Timestamp:
Jun 4, 2009, 10:05:00 AM (15 years ago)
Author:
Christian Boos
Comment:

i.e. the example from comment:3 produces the following HTML, with Trac 0.11.4stable-r7988:

<ol class="arabiczero"><li>Item 1<br /> 
Some text regarding Item 1
<ul><li>Item 1.a
</li><li>Item 1.b
</li></ul></li></ol><blockquote> 
<p> 
Further text regarding Item 1
</p> 
</blockquote> 
<ol class="arabiczero"><li>Item 2
</li></ol>

While the nesting looks a bit better, here we have a new blockquote, which is also wrong.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4848

    • Property Keywords wikisyntax list added
    • Property Severity normalmajor
    • Property Milestone0.12
  • Ticket #4848 – Description

    initial v4  
    1717 0. Item 2
    1818
     19i.e. with Trac 0.11.4stable-r7988
     20{{{
     21#!xml
     22<ol class="arabiczero"><li>Item 1<br />
     23Some text regarding Item 1
     24<ul><li>Item 1.a
     25</li><li>Item 1.b
     26</li></ul></li><li>Further text regarding Item 1
     27</li></ol><ol class="arabiczero"><li>Item 2
     28</li></ol>
     29}}}
     30
    1931"Further text regarding Item 1" should be rendered at the same indent level as "Some text regarding item 1", and without becoming a new list item itself (or causing Item 2 to be rendered as the first item in a new list).