[html5] r5007 - [e] (0) sync with BCP47 terminology Fixing http://www.w3.org/Bugs/Public/show_bu [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Apr 12 17:05:19 PDT 2010
Author: ianh
Date: 2010-04-12 17:05:18 -0700 (Mon, 12 Apr 2010)
New Revision: 5007
Modified:
complete.html
index
source
Log:
[e] (0) sync with BCP47 terminology
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9415
Modified: complete.html
===================================================================
--- complete.html 2010-04-12 23:53:08 UTC (rev 5006)
+++ complete.html 2010-04-13 00:05:18 UTC (rev 5007)
@@ -186,7 +186,7 @@
<header class=head id=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 — 12 April 2010</h2>
+ <h2 class="no-num no-toc">Draft Standard — 13 April 2010</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>-->
@@ -9063,7 +9063,7 @@
<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>
@@ -9133,13 +9133,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
@@ -9148,7 +9148,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
@@ -12735,7 +12735,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
@@ -46873,7 +46873,7 @@
<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 — upon fetching the resource, user agents must
use only language information associated with the resource to
@@ -61130,10 +61130,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>
@@ -74350,7 +74350,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= -->
@@ -88090,7 +88090,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
@@ -88143,7 +88143,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
Modified: index
===================================================================
--- index 2010-04-12 23:53:08 UTC (rev 5006)
+++ index 2010-04-13 00:05:18 UTC (rev 5007)
@@ -190,7 +190,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<hgroup><h1>HTML5 (including next generation additions still in development)</h1>
- <h2 class="no-num no-toc">Draft Standard — 12 April 2010</h2>
+ <h2 class="no-num no-toc">Draft Standard — 13 April 2010</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>-->
@@ -8961,7 +8961,7 @@
<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>
@@ -9031,13 +9031,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
@@ -9046,7 +9046,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
@@ -12633,7 +12633,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
@@ -46774,7 +46774,7 @@
<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 — upon fetching the resource, user agents must
use only language information associated with the resource to
@@ -61051,10 +61051,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>
@@ -67616,7 +67616,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= -->
@@ -81356,7 +81356,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
@@ -81409,7 +81409,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
Modified: source
===================================================================
--- source 2010-04-12 23:53:08 UTC (rev 5006)
+++ source 2010-04-13 00:05:18 UTC (rev 5007)
@@ -9063,7 +9063,7 @@
<p>The <dfn 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>
@@ -9143,13 +9143,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
@@ -9160,7 +9160,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
@@ -13284,7 +13284,7 @@
<span title="attr-meta-http-equiv-content-language">Content
Language state</span>, the <code
title="attr-meta-content">content</code> attribute must have a
- value consisting of a valid BCP 47 language code. <a
+ 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
@@ -52106,7 +52106,7 @@
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 — upon fetching the resource, user agents must
use only language information associated with the resource to
@@ -69026,10 +69026,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>
@@ -84690,7 +84690,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
+ are identified by BCP 47 language tags. <a
href="#refsBCP47">[BCP47]</a></p>
<!-- based on mozilla 1.9.1 localizations:
@@ -100528,7 +100528,7 @@
<code title="attr-hyperlink-hreflang">area</code>;
<code title="attr-link-hreflang">link</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">meta</code>
@@ -100593,7 +100593,7 @@
<th> <code title="">lang</code>
<td> <span title="attr-lang">HTML elements</span>
<td> <span>Language</span> 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">input</code>
More information about the Commit-Watchers
mailing list