Closed
Bug 156313
Opened 23 years ago
Closed 22 years ago
udallas.edu - CSS is completely ignored
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tech Evangelism Graveyard
English US
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: tfergus, Assigned: doronr)
References
()
Details
(Whiteboard: [css mime])
the style sheet (library.css) seems to be completely ignored by mozilla. i've
validated both the css and the html of the pages calling the style sheet through
w3c, and both have checked out ok. pages used to render correctly on older
mozilla builds (0.97 and earlier, iirc) but has not rendered correctly since 0.98.
Build ID: 2002070808
Comment 1•23 years ago
|
||
When I validated your stylesheet, the W3C's validator threw an error because
your server is not sending it out as 'text/css'. (ref:
http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.udallas.edu%2Flibrary%2Flibrary.css&warning=1&profile=css2)
See the DevEdge article at
<http://developer.netscape.com/evangelism/docs/technotes/incorrect-mime-types/>
for more information. This report should be resolved INVALID.
The Javascript Console (in a current build -- the errors aren't in any releases
yet) shows:
Error: The stylesheet http://www.udallas.edu/library/library.css was not loaded
because its MIME type, "application/x-pointplus", is not "text/css".
->Evang. (Note that the page triggers standards mode.)
Assignee: dbaron → doron
Component: Style System → US Edu
Product: Browser → Tech Evangelism
QA Contact: ian → caillon
Version: other → unspecified
Comment 3•23 years ago
|
||
Updated•23 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows 98 → All
Summary: CSS is completely ignored → udallas.edu - CSS is completely ignored
Whiteboard: [css mime]
% curl -I http://www.udallas.edu/udallas.css
HTTP/1.1 200 OK
Server: Microsoft-IIS/5.0
Date: Wed, 14 May 2003 00:36:36 GMT
Content-Type: text/css
Accept-Ranges: bytes
Last-Modified: Mon, 24 Mar 2003 20:40:21 GMT
ETag: "88d7999645f2c21:932"
Content-Length: 4373
Status: NEW → RESOLVED
Closed: 22 years ago
Hardware: PC → All
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
•