- From: poot <cvsmail@w3.org>
- Date: Tue, 27 Oct 2009 10:31:53 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Say how to handle multiple languages at the HTTP level. (whatwg r4337) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3471&r2=1.3472&f=h http://html5.org/tools/web-apps-tracker?from=4336&to=4337 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3471 retrieving revision 1.3472 diff -u -d -r1.3471 -r1.3472 --- Overview.html 25 Oct 2009 09:31:22 -0000 1.3471 +++ Overview.html 27 Oct 2009 01:31:37 -0000 1.3472 @@ -216,7 +216,7 @@ <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> <!--ZZZ:--> <!--<h2 class="no-num no-toc">W3C Working Draft 25 August 2009</h2>--> - <h2 class="no-num no-toc" id="editor-s-draft-25-october-2009">Editor's Draft 25 October 2009</h2> + <h2 class="no-num no-toc" id="editor-s-draft-27-october-2009">Editor's Draft 27 October 2009</h2> <!--:ZZZ--> <dl><!-- ZZZ: update the month/day (twice), (un)comment out--><!-- <dt>This Version:</dt> @@ -318,7 +318,7 @@ track. <!--ZZZ:--> <!--This specification is the 25 August 2009 Working Draft.--> - This specification is the 25 October 2009 Editor's Draft. + This specification is the 27 October 2009 Editor's Draft. <!--:ZZZ--> </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href="http://www.whatwg.org/">WHATWG</a>. The two specifications are identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of) @@ -7148,8 +7148,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 @@ -71524,6 +71525,7 @@ Derek Featherstone, Dimitri Glazkov, Dimitry Golubovsky, + Divya Manian, dolphinling, Dominique Hazaël-Massieux, Doron Rosenberg,
Received on Tuesday, 27 October 2009 01:32:23 UTC