On Mon, 24 Sep 2001, Gannon Dick wrote: > With the XHTML 1.1 DTD, this is successfully auto-detected: > <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> > > This is not detected, although I think it should be: > <meta name="Content-Type" content="text/html; charset=utf-8" /> > > I have no idea why. Anybody know? You used the "name" attribute instead of "http-equiv". Content-Type is an HTTP header, so you need to use "http-equiv". -- Liam QuinnReceived on Monday, 24 September 2001 23:28:36 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Thursday, 1 October 2009 14:48:43 GMT