Last modified: 2007-05-21 15:41:25 UTC
*<pre>foo bar</pre> This code causes only "foo" to be rendered as preformatted text whereas expected result is a box (containing "foo" and "bar") with preformatted text as a list item. * <pre>foo bar</pre> Causes the list-item-rectangle to be placed within the textbox and looks strange, too.
Concur with your first (I've linked to a sandbox entry to demonstrate). I think this is another of those places where block containers play silly games. If you use explicit HTMl it comes out as per your "expected". Not certain what the second is about: the result I can see makes it look as if the list is completely ignored…but then an empty list is usually ignored, so what's the difference here?
*** This bug has been marked as a duplicate of bug 1581 ***