From: Geir B Hansen [mailto:geirh@funcom.com] Sent: Monday, March 13, 2000 10:39 AM To: Alexander Staubo Cc: Zope Mailing List (E-mail) Subject: Re: [Zope] RFC: Flaws in Structured text
[snip]
I agree with your points, but what is more important for me, is that the rendered HTML is syntatically correct [snip] which is not very slick.. I'd prefer a forward-compatible list-rendering format, complying with HTML4.0 and XHTML, looking like this :
<ul> <li>this is an item</li> <li>another item</li> <li>a third item</li> </ul>
Shouldn't that rather be <ul> <li><p>this is an item</p></li> <li><p>another item</p></li> <li><p>a third item</p></li> </ul> After all, we *are* talking about paragraphs here. I happen to like -- very much -- the additional visual padding that paragraphs gives me.
-- Geir Bækholt Hansen web-developer/designer geirh@funcom.com http://www.funcom.com
Alexander Staubo mailto:alex@mop.no http://www.mop.no/~alex/