Closed
Bug 112759
Opened 24 years ago
Closed 24 years ago
littlegreenfootballs.com
Categories
(Tech Evangelism Graveyard :: English US, defect, P4)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: jeffw, Assigned: bc)
References
()
Details
(Whiteboard: [CSS MIME])
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.6+) Gecko/20011128
BuildID: 2001112808
On some Web sites that use CSS, Mozilla is not applying any CSS styles at all;
instead, it uses the default style for each HTML element. The above URL
demonstrates this problem, and I've seen a few other sites that are broken; most
sites, however, work just fine.
The problem shows up only if I load the page from littlegreenfootballs.com. If I
save a copy of the HTML and CSS locally, modify the paths to the CSS files, and
open the local copy, Mozilla applies the CSS correctly. Likewise, when I copied
the files to a different Web server and opened them from there, Mozilla applies
the CSS correctly.
This seems to be a problem only for CSS styles; the browser applies the bgcolor
attribute correctly when it's used.
This has regressed since 0.9.6, which always applies the CSS correctly.
Reproducible: Always
Steps to Reproduce:
Open the URL and look at the page's contents.
Actual Results: None of the page uses the appropriate CSS styles.
Expected Results: Numerous parts of the page should use different font weights,
families, and colors from the defaults, and the form widgets should be styled as
well.
| Reporter | ||
Comment 1•24 years ago
|
||
Just remembered that I saw the same behavior on Windows NT with this build, so
changing OS to All.
OS: Linux → All
Are they sending their CSS with a MIME type other than text/css?
Comment 3•24 years ago
|
||
Yep. The site is in standards mode (4.01 transitional doctype with URI) and
sending the css as text/plain. It should be text/css.
Evangelism.
Assignee: dbaron → bclary
Status: UNCONFIRMED → NEW
Component: Style System → English: US
Ever confirmed: true
Product: Browser → Tech Evangelism
QA Contact: ian → zach
Version: other → unspecified
| Reporter | ||
Comment 4•24 years ago
|
||
I assume there's a bug for this change, since we recognize the CSS files in
0.9.6; can anyone point me to it?
Another site that has the same problem: http://giantant.com/antenna/
Comment 5•24 years ago
|
||
Sure thing. Bug 46225.
Could you file an evangelism bug on giantant.com? Or should I do it?
| Reporter | ||
Comment 6•24 years ago
|
||
Thanks for the pointer.
I filed an evangelism bug for giantant.com. See bug 112768.
| Assignee | ||
Updated•24 years ago
|
Priority: -- → P4
Summary: CSS is completely broken on some Web sites → littlegreenfootballs.com
Whiteboard: [CSS MIME]
| Reporter | ||
Comment 7•24 years ago
|
||
littlegreenfootballs.com is fixed.
jeffw@linux:~> wget http://www.littlegreenfootballs.com/css/weblog2.css
--20:42:09-- http://www.littlegreenfootballs.com/css/weblog2.css
=> `weblog2.css'
Connecting to www.littlegreenfootballs.com:80... connected!
HTTP request sent, awaiting response... 200 OK
Length: 1,491 [text/css]
0K . 100% @ 1.42 MB/s
20:42:10 (1.42 MB/s) - `weblog2.css' saved [1491/1491]
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
seems to have resurfaced
http://www.littlegreenfootballs.com/css/weblog1.css
HTTP/1.0 200 OK
Age: 301
Date: Wed, 12 Dec 2001 01:39:52 GMT
Content-Length: 3507
Content-Type: text/plain
Server: Zeus/3.4
Last-Modified: Mon, 10 Dec 2001 22:48:34 GMT
Via: 1.1 brf-cache10 (NetCache NetApp/5.0.1R2D2)
http://www.littlegreenfootballs.com/css/weblog2.css
HTTP/1.0 200 OK
Age: 316
Date: Wed, 12 Dec 2001 01:39:53 GMT
Content-Length: 1491
Content-Type: text/plain
Server: Zeus/3.4
Last-Modified: Fri, 17 Aug 2001 16:38:38 GMT
Via: 1.1 brf-cache10 (NetCache NetApp/5.0.1R2D2)
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Reporter | ||
Comment 9•24 years ago
|
||
This page now displays correctly, but only because the doctype was removed--the
server still uses text/plain for CSS files.
| Assignee | ||
Comment 10•24 years ago
|
||
good enough -> fixed
Status: REOPENED → RESOLVED
Closed: 24 years ago → 24 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
•