- From: Jonathan Hayward <jhayward@teleformix.com>
- Date: Mon, 20 Nov 2000 09:14:55 -0600
- To: www-html-editor@w3.org
Section 12.3.3 in the named document includes the following example:
<HEAD>
<TITLE>The manual in English</TITLE>
<LINK title="The manual in Dutch"
type="text/html"
rel="alternate"
hreflang="nl"
href="http://someplace.com/manual/dutch.html">
<LINK title="The manual in Portuguese"
type="text/html"
rel="alternate"
hreflang="pt"
href="http://someplace.com/manual/portuguese.html">
<LINK title="The manual in Arabic"
type="text/html"
rel="alternate"
charset="ISO-8859-6"
hreflang="ar"
href="http://someplace.com/manual/arabic.html">
<LINK lang="fr" title="La documentation en
Français"
type="text/html"
rel="alternate"
hreflang="fr"
href="http://someplace.com/manual/french.html">
</HEAD>
In French, the names of languages are not capitalized. The title for
the last link should be "La documentation en français".
-Jonathan
Received on Monday, 20 November 2000 10:18:52 UTC