Closed
Bug 113749
Opened 24 years ago
Closed 22 years ago
mabat.iba.org.il: Inaccurate syntax in meta charset
Categories
(Tech Evangelism Graveyard :: Hebrew, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: smontagu, Assigned: momoi)
References
()
Details
The URL contains the following meta charset tag:
<meta charset='visual' content='text/html; charset=windows-1255'>
The interesting thing is that if it had just said <meta charset='visual'>, it
would have been interpreted as the correct <meta http-equiv=Content-Type
content="text/html; charset=iso-8859-8"> (bug 72847). I don't know if we want to
extend nhotta's compatibility patch to catch this variant also, particularly
since it is self-contradictory.
| Assignee | ||
Comment 1•24 years ago
|
||
I agree that going that far to reconcile "visual" with "windows-1255"
would be a mistake. There are other cases which might be caught by
compatibility handling such repeating correct aliases, x-sjis and
Shift_JIS for Japanese for example.
This particular case is an evangelism issue.
| Assignee | ||
Comment 2•24 years ago
|
||
Acceting the bug. P2 Major bug. Sent the web master at:
mabat@iba.org.il
a message requesting them to revise the charset tag part
to contain only "ISO-8859-8". The correct syntax is as follows:
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=ISO-8859-8">
Severity: normal → major
Status: NEW → ASSIGNED
Priority: -- → P2
Updated•24 years ago
|
Summary: Inaccurate syntax in meta charset → mabat.iba.org.il: Inaccurate syntax in meta charset
16 months later... why is this bug severity: major?
The page displays fine for me in Moz 2003042108 OSX.
Comment 5•22 years ago
|
||
The following is used in the page's code now:
<meta HTTP-EQUIV="Content-Type" content="text/html; charset=windows-1255" />
Does it need to be ISO? The page appears to display correctly (AFAIK!).
Comment 6•22 years ago
|
||
The site has been re-designed since this bug has been opened, and now it has the currect charset.
Resolving fixed
Status: ASSIGNED → RESOLVED
Closed: 22 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
•