Closed
Bug 143351
Opened 23 years ago
Closed 17 years ago
asera.com - The page looks warped....it could be javascript but i am not sure
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: amitkuchu, Unassigned)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0rc1) Gecko/20020417
BuildID: 2002041711
The actual page shows up at the bottom, but before that at the top it shows what
looks like a table in blue and gray.
MSIE shows it properly.
Reproducible: Always
Steps to Reproduce:
1.Just go to the site.
Comment 1•23 years ago
|
||
problem is stylesheets are sent as "Content-Type: application/x-pointplus", and
the document has (strict) doctype `<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">`
and so the stylesheet is ignored, per bug 46225 (not that I agree, but...)
Assignee: rogerl → dbaron
Status: UNCONFIRMED → NEW
Component: JavaScript Engine → Style System
Ever confirmed: true
QA Contact: pschwartau → ian
->Evangelism. That doctype triggers strict mode, so we only accept text/css
stylesheets.
Assignee: dbaron → doron
Component: Style System → US General
Product: Browser → Tech Evangelism
QA Contact: ian → zach
Version: other → unspecified
Updated•23 years ago
|
Summary: The page looks warped....it could be javascript but i am not sure → asera.com - The page looks warped....it could be javascript but i am not sure
Comment 3•22 years ago
|
||
tech evang june 2003 reorg
Assignee: doron → english-us
QA Contact: zach → english-us
Comment 4•17 years ago
|
||
domain gone
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•11 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
•