CSS

If I add the charset property to the <link element for a stylesheet,
could Amaya automatically convert the MIME type to include the optional
charset parameter as specified in http://www.rfc-editor.org/rfc/rfc2318.txt?

Original:
<link href="style.css" rel="stylesheet" type="text/css" />

My modification:
<link href="style.css" rele="stylesheet" type="text/css" charset="UTF-8" />

Final:
<link href="style.css" rele="stylesheet" type="text/css; charset=UTF-8"
charset="UTF-8" />

Received on Wednesday, 17 April 2002 07:30:57 UTC