Closed
Bug 218719
Opened 22 years ago
Closed 20 years ago
ibm.com - page layout broken by invalid HTML comment syntax
Categories
(Tech Evangelism Graveyard :: English US, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mozilla, Assigned: doronr)
References
()
Details
(Keywords: ecommerce, top100, top500)
User-Agent: Mozilla/5.0 (X11; U; Linux i686) Gecko/20030827 Galeon/1.3.7 Debian/1.3.7.20030902-1
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5b) Gecko/20030908
http://www-1.ibm.com/servers/eserver/iseries/access/web/beta.html has a download
section which has a comment block header in the html source code. Mozilla
misinterprets the code following the comment block as a continuation of the
comment. As a result the whole section is missed out from the rendered page.
Viewing the page source shows the block syntax highlighted as a comment. Noticed
in Galeon, reproduced in Mozilla 1.4 and reproduced in the nighly build
downloaded 9/9/03. The page renders correctly in w3m, Opera, Konqueror and
Netscape 4.7x so I assume it's not a fault in the code (it looks okay to me).
Reproducible: Always
Steps to Reproduce:
1. Open Mozilla at http://www-1.ibm.com/servers/eserver/iseries/access/web/beta.html
2. Click on the 'Download the Beta' link in the Table of Contents
Actual Results:
Nothing happens! No 'Download the Beta' section rendered.
Expected Results:
A section titled 'Download the Beta' should appear in between 'Overview' and
'Installation/Configuration information'
A saved copy of the page (in case it is changed by IBM in the meantime) is
available at http://jamaro.homelinux.org/beta.html
Comment 1•22 years ago
|
||
That's because comments like these are invalid format:
<!----------------------------------------------------------------------------->
"A common error is to include a string of hyphens ("---") within a comment.
Authors should avoid putting two or more adjacent hyphens inside comments."
http://www.w3.org/TR/html4/intro/sgmltut.html#idx-HTML
You may want to write to them and ask them to fix their code.
->TE
Assignee: other → english-us
Blocks: 114157
Status: UNCONFIRMED → NEW
Component: Layout → English US
Ever confirmed: true
OS: Linux → All
Priority: -- → P2
Product: Browser → Tech Evangelism
QA Contact: ian → english-us
Summary: html code following a comment block rendered as a continuation of that comment, so not shown in browser → ibm.com - page layout broken by invalid HTML comment syntax
Version: Trunk → unspecified
Comment 3•20 years ago
|
||
works for me. fixed.
Status: NEW → RESOLVED
Closed: 20 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
•