meta http-equiv form variants on your site

The following, which appear on your website and seem
to be a model for various other websites, vary:

<meta http-equiv="Content-type"
content="text/html;charset=UTF-8" />
<meta http-equiv="Content-Type" content="text/html;
charset=utf-8"/>
<meta http-equiv="Content-Type"
content="text/html;charset=utf-8" />
<meta http-equiv="Content-Type" content="text/html;
charset=UTF-8">
<meta http-equiv="Content-Type" content="text/html;
charset=utf-8"/>

The content values differ by 1 space, the charset
value is variously capitalized, and the http-equiv
value is variously capitalized. Assuming we apply the
convention that all should end in
space-slash-closing-angle-bracket, are all of these
correct?

The first two are from
http://www.w3.org/International/tutorials/tutorial-char-enc/#Slide0270,
as accessed Sep. 5, 2006, in reverse order; the third,
from http://www.w3.org/International/O-charset, as
accessed Aug. 31, 2006; the fourth, from
http://www.w3.org/Talks/1999/0830-tutorial-unicode-mjd/slide35-0.html,
as accessed Aug. 31, 2006; and the last, from
http://www.w3.org/International/tutorials/tutorial-char-enc/,
as accessed Aug. 31, 2006, which also contained one
identical to the second, from a different source.

I take it the following, which I had been using
although I don't remember where I found or derived it,
is wrongly punctuated:

<meta http-equiv="Content-Type" content="text/html"
charset="UTF-8" />

While I program in XHTML and did in HTML, perhaps
these are relevant to other W3C languages as well.

Thank you.

-- Nick

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Received on Sunday, 17 September 2006 02:26:35 UTC