Closed
Bug 321583
Opened 19 years ago
Closed 19 years ago
Text in <li> but not <p> compelled to be in rectangles
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 143162
People
(Reporter: jdawiseman, Unassigned)
Details
(Keywords: testcase)
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8) Gecko/20051111 Firefox/1.5
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8) Gecko/20051111 Firefox/1.5
Text in paragraphs wraps correctly around an object:
<table bgcolor="#CCCCCC" width="200" align="right" summary="A grey rectangle"><tr><td width="200"><p><br><br><br></p></tr></table>
<p>An ordinary paragraph, which wraps neatly around the right-aligned object. ...</p>
But text in list items doens't, as the enclosures show. Why is the list-item text compelled to be in rectangle? Surely a list item is just an indented paragraph?
Reproducible: Always
Steps to Reproduce:
Reporter | ||
Comment 1•19 years ago
|
||
Reporter | ||
Comment 2•19 years ago
|
||
Reporter | ||
Comment 3•19 years ago
|
||
Also, wraps as one would expect in Mac IE.
Updated•19 years ago
|
Component: General → Layout
Product: Firefox → Core
QA Contact: general → layout
Version: unspecified → 1.8 Branch
Updated•19 years ago
|
OS: MacOS X → All
Hardware: Macintosh → All
Comment 4•19 years ago
|
||
*** This bug has been marked as a duplicate of 143162 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•