Details
-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
1.7 M1
-
None
-
rendering,table
-
Description
Consider the following xhtml table :
<table border="1" bordercolor="#000000" cellpadding="4" cellspacing="0" width="665"><tbody><tr valign="TOP"><td width="323"> <p class="western">Name</p> </td><td width="324"> <p class="western">Age</p> </td></tr><tr valign="TOP"><td width="323"> <p class="western">Lily</p> </td><td width="324"> <p class="western">22</p> </td></tr><tr valign="TOP"><td width="323"> <p class="western">Lilei</p> </td><td width="324"> <p class="western">23</p> </td></tr></tbody></table>
1. When this table is directly used in an xhtml 1.0 wiki page, it's not rendered correctly (refer to attachment - Screenshot.png)
2. When this table 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
- is related to
-
XWIKI-2812 Lists with internal <p> tags are not rendered properly.
- Closed