Closed
Bug 126643
Opened 24 years ago
Closed 24 years ago
style sheets ignored
Categories
(Tech Evangelism Graveyard :: English Other, defect)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
People
(Reporter: RainerBielefeldNG, Assigned: tristan)
References
()
Details
No Problem with above mentionned url with NS6.2.1, NC4.7, ER6, Opera.
mozilla 0.9.7 and 0.9.8 seem to ignore stylesheets (?) and show the page on my PC
ans shown under
http://home.t-online.de/home/bielefeld__Buss_oHG/mozilla/opera.jpg
| Reporter | ||
Comment 1•24 years ago
|
||
I've got the hint for this bug from annoter user in de.comm.software.mozilla
| Reporter | ||
Comment 2•24 years ago
|
||
Reason of the Problem seems to be
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
in the source code
(hint of Stefan Einspender)
What happens if you put '@charset "ISO-8859-1";" at the top of the CSS file?
What about '@charset "UTF-8";'? I'd think we're assuming the stylesheet is
UTF-8 since the document is.
| Reporter | ||
Comment 4•24 years ago
|
||
eventually only a problem with reference (I am not shure / too less knowledge)
I belive, with reference "href="/stylesheets/opera_08.css" the browser should
search for a folder //stylesheets/opera_08.css
But why do other browsers accept that reference?
I would like to test that, but I do not have enough time to copy half the server
"opera.com" to my harddisk.
Maybe someone has a better Idea?
Comment 5•24 years ago
|
||
The sheet has:
font-family: Arial, Helvetica, Sans-Serif; /*HER SÅNN!!*/
The page is UTF-8, the sheet is decoded as UTF-8, the character after the "S" in
"SÅNN" is not valid in UTF-8 and the sheet is dropped. Simply adding
@charset "ISO-8859-1";
To the sheet will fix the "problem".
Over to evangelism because Opera.com might like to fix this, but marking
dependent on a browser bug that may fix it too (not likely to do so any time
soon, though).
Assignee: dbaron → nitot
Status: UNCONFIRMED → NEW
Component: Style System → Europe: West
Depends on: 107790
Ever confirmed: true
Product: Browser → Tech Evangelism
QA Contact: ian → caillon
Version: other → unspecified
Comment 6•24 years ago
|
||
*** Bug 127010 has been marked as a duplicate of this bug. ***
Comment 7•24 years ago
|
||
Just to confirm it's a charset problem, the following URL on the same site,
using the same stylesheet (opera_08.css) loads fine with build 2002022503 on Win2k:
http://www.opera.com/download/ (because it has an iso-8859-1 charset)
| Reporter | ||
Comment 9•24 years ago
|
||
I think anyone agrees that this is not a real bug, but only an interesting effect.
Therefore status changed to "invalid"
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
Comment 10•24 years ago
|
||
this is a valid evangelism bug, maybe someone should file a new bug so that the
reporter no longer get email from the bug?
Status: RESOLVED → REOPENED
Resolution: INVALID → ---
Comment 11•24 years ago
|
||
A curly one. Per spec what Opera is sending is probably alright. The http spec
states that when a charset is not specified (which it isn't for the css file)
that ISO-8859-1 is the default. However
http://www.w3.org/International/O-HTTP-charset.html suggests this assumption may
not be a viable one for a browser in the real world. Perhaps Moz needs to be a
bit more intelligent here?
Comment 12•24 years ago
|
||
I have sent them mail, yes.
Comment 13•24 years ago
|
||
*** Bug 129723 has been marked as a duplicate of this bug. ***
Comment 14•24 years ago
|
||
Mail from opera.com:
"Opera's webmaster has now removed the troublesome comment from the stylesheet."
Loading the site, it looks fixed to me...
| Reporter | ||
Comment 15•24 years ago
|
||
The fact remains, that mozilla seems to be more sensitive to mistakes in
html-pages using stylesheets:
- NC4.73 showed the old opera-page withour bigger problems (althoug not
supporting
stylesheets)
- mozilla showed the page much less in accordance to "intended view"
I think, that ist not a BUG, but a question of Browser-philosopy
Status: REOPENED → RESOLVED
Closed: 24 years ago → 24 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
•