Closed
Bug 93198
Opened 24 years ago
Closed 23 years ago
ulaval.ca- META tag displayed in body
Categories
(Tech Evangelism Graveyard :: French, defect, P4)
Tech Evangelism Graveyard
French
Tracking
(Not tracked)
VERIFIED
WORKSFORME
People
(Reporter: benjamin, Assigned: tristan)
References
()
Details
(Keywords: testcase)
Attachments
(1 file)
|
355 bytes,
text/html
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Macintosh; U; PPC; en-US; rv:0.9.2+) Gecko/20010801
BuildID: 2001080104
One meta tag is displayed in the body. WFM in NS4.78
Probably because the space between the "<" and "META"
< meta name="DC.format" scheme="IMT" content="text/html">
There's more to it than that. The offending HTML is:
<META NAME="DC.type" content="Text.x-guide"< meta name="DC.format" scheme=
"IMT" content="text/html">
The DC.type META lacks a closing tag, which is a major problem in and of itself, but isn't
what causes the META element to display in the BODY. It is, in fact, the leading
whitespace inside the DC.format META tag.
Even so, it doesn't make sense that this HEAD markup, however invalid, should EVER
display in the BODY. Marking MAJOR.
Mac IE 5 does the same bad thing. iCab and Opera don't.
Severity: normal → major
Status: UNCONFIRMED → NEW
Ever confirmed: true
Also confirming under OS 9. It's probably All/All, though I can't confirm non-Mac at this
point.
OS: Mac System 8.6 → All
Comment 4•24 years ago
|
||
-> Parser.
On Windows 98: Nav3.04, Nav4.7, Opera5.12 and IE5.0 all display the bad markup.
Assignee: clayton → harishd
Component: HTML Element → Parser
Per SGML spec. there cannot be whitespace[s] between STAGO ( '<' ) and GI (
generic identifier or rather the tag name ). This page is totally whacked.
Sending over to evangelism.
Assignee: harishd → bclary
Component: Parser → Evangelism
QA Contact: bsharma → zach
Comment 6•24 years ago
|
||
All Evangelism Bugs are now in the Product Tech Evangelism. See bug 86997 for
details.
Component: Evangelism → US English
Product: Browser → Tech Evangelism
Version: other → unspecified
While I agree the page is whacked, I still want to know under what circumstances
ANYTHING in the HEAD should ever, for any reason, display in the BODY. That is
what happens in the testcase, and I can't believe it should ever happen, even if
I just type a bunch of random gibberish in the HEAD.
Comment 8•24 years ago
|
||
-> Canadiens -> EURO!
Assignee: bclary → nitot
Component: US English → European
QA Contact: zach → momoi
Summary: META tag displayed in body → ulaval.ca- META tag displayed in body
Comment 9•24 years ago
|
||
Component change to West Europe.
Component: European → West Europe
QA Contact: momoi → caillon
| Assignee | ||
Comment 10•24 years ago
|
||
> -> Canadiens -> EURO!
Oh, did not know that :-) I thought that the 51st US state was in America, not
in Europe. ;-)
Accepting bug. Priority : P4
Reproducing on Win2K: Platform -> All
Status: NEW → ASSIGNED
Priority: -- → P4
Hardware: Macintosh → All
Comment 11•23 years ago
|
||
page fixed
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
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
•