Ticket #135 (assigned enhancement)
Unable to add containers to list items
Reported by: | danspam | Owned by: | mr_lundis |
---|---|---|---|
Priority: | minor | Milestone: | 2.0 |
Component: | editor | Version: | trunk |
Keywords: | lists, blocks | Cc: |
Description
It does not seem possible to add a container inside a list item (li) even though it is valid xhtml. For example:
<ul> <li> <h3>My title</h3> <p>A description</p> </li> <li> <h3>Another title</h3> <p>A description</p> </li> </ul>
Change History
comment:1 Changed 4 years ago by jf.hovinne
- Keywords lists, blocks added
- Priority changed from major to minor
- Type changed from defect to enhancement
- Status changed from new to assigned
- Milestone set to 0.6
Note: See
TracTickets for help on using
tickets.
Yes, ATM only inline elements and text nodes are well supported by lists, though you can e.g. select a heading and put it in a list item.