[ZCM] [ZC] 831/ 2 Reject "STX: Use of <p> in <li>"

Collector: Zope Bugs, Features, and Patches ... zope-coders-admin@zope.org
Fri, 28 Feb 2003 09:19:56 -0500


Issue #831 Update (Reject) "STX: Use of <p> in <li>"
 Status Rejected, Zope/bug medium
To followup, visit:
  http://collector.zope.org/Zope/831

==============================================================
= Reject - Entry #2 by ajung on Feb 28, 2003 9:19 am

 Status: Pending => Rejected

The para tags were removed because several people complained
that HTML output would look ugly with <p> tags. So I am 
going to reject it. 

I suggest to subclass HTMLClass and rewrite the corresponding
method and fix the HTML()  method.

-aj
________________________________________
= Request - Entry #1 by Anonymous User on Feb 28, 2003 8:55 am

Revision 1.19 of HTMLClass in StructuredText stopped the use of <p> within <li>. I would like to vote for putting it back. If you have the following structure:

>   - First para.
>
>     Second para.
>
>   - Another item.

then "Second para" gets wrapped with <p> but "First para" does not. I think this is ugly.
==============================================================