Boost C++ Libraries: Ticket #4303: Invalid list item markup https://svn.boost.org/trac10/ticket/4303 <p> Currently <code>&lt;listitem&gt;</code> contents are wrapped in a <code>&lt;simpara&gt;</code> which is usually valid, but is occasionally invalid if it contains bock markup. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4303 Trac 1.4.3 Daniel James Sun, 06 Jun 2010 08:09:25 GMT milestone changed https://svn.boost.org/trac10/ticket/4303#comment:1 https://svn.boost.org/trac10/ticket/4303#comment:1 <ul> <li><strong>milestone</strong> <span class="trac-field-old">Boost 1.43.0</span> → <span class="trac-field-new">To Be Determined</span> </li> </ul> Ticket anonymous Thu, 10 Jun 2010 00:23:17 GMT <link>https://svn.boost.org/trac10/ticket/4303#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4303#comment:2</guid> <description> <p> I just made this worse (<a class="changeset" href="https://svn.boost.org/trac10/changeset/62701" title="Nested lists inside `&lt;simplepara&gt;`. Not valid, but generates better ...">[62701]</a>) as I think the generated html is more important than valid boostbook/docbook but I will revist this. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Daniel James</dc:creator> <pubDate>Sun, 29 Sep 2013 11:31:50 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/4303#comment:3 https://svn.boost.org/trac10/ticket/4303#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> I've improved list generation, first stab in: <a class="changeset" href="https://svn.boost.org/trac10/changeset/85247" title="Attempt at better list markup. Doesn't work for: templates in lists ...">r85247</a>, improved in <a class="changeset" href="https://svn.boost.org/trac10/changeset/85326" title="Generate `simpara` for `ordered_list` and `itemized_list`. Also fixes ...">r85326</a>, <a class="changeset" href="https://svn.boost.org/trac10/changeset/85339" title="Make list generation state part of the output state. Which sounds ...">r85339</a>, <a class="changeset" href="https://svn.boost.org/trac10/changeset/85340" title="More consistent markup for lists in templates in lists.">r85340</a>, <a class="changeset" href="https://svn.boost.org/trac10/changeset/85341" title="Fix bug where list tags were confused with markup lists.">r85341</a>, <a class="changeset" href="https://svn.boost.org/trac10/changeset/85342" title="Revert and clean up some of the list changes. Now that I've fixed my ...">r85342</a>. Still not totally valid, because valid markup creates worse html but now have better control on how lists are generated. </p> Ticket