[html5] r4130 - [e] (0) Say what the locale codes are.

whatwg at whatwg.org whatwg at whatwg.org
Tue Oct 13 17:12:37 PDT 2009


Author: ianh
Date: 2009-10-13 17:12:35 -0700 (Tue, 13 Oct 2009)
New Revision: 4130

Modified:
   complete.html
   index
   source
Log:
[e] (0) Say what the locale codes are.

Modified: complete.html
===================================================================
--- complete.html	2009-10-13 23:23:13 UTC (rev 4129)
+++ complete.html	2009-10-14 00:12:35 UTC (rev 4130)
@@ -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 — 13 October 2009</h2>
+    <h2 class="no-num no-toc">Draft Standard — 14 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>-->
@@ -69473,12 +69473,13 @@
     dependent on the user's locale (an approximation of the languages,
     and thus typically encodings, of the pages that the user is likely
     to frequent). The following table gives suggested defaults based
-    on the user's locale, for compatibility with legacy content:</p>
+    on the user's locale, for compatibility with legacy
+    content. Locales are identified by BCP 47 language codes. <a href=#refsBCP47>[BCP47]</a></p>
 
     <!-- based on mozilla 1.9.1 localizations: 
          http://mxr.mozilla.org/l10n-mozilla1.9.1/find?string=global%2Fintl.properties&tree=l10n-mozilla1.9.1&hint= -->
 
-    <table><thead><tr><th>Locale
+    <table><thead><tr><th>Locale language
        <th>Suggested default encoding
      <tbody><tr><td>ar
        <td>UTF-8

Modified: index
===================================================================
--- index	2009-10-13 23:23:13 UTC (rev 4129)
+++ index	2009-10-14 00:12:35 UTC (rev 4130)
@@ -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 — 13 October 2009</h2>
+    <h2 class="no-num no-toc">Draft Standard — 14 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>-->
@@ -60482,12 +60482,13 @@
     dependent on the user's locale (an approximation of the languages,
     and thus typically encodings, of the pages that the user is likely
     to frequent). The following table gives suggested defaults based
-    on the user's locale, for compatibility with legacy content:</p>
+    on the user's locale, for compatibility with legacy
+    content. Locales are identified by BCP 47 language codes. <a href=#refsBCP47>[BCP47]</a></p>
 
     <!-- based on mozilla 1.9.1 localizations: 
          http://mxr.mozilla.org/l10n-mozilla1.9.1/find?string=global%2Fintl.properties&tree=l10n-mozilla1.9.1&hint= -->
 
-    <table><thead><tr><th>Locale
+    <table><thead><tr><th>Locale language
        <th>Suggested default encoding
      <tbody><tr><td>ar
        <td>UTF-8

Modified: source
===================================================================
--- source	2009-10-13 23:23:13 UTC (rev 4129)
+++ source	2009-10-14 00:12:35 UTC (rev 4130)
@@ -78229,7 +78229,9 @@
     dependent on the user's locale (an approximation of the languages,
     and thus typically encodings, of the pages that the user is likely
     to frequent). The following table gives suggested defaults based
-    on the user's locale, for compatibility with legacy content:</p>
+    on the user's locale, for compatibility with legacy
+    content. Locales are identified by BCP 47 language codes. <a
+    href="#refsBCP47">[BCP47]</a></p>
 
     <!-- based on mozilla 1.9.1 localizations: 
          http://mxr.mozilla.org/l10n-mozilla1.9.1/find?string=global%2Fintl.properties&tree=l10n-mozilla1.9.1&hint= -->
@@ -78237,7 +78239,7 @@
     <table>
      <thead>
       <tr>
-       <th>Locale
+       <th>Locale language
        <th>Suggested default encoding
      <tbody>
 




More information about the Commit-Watchers mailing list