Details
-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
1.7 M1
-
None
-
rendering,lists
-
Description
Consider the following xhtml list :
<ol> <li><p class="western">Number1</p> </li><li><p class="western">number2</p> <ol> <li><p class="western">number2.1</p> </li></ol> </li></ol> <ul> <li><ul> <li><p class="western">b1</p> </li><li><p class="western">b2</p> <ul> <li><p class="western">b22</p> </li><li><p class="western">b23</p> </li></ul> </li><li><p class="western">b3</p> </li></ul></li> </ul>
1. When this list is directly used in an xhtml 1.0 wiki page, it's not rendered correctly (refer to attachment - Screenshot.png)
2. When this list is parsed via the xhtml->xwiki 2.0 parser, the generated wiki syntax is not correct, but it corresponds to the output (Screenshot.png).
Attachments
Issue Links
- depends on
-
XWIKI-2890 Add wiki syntax for Embedded documents
- Closed
- duplicates
-
XWIKI-3262 XHTML parser does not generate embedded documents when there are block elements inside table cells, table header items or list items
- Closed
- relates to
-
XWIKI-2804 Html tables with attributes and internal <p> tags are not rendered properly
- Closed