Closed
Bug 149940
Opened 23 years ago
Closed 23 years ago
utoronto.ca - malformed page due to standards mode
Categories
(Tech Evangelism Graveyard :: English Other, defect)
Tech Evangelism Graveyard
English Other
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: alot, Unassigned)
References
()
Details
Homepage rendered in IE 5.x correctly where Mozilla could not.
Comment 1•23 years ago
|
||
page renders much better in quirks mode if you remove the DOCTYPE at the begining.
there are several major errors in the page source. this is not a browser/table
problem.
Updated•23 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P5
Comment 2•23 years ago
|
||
The page triggers standards mode by advertising adherence to a current strict
doctype. Then it fails to adhere to the doctype and worse yet has unterminated
comments like "<!-- comment -- more stuff -->"
As a result, much of the page is commented out and it is shown wrong.
This is evangelism.
Assignee: karnaze → momoi
Component: HTMLTables → English: Non-US
Product: Browser → Tech Evangelism
QA Contact: amar → jeesun
Version: other → unspecified
Comment 3•23 years ago
|
||
*** Bug 168817 has been marked as a duplicate of this bug. ***
6 months later, the page is still malformed. It does, however, offer the
following helpful message:
"Note: this site does not work with Netscape 7.01"
This is the first time I've seen DOCTYPE HTML 4.01 Frameset on a non-frames
page. As others have said, the most egregious errors could be corrected by
removing the doctype and eliminating the invalid runs of dashes within comments.
Contact addresses are nicholas.martin.sperry@utoronto.ca and
dyang@rotman.utoronto.ca
Severity: critical → normal
Priority: P5 → --
Summary: Homepage is not rendered correctly. → utoronto.ca - malformed page due to standards mode
I contacted Nicholas Martin Sperry informally and he removed the faulty doctype.
The page looks quite nice now.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 6•22 years ago
|
||
Mass reassigning English-Other bugs to general default assignees.
Assignee: momoi → english-other
QA Contact: jeesun → english-other
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•