html5/spec Overview.html,1.4023,1.4024

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv17902

Modified Files:
	Overview.html 
Log Message:
sync with BCP47 terminology (whatwg r5007)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4023
retrieving revision 1.4024
diff -u -d -r1.4023 -r1.4024
--- Overview.html	12 Apr 2010 23:53:13 -0000	1.4023
+++ Overview.html	13 Apr 2010 00:05:22 -0000	1.4024
@@ -285,7 +285,7 @@
    <h1>HTML5</h1>
    <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>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-12-april-2010">Editor's Draft 12 April 2010</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-13-april-2010">Editor's Draft 13 April 2010</h2>
    <dl><dt>Latest Published Version:</dt>
     <dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd>
     <dt>Latest Editor's Draft:</dt>
@@ -392,7 +392,7 @@
   specification's progress along the W3C Recommendation
   track.
 
-  This specification is the 12 April 2010 Editor's Draft.
+  This specification is the 13 April 2010 Editor's Draft.
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>The contents of this specification are also part of <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/">a
   specification</a> published by the <a href="http://www.whatwg.org/">WHATWG</a>, which is available under a
   license that permits reuse of the specification text.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- required patent boilerplate --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5
@@ -7820,7 +7820,7 @@
   </div><h5 id="the-lang-and-xml:lang-attributes"><span class="secno">3.2.3.3 </span>The <code title="attr-lang"><a href="#attr-lang">lang</a></code> and <code title="attr-xml-lang"><a href="#attr-xml-lang">xml:lang</a></code> attributes</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <dfn id="attr-lang" title="attr-lang"><code>lang</code></dfn> attribute (in
   no namespace) specifies the primary language for the element's
   contents and for any of the element's attributes that contain
-  text. Its value must be a valid BCP 47 language code, or the empty
+  text. Its value must be a valid BCP 47 language tag, or the empty
   string. Setting the attribute to the empty string indicates that the
   primary language is unknown<!-- UA conformance requirements for this
   are below -->. <a href="#refsBCP47">[BCP47]</a><p>The <dfn id="attr-xml-lang" title="attr-xml-lang"><code title="">lang</code></dfn>
@@ -7876,13 +7876,13 @@
   language instead. In the absence of any such language information,
   and in cases where the higher-level protocol reports multiple
   languages, the language of the node is unknown, and the
-  corresponding language code is the empty string.</p>
+  corresponding language tag is the empty string.</p>
 
-  <p>If the resulting value is not a recognized language code, then it
+  <p>If the resulting value is not a recognized language tag, then it
   must be treated as an unknown language having the given language
-  code, distinct from all other languages. For the purposes of
+  tag, distinct from all other languages. For the purposes of
   round-tripping or communicating with other services that expect
-  language codes, user agents should pass unknown language codes
+  language tags, user agents should pass unknown language tags
   through unmodified.</p>
 
   <p class="example">Thus, for instance, an element with <code title="">lang="xyzzy"</code> would be matched by the selector <code title="">:lang(xyzzy)</code> (e.g. in CSS), but it would not be
@@ -7891,7 +7891,7 @@
   working in unison communicated about the language of the element,
   the browser would tell the screen reader that the language was
   "xyzzy", even if it knew it was invalid, just in case the screen
-  reader actually supported a language with that code after all.</p>
+  reader actually supported a language with that tag after all.</p>
 
   <p>If the resulting value is the empty string, then it must be
   interpreted as meaning that the language of the node is explicitly
@@ -10965,7 +10965,7 @@
     <p>For <code><a href="#meta">meta</a></code> elements with an <code title="attr-meta-http-equiv"><a href="#attr-meta-http-equiv">http-equiv</a></code> attribute in the
     <a href="#attr-meta-http-equiv-content-language" title="attr-meta-http-equiv-content-language">Content
     Language state</a>, the <code title="attr-meta-content"><a href="#attr-meta-content">content</a></code> attribute must have a
-    value consisting of a valid BCP 47 language code. <a href="#refsBCP47">[BCP47]</a></p>
+    value consisting of a valid BCP 47 language tag. <a href="#refsBCP47">[BCP47]</a></p>
 
     <p class="note">This pragma is not exactly equivalent to the HTTP
     <code>Content-Language</code> header, for instance it only
@@ -38645,7 +38645,7 @@
   "<code title="">all</code>".<p>The <dfn id="attr-hyperlink-hreflang" title="attr-hyperlink-hreflang"><code>hreflang</code></dfn>
   attribute on hyperlink elements, if present, gives the language of
   the linked resource. It is purely advisory. The value must be a
-  valid BCP 47 language code. <a href="#refsBCP47">[BCP47]</a>
+  valid BCP 47 language tag. <a href="#refsBCP47">[BCP47]</a>
   <span class="impl">User agents must not consider this attribute
   authoritative &mdash; upon fetching the resource, user agents must
   use only language information associated with the resource to
@@ -47704,10 +47704,10 @@
 
    <!-- v2: also, could expose languages:
    <dt><dfn title="dom-navigator-browserLanguage"><code>browserLanguage</code></dfn></dt> <!- - Opera and IE only - ->
-   <dd><p>Must return either null or a language code representing the language the browser uses in its interface.</p></dd>
+   <dd><p>Must return either null or a language tag representing the language the browser uses in its interface.</p></dd>
    <dt><dfn title="dom-navigator-userLanguage"><code>userLanguage</code></dfn></dt> <!- - Opera and IE only - ->
    <dt><dfn title="dom-navigator-language"><code>language</code></dfn></dt> <!- - Opera, Safari, and Mozilla only - ->
-   <dd><p>Must return either null or a language code representing the user's preferred language.</p></dd>
+   <dd><p>Must return either null or a language tag representing the user's preferred language.</p></dd>
    -->
 
   </div><h4 id="client-identification"><span class="secno">6.4.1 </span>Client identification</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>In certain cases, despite the best efforts of the entire
@@ -52875,7 +52875,7 @@
     and thus often 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. Locales
-    are identified by BCP 47 language codes. <a href="#refsBCP47">[BCP47]</a></p>
+    are identified by BCP 47 language tags. <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= -->
@@ -66162,7 +66162,7 @@
           <code title="attr-hyperlink-hreflang"><a href="#attr-hyperlink-hreflang">area</a></code>;
           <code title="attr-link-hreflang"><a href="#attr-link-hreflang">link</a></code>
      <td> Language of the linked resource
-     <td> Valid BCP 47 language code
+     <td> Valid BCP 47 language tag
     <tr><th> <code title="">http-equiv</code>
      <td> <code title="attr-meta-http-equiv"><a href="#attr-meta-http-equiv">meta</a></code>
      <td> Pragma directive
@@ -66193,7 +66193,7 @@
     <tr><th> <code title="">lang</code>
      <td> <a href="#attr-lang" title="attr-lang">HTML elements</a>
      <td> <a href="#language">Language</a> of the element
-     <td> Valid BCP 47 language code or the empty string
+     <td> Valid BCP 47 language tag or the empty string
     <tr><th> <code title="">list</code>
      <td> <code title="attr-input-list"><a href="#attr-input-list">input</a></code>
      <td> List of autocomplete options

Received on Tuesday, 13 April 2010 00:05:28 UTC