[html5] r7974 - [e] (0) Consistency with encoding spec Affected topics: HTML Syntax and Parsing
whatwg at whatwg.org
whatwg at whatwg.org
Thu Jun 13 14:44:34 PDT 2013
Author: ianh
Date: 2013-06-13 14:44:33 -0700 (Thu, 13 Jun 2013)
New Revision: 7974
Modified:
complete.html
index
source
Log:
[e] (0) Consistency with encoding spec
Affected topics: HTML Syntax and Parsing
Modified: complete.html
===================================================================
--- complete.html 2013-06-12 23:50:11 UTC (rev 7973)
+++ complete.html 2013-06-13 21:44:33 UTC (rev 7974)
@@ -256,7 +256,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 12 June 2013</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 13 June 2013</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -84858,7 +84858,7 @@
<p>In other environments, the default encoding is typically dependent on the user's locale (an
approximation of the languages, 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 tags. <a href=#refsBCP47>[BCP47]</a></p>
+ compatibility with legacy content. Locales are identified by BCP 47 language tags. <a href=#refsBCP47>[BCP47]</a> <a href=#refsENCODING>[ENCODING]</a></p>
<!-- based on three sources:
1. mozilla 1.9.1 localizations: http://mxr.mozilla.org/l10n-mozilla1.9.1/find?string=global%2Fintl.properties&tree=l10n-mozilla1.9.1&hint=
@@ -84994,7 +84994,7 @@
<tr><td>ko
<td>Korean
- <td>windows-949 <!-- Windows Vista, Chrome, and Firefox agreed -->
+ <td>euc-kr <!-- Windows Vista, Chrome, and Firefox agreed -->
<tr><td>ku
<td>Kurdish
Modified: index
===================================================================
--- index 2013-06-12 23:50:11 UTC (rev 7973)
+++ index 2013-06-13 21:44:33 UTC (rev 7974)
@@ -256,7 +256,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 12 June 2013</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 13 June 2013</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -84858,7 +84858,7 @@
<p>In other environments, the default encoding is typically dependent on the user's locale (an
approximation of the languages, 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 tags. <a href=#refsBCP47>[BCP47]</a></p>
+ compatibility with legacy content. Locales are identified by BCP 47 language tags. <a href=#refsBCP47>[BCP47]</a> <a href=#refsENCODING>[ENCODING]</a></p>
<!-- based on three sources:
1. mozilla 1.9.1 localizations: http://mxr.mozilla.org/l10n-mozilla1.9.1/find?string=global%2Fintl.properties&tree=l10n-mozilla1.9.1&hint=
@@ -84994,7 +84994,7 @@
<tr><td>ko
<td>Korean
- <td>windows-949 <!-- Windows Vista, Chrome, and Firefox agreed -->
+ <td>euc-kr <!-- Windows Vista, Chrome, and Firefox agreed -->
<tr><td>ku
<td>Kurdish
Modified: source
===================================================================
--- source 2013-06-12 23:50:11 UTC (rev 7973)
+++ source 2013-06-13 21:44:33 UTC (rev 7974)
@@ -94675,7 +94675,7 @@
approximation of the languages, 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 tags. <a
- href="#refsBCP47">[BCP47]</a></p>
+ href="#refsBCP47">[BCP47]</a> <a href="#refsENCODING">[ENCODING]</a></p>
<!-- based on three sources:
1. mozilla 1.9.1 localizations: http://mxr.mozilla.org/l10n-mozilla1.9.1/find?string=global%2Fintl.properties&tree=l10n-mozilla1.9.1&hint=
@@ -94830,7 +94830,7 @@
<tr>
<td>ko
<td>Korean
- <td>windows-949 <!-- Windows Vista, Chrome, and Firefox agreed -->
+ <td>euc-kr <!-- Windows Vista, Chrome, and Firefox agreed -->
<tr>
<td>ku
More information about the Commit-Watchers
mailing list