Closed
Bug 49169
Opened 25 years ago
Closed 25 years ago
page is not rendered
Categories
(Core :: DOM: HTML Parser, defect, P3)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: jens-uwe, Assigned: rickg)
References
()
Details
(Whiteboard: [Strict DTD Invalid Page])
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux 2.2.14 i686; en-US; m18) Gecko/20000814
BuildID: 2000081420
http://www.amd.com/news/corppr/20152.html is completly white. It seems that the
page is not rendered at all.
Netscape 4.7 renders the page without problems
Reproducible: Always
Steps to Reproduce:
1.look at http://www.amd.com/news/corppr/20152.html
Actual Results: the page is white, no text or logos are shown
Expected Results: Text and logos should be visible
the page mentioned above is just an example, it seems that ALL News pages from
AMD have this problems. All other pages at www.amd.com seem to be rendered ok.
Comment 1•25 years ago
|
||
Mozilla can't possible be expected to render this page properly. It declares
HTML 4.0 strict compliance, and then proceeds to have two HEAD elements, one of
which is a child of the BODY element. Marking INVALID.
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
reopening...
Status: RESOLVED → UNCONFIRMED
Resolution: INVALID → ---
Assignee: clayton → rickg
Component: Layout → Parser
QA Contact: petersen → janc
Whiteboard: [Strict DTD Invalid Page]
...and assigning to parser.
Comment 4•25 years ago
|
||
I don't think HTML 4.0 Final is a strict doctype, though the parser seems to
think so... That's why this was reopened, I guess.
Comment 5•25 years ago
|
||
It is a strict doctype even though it lack the URI.
Comment 6•25 years ago
|
||
so this will go away when we drop the strict parser dtd?
Marking wont fix; we render this page with the navDTD (as we handle ALL strict
documents now).
Status: NEW → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•