Skip to content

Commit

Permalink
[e] (0) update internal comment on encoding to be more accurate, per …
Browse files Browse the repository at this point in the history
…henri

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=23090
Affected topics: HTML Syntax and Parsing

git-svn-id: http://svn.whatwg.org/webapps@8408 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 18, 2014
1 parent 027a574 commit bd00a63
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -298,7 +298,7 @@

<header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 17 January 2014</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 18 January 2014</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>
Expand Down Expand Up @@ -85194,7 +85194,7 @@ <h5 id=determining-the-character-encoding><span class=secno>12.2.2.2 </span>Dete

<!-- de, German, uses windows-1252: Windows Vista, Chrome, and Firefox agreed -->

<!-- el, Greek, was not initially listed here because Windows Vista wanted windows-1253, Chrome wanted ISO-8859-7, and Firefox wanted windows-1252 -->
<!-- el, Greek, was not initially listed here because Windows Vista wanted windows-1253, Chrome wanted ISO-8859-7, and Firefox wanted ISO-8859-7 but looked liked it wanted windows-1252 -->
<!-- el-GR, Greek (Greece), is not listed here because neither Chrome nor Firefox knew about it. For what it's worth, Windows Vista wanted windows-1253 -->
<!-- further feedback has changed this: -->
<tr><td>el
Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -298,7 +298,7 @@

<header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 17 January 2014</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 18 January 2014</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>
Expand Down Expand Up @@ -85194,7 +85194,7 @@ dictionary <dfn id=storageeventinit>StorageEventInit</dfn> : <a href=#eventinit>

<!-- de, German, uses windows-1252: Windows Vista, Chrome, and Firefox agreed -->

<!-- el, Greek, was not initially listed here because Windows Vista wanted windows-1253, Chrome wanted ISO-8859-7, and Firefox wanted windows-1252 -->
<!-- el, Greek, was not initially listed here because Windows Vista wanted windows-1253, Chrome wanted ISO-8859-7, and Firefox wanted ISO-8859-7 but looked liked it wanted windows-1252 -->
<!-- el-GR, Greek (Greece), is not listed here because neither Chrome nor Firefox knew about it. For what it's worth, Windows Vista wanted windows-1253 -->
<!-- further feedback has changed this: -->
<tr><td>el
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -94877,7 +94877,7 @@ dictionary <dfn>StorageEventInit</dfn> : <span>EventInit</span> {

<!-- de, German, uses windows-1252: Windows Vista, Chrome, and Firefox agreed -->

<!-- el, Greek, was not initially listed here because Windows Vista wanted windows-1253, Chrome wanted ISO-8859-7, and Firefox wanted windows-1252 -->
<!-- el, Greek, was not initially listed here because Windows Vista wanted windows-1253, Chrome wanted ISO-8859-7, and Firefox wanted ISO-8859-7 but looked liked it wanted windows-1252 -->
<!-- el-GR, Greek (Greece), is not listed here because neither Chrome nor Firefox knew about it. For what it's worth, Windows Vista wanted windows-1253 -->
<!-- further feedback has changed this: -->
<tr>
Expand Down

0 comments on commit bd00a63

Please sign in to comment.