Closed
Bug 117295
Opened 23 years ago
Closed 23 years ago
cnn.com - non-standard comments in strict mode wrecking page layout
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tech Evangelism Graveyard
English US
Tracking
(Not tracked)
VERIFIED
FIXED
Feb
People
(Reporter: augsburs, Assigned: bc)
References
()
Details
(Keywords: top100, Whiteboard: [aok])
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.7) Gecko/20011221
BuildID: 2001122106
In this page the layout is incorrectly rendered. Items such as the top stories
belong on the right appear lower in the page, and the image above the featured
story doesn't appear. The page loads properly in IE 5.5 and Opera 6.
Reproducible: Always
Steps to Reproduce:
1.go to http://fyi.cnn.com/fyi/teachers.ednews/ in mozilla.
2.compare what mozilla how renders the page with IE or Opera.
3.wonder why this specific page doesn't work.
Actual Results: The page renders incorrectly.
Expected Results: The page layout should be correct.
Comment 1•23 years ago
|
||
I think this page is suffering the same fate as the page mentioned in bug 117191
: The DTD is triggering standards-mode rendering, but there are non-standard
HTML comments in the source, e.g.:
<!----------------------------------------------->
<!----------------- Left Side ------------------->
<!----------------------------------------------->
[this comment appears immediately before the missing content at the top of the
center column]
Comment 2•23 years ago
|
||
You are right Gavin. See bug 102127 for details on comment syntax.
Reassigning to Evangelism.
Assignee: attinasi → doronr
Status: UNCONFIRMED → NEW
Component: Layout → US General
Ever confirmed: true
OS: Windows 98 → All
Product: Browser → Tech Evangelism
QA Contact: petersen → zach
Hardware: PC → All
Version: other → unspecified
Comment 3•23 years ago
|
||
Changing summary accordingly, adding top100
Keywords: top100
Summary: page layout for cnn education page is rendered wrong → cnn.com - non-standard comments in strict mode wrecking page layout
Assignee | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•23 years ago
|
Whiteboard: [aok]
Comment 5•23 years ago
|
||
Comments altered
Comment 6•23 years ago
|
||
Yup, that page is now looking much happier in Moz. Fixed?
Assignee | ||
Comment 7•23 years ago
|
||
-> fixed
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
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
•