Closed
Bug 381228
Opened 18 years ago
Closed 18 years ago
With New Textframe: missing paragraph with floated ::first-letter
Categories
(Core :: Layout, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: phiw2, Unassigned)
References
Details
(Keywords: testcase)
Attachments
(1 file)
2.91 KB,
text/html
|
Details |
There are 3 identical paragraphs on the page.
The first one has p::first-letter {float-left;}: the whole paragraph is missing (and doesn't take up space).
The second one has a floated first-letter _and_ contains an inline element (<span>). The text preceding the span is missing.
The 3rd paragraph has no formatting and displays correctly.
Only float: left is needed, the rest of the formatting on the first-letter is there for visibility only
I checked a fix for this into trunk.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Updated•18 years ago
|
Flags: in-testsuite?
Updated•18 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•