[html5] r4337 - [giowt] (0) Say how to handle multiple languages at the HTTP level.
whatwg at whatwg.org
whatwg at whatwg.org
Mon Oct 26 18:31:40 PDT 2009
Author: ianh
Date: 2009-10-26 18:31:36 -0700 (Mon, 26 Oct 2009)
New Revision: 4337
Modified:
complete.html
index
source
Log:
[giowt] (0) Say how to handle multiple languages at the HTTP level.
Modified: complete.html
===================================================================
--- complete.html 2009-10-25 12:01:03 UTC (rev 4336)
+++ complete.html 2009-10-27 01:31:36 UTC (rev 4337)
@@ -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 — 25 October 2009</h2>
+ <h2 class="no-num no-toc">Draft Standard — 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>-->
@@ -8126,8 +8126,9 @@
<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
@@ -87101,6 +87102,7 @@
Derek Featherstone,
Dimitri Glazkov,
Dimitry Golubovsky,
+ Divya Manian,
dolphinling,
Dominique Hazaël-Massieux,
Doron Rosenberg,
Modified: index
===================================================================
--- index 2009-10-25 12:01:03 UTC (rev 4336)
+++ index 2009-10-27 01:31:36 UTC (rev 4337)
@@ -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 — 25 October 2009</h2>
+ <h2 class="no-num no-toc">Draft Standard — 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>-->
@@ -7936,8 +7936,9 @@
<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
@@ -78152,6 +78153,7 @@
Derek Featherstone,
Dimitri Glazkov,
Dimitry Golubovsky,
+ Divya Manian,
dolphinling,
Dominique Hazaël-Massieux,
Doron Rosenberg,
Modified: source
===================================================================
--- source 2009-10-25 12:01:03 UTC (rev 4336)
+++ source 2009-10-27 01:31:36 UTC (rev 4337)
@@ -8045,8 +8045,9 @@
<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
@@ -96298,6 +96299,7 @@
Derek Featherstone,
Dimitri Glazkov,
Dimitry Golubovsky,
+ Divya Manian,
dolphinling,
Dominique Hazaël-Massieux,
Doron Rosenberg,
More information about the Commit-Watchers
mailing list