On 16/07/06, Magenta Placenta <[EMAIL PROTECTED]> wrote:
> Anyone have any ideas why:
>
> <meta name="robots" Content="noindex, nofollow" />
> <META HTTP-EQUIV="Expires" CONTENT="Sun, 16 Jul 2006 22:21:14 GMT" />
>
> Does NOT validate as valid XHTML 1.0 Transitional, but

This isn't even remotely related to CSS, so you're asking on entirely
the wrong mailing list. Somewhere like the WSG, webdesign-l or
evolt.org lists would be better.

Here goes anyway: XHTML is a lower-case language, so all elements and
attribute-names must be lower-case (although the content of the
attributes can be mixed-case):

<meta http-equiv="Expires" content="Sun, 16 Jul 2006 22:21:14 GMT" />

If you want to mix case, you'd be better of with HTML 4.01 Strict.

-- 
Olly Hodgson
http://thinkdrastic.net/
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to