Ticket #135 (assigned enhancement)

Opened 17 months ago

Last modified 16 months ago

Unable to add containers to list items

Reported by: danspam Owned by: jf.hovinne
Priority: minor Milestone: 0.6
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

Changed 16 months 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

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.

Note: See TracTickets for help on using tickets.