Re: DOCTYPE international languages ID

Chris is right.
The HTML spec says specifically it is always English:

http://www.w3.org/TR/html4/struct/global.html#idx-document_type_declaration-3

"The last two letters of the declaration indicate the language of the DTD. For
HTML, this is always English ("EN")."


Chris Lilley wrote:
> 
> On Tuesday, October 5, 2004, 7:29:12 AM, by wrote:
> 
> bwoMDdwo> Dear Sirs,
> 
> bwoMDdwo> I need to paste
> bwoMDdwo> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
> Transitional//IT">
> bwoMDdwo> for specifying the Italian language of our site.
> 
> That does not specify that your site is in Italian. It specifies that
> the DTD is written in Italian (which it is not).
> 
> Instead, what you want is
> 
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
> <html lang="it">
> 
> --
>  Chris Lilley                    mailto:chris@w3.org
>  Chair, W3C SVG Working Group
>  Member, W3C Technical Architecture Group

-- 
-------------------------------------------------------------
Tex Texin   cell: +1 781 789 1898   mailto:Tex@XenCraft.com
Xen Master                          http://www.i18nGuy.com
                         
XenCraft		            http://www.XenCraft.com
Making e-Business Work Around the World
-------------------------------------------------------------

Received on Tuesday, 5 October 2004 09:30:07 UTC