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)

x86
Windows 2000

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.
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.
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
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.
tech evang june 2003 reorg
Component: Middle Eastern → Hebrew
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!).
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
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.