Subject: | Need to add .htc MIME type for MSIE behaviours |
Hi,
MIME::Types is missing a declaration for:
text/x-component htc
This is an important mime type needed to support MSIE behaviours:
http://support.microsoft.com/default.aspx/kb/306231
In particular, .htc is used to graft support for transparent PNGs into MSIE6.
FWIW, discovered this when trying to test a page in MSIE6 which was being served via Catalyst::Plugin::Static::Simple (which relies on MIME::Types).
Cheers,
Stephen