Language error in http://www.w3.org/TR/html401/struct/links.html

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&ccedil;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&ccedil;ais".


    -Jonathan

Received on Monday, 20 November 2000 10:18:52 UTC