Closed Bug 48421 Opened 25 years ago Closed 24 years ago

Site lays out/renders incorrectly

Categories

(Core :: DOM: HTML Parser, defect, P3)

defect

Tracking

()

VERIFIED WONTFIX

People

(Reporter: jens-uwe, Assigned: rickg)

References

()

Details

From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux 2.2.14 i686; en-US; m18) Gecko/20000809 BuildID: 2000080910 the page mentioned above is rendered wrong. A background, which is intended to be only shown in a small part of the screen is shown all over. That gives blue letters on blue background, which is hard to read. On the other hand, this page looks COMPLETLY different then it does in Netscape4.x! this bug seems to be reproducible on linux and win2000 atleast. Reproducible: Always Steps to Reproduce: 1.look at http://www.cpureview.com/art_64bit_a.html Actual Results: the page looks really strange. Expected Results: the page should look good and readable
*** Bug 48428 has been marked as a duplicate of this bug. ***
setting bug status to new. Over to Layout.
Status: UNCONFIRMED → NEW
Ever confirmed: true
sending to layout, which I suppose asa meant to do...
Assignee: asa → clayton
Component: Browser-General → Layout
Keywords: 4xp
QA Contact: doronr → petersen
Hardware: PC → All
Summary: wrong rendered page → Site lays out/renders incorrectly
*** Bug 48577 has been marked as a duplicate of this bug. ***
*** Bug 48819 has been marked as a duplicate of this bug. ***
Triaging Clayton's bug list. Layout problem, so over to Marc.
Assignee: clayton → attinasi
The underlying problem is that the SoftQuad doctype is triggering strict parsing. Changing the doctype to HTML 4.01 Transitional makes the page render in a more-or-less reasonable way. We can either recognize the SoftQuad DTD and parse it in Transitional or quirks mode, or we can mark this as invalid and expect the page authors to use a w3c doctype. Reassiging to parser.
Assignee: attinasi → rickg
Component: Layout → Parser
QA Contact: petersen → janc
This page will soon be rendered as non-strict, as we've decided to remove strict doctype for 6.0. Marking wont fix.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WONTFIX
verified
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.