Skip to content

Commit

Permalink
[giowt] (0) Say how to handle multiple languages at the HTTP level.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@4337 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 27, 2009
1 parent 2ce1787 commit 7f7aaef
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
8 changes: 5 additions & 3 deletions complete.html
Expand Up @@ -110,7 +110,7 @@

<header class=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<hgroup><h1>Web Applications 1.0</h1>
<h2 class="no-num no-toc">Draft Standard &mdash; 25 October 2009</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 27 October 2009</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
Expand Down Expand Up @@ -8126,8 +8126,9 @@ <h5 id=the-lang-and-xml:lang-attributes><span class=secno>3.2.3.3 </span>The <co
<p>If there is no <a href=#document-wide-default-language>document-wide default language</a>, then
language information from a higher-level protocol (such as HTTP), if
any, must be used as the final fallback language. In the absence of
any language information, the default value is unknown (the empty
string).</p>
any language information, and in cases where the higher-level
protocol reports multiple languages, the language of the node is
unknown (the empty string).</p>

<p>If the resulting value is not a recognized language code, then it
must be treated as an unknown language (as if the value was the
Expand Down Expand Up @@ -87101,6 +87102,7 @@ <h3 class="no-num">Reflecting IDL attributes</h3>
Derek Featherstone,
Dimitri Glazkov,
Dimitry Golubovsky,
Divya Manian,
dolphinling,
Dominique Haza&euml;l-Massieux,
Doron Rosenberg,
Expand Down
8 changes: 5 additions & 3 deletions index
Expand Up @@ -111,7 +111,7 @@

<header class=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<hgroup><h1>HTML5</h1>
<h2 class="no-num no-toc">Draft Standard &mdash; 25 October 2009</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 27 October 2009</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
Expand Down Expand Up @@ -7936,8 +7936,9 @@ Transport Protocol"&gt;HTTP&lt;/abbr&gt; today.&lt;/p&gt;</pre>
<p>If there is no <a href=#document-wide-default-language>document-wide default language</a>, then
language information from a higher-level protocol (such as HTTP), if
any, must be used as the final fallback language. In the absence of
any language information, the default value is unknown (the empty
string).</p>
any language information, and in cases where the higher-level
protocol reports multiple languages, the language of the node is
unknown (the empty string).</p>

<p>If the resulting value is not a recognized language code, then it
must be treated as an unknown language (as if the value was the
Expand Down Expand Up @@ -78152,6 +78153,7 @@ interface <a href=#htmldocument>HTMLDocument</a> {
Derek Featherstone,
Dimitri Glazkov,
Dimitry Golubovsky,
Divya Manian,
dolphinling,
Dominique Haza&euml;l-Massieux,
Doron Rosenberg,
Expand Down
6 changes: 4 additions & 2 deletions source
Expand Up @@ -8045,8 +8045,9 @@ Transport Protocol">HTTP&lt;/abbr> today.&lt;/p></pre>
<p>If there is no <span>document-wide default language</span>, then
language information from a higher-level protocol (such as HTTP), if
any, must be used as the final fallback language. In the absence of
any language information, the default value is unknown (the empty
string).</p>
any language information, and in cases where the higher-level
protocol reports multiple languages, the language of the node is
unknown (the empty string).</p>

<p>If the resulting value is not a recognized language code, then it
must be treated as an unknown language (as if the value was the
Expand Down Expand Up @@ -96298,6 +96299,7 @@ interface <span>HTMLDocument</span> {
Derek Featherstone,
Dimitri Glazkov,
Dimitry Golubovsky,
Divya Manian,
dolphinling,
Dominique Haza&euml;l-Massieux,
Doron Rosenberg,
Expand Down

0 comments on commit 7f7aaef

Please sign in to comment.