Closed
Bug 11288
Opened 25 years ago
Closed 25 years ago
Nested blockquote with assigned display: inline is not working
Categories
(Core :: DOM: HTML Parser, defect, P3)
Tracking
()
VERIFIED
WONTFIX
People
(Reporter: christinehoff4, Assigned: rickg)
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
Using 8/2 Apprunner on Win 95, Win NT, Win 98, Mac8.5 and Linux.
Open attached test case.
Expected result: Text in the nested blockquote with a 'display: inline' value
should continue inline in the paragraph.
Actual result: There is a line break before the blockquote and a large space
after the blockquote
Reporter | ||
Comment 1•25 years ago
|
||
Updated•25 years ago
|
Assignee: peterl → rickg
Component: Style System → Parser
Comment 2•25 years ago
|
||
The problem is that the paragraph is not containing the blockquote (I'm not sure
that it should, I don't think so). The trailing space is caused (correctly) by
the margins asigned to the blockquote in ua.css.
Reporter | ||
Updated•25 years ago
|
QA Contact: chrisd → janc
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → WONTFIX
<P> doesn't contain <BLOCKQUOTE> and we appear to behave like IE and Nav.
(Although we do something interesting with margins.)
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•25 years ago
|
||
that's correct -- a BLOCKQUOTE within a P element is illegal HTML. Marking
verified.
Reporter | ||
Comment 5•25 years ago
|
||
Oops! How soon one forgets their HTML principles.....
You need to log in
before you can comment on or make changes to this bug.
Description
•