Bug 14640 - Add a test for Content-Style-Type charset
Summary: Add a test for Content-Style-Type charset
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P4 Minor
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-17 06:42 PDT by Alexey Proskuryakov
Modified: 2022-08-04 09:31 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2007-07-17 06:42:13 PDT
See https://bugzilla.mozilla.org/show_bug.cgi?id=184082

<meta http-equiv="Content-Style-Type" content="text/css; charset=Shift_JIS">
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html;CHARSET=EUC-JP">

I think we need a test for such a header.
Comment 1 Ahmad Saleem 2022-08-04 09:31:31 PDT
Content-Style-Type is not present in HTML standard anymore.

Link - https://html.spec.whatwg.org/multipage/semantics.html#the-meta-element

Plus Mozilla also mentioned that it was removed from HTML5 spec, so it is not needed any more.

MDN also does not mention any reference to "Content-Style-Type".

Link - https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta#attr-http-equiv

I am going to mark this as "RESOLVED WONTFIX", please reopen if needed.