Leif Halvard Silli wrote: > > Ian Hickson 2008-08-21 03.36: > [...] > >>> Also, the Content language selection algorithm in 4.2.5.3 makes no >>> mention of <html lang=.. as a way of identifying the default >>> language, which it actually does if it is present, since it has >>> higher priority than HTTP metadata. >> >> <html lang=""> only sets the language for the content of the <html> >> element, it doesn't set the language for, e.g., comment nodes outside >> the <html> element. See the definition of lang="" in HTML5 for details. > > > So, is the idea is that if we have this code: > > <!-- This is English, actually! --> > <DOCTYPE html> > <meta http-equiv="Content-Language" content="ru"> > > Then the META element declares that the comment is in Russian? It's called "http-equiv" for a reason. Using it is equivalent to having "Content-Language: ru" in the HTTP response, thus it applies to the whole document. BR, JulianReceived on Friday, 22 August 2008 07:07:43 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 2 June 2009 19:17:18 GMT