Closed
Bug 1878
Opened 26 years ago
Closed 25 years ago
parser issue with P, TABLE and DIV
Categories
(Core :: DOM: HTML Parser, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: marni894, Assigned: harishd)
References
()
Details
(Whiteboard: CENTER element problem - refer also to Netscape home page)
Attachments
(1 file)
It seems that the everything is centered after the div tag in the NGLayout
rendering. Tested with the 1998-12-11 nightly build.
Updated•26 years ago
|
Assignee: peterl → rickg
Component: Style System → Parser
Comment 1•26 years ago
|
||
Only the first DIV is inside the table, the rest are falling out... so they get
centered.
In the 09-March build of apprunner, this page lays out differently than
Communicator 4.51 and IE 4.01 - the content is left-aligned instead of centered.
Looking at the source HTML, it appears that everything in the page is enclosed
in a couple of CENTER tags; I would therefore expect that everything on the page
be centered. Re-opening the bug.
Updated•26 years ago
|
Whiteboard: CENTER element problem - refer also to Netscape home page
Comment 6•26 years ago
|
||
As brought to my attention by buster@netscape.com, this CENTER problem is
evident in the rendering of Netscape home page at http://www.netscape.com/.
This bug is yet again visible at the id3.org site with Mozilla 1999091518
Assignee: kipp → rickg
Status: REOPENED → NEW
Summary: Horizontal positioning differs from Navigator → parser issue with P, TABLE and DIV
Comment 10•25 years ago
|
||
The parser is mangling the content model resulting in much of the content being
kicked outside of the table, hence the odd centering. I've updated the title to
reflect the new problem and attached a test case...
Comment 11•25 years ago
|
||
Status: NEW → RESOLVED
Closed: 26 years ago → 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 12•25 years ago
|
||
This should be fixed by now due to the recent update to the parser.
Reporter | ||
Comment 13•25 years ago
|
||
Verified.
You need to log in
before you can comment on or make changes to this bug.
Description
•