[html5] r1270 - /
whatwg at whatwg.org
whatwg at whatwg.org
Wed Feb 27 17:29:40 PST 2008
Author: ianh
Date: 2008-02-27 17:29:35 -0800 (Wed, 27 Feb 2008)
New Revision: 1270
Modified:
index
source
Log:
[e] (0) correct various typos and omissions
Modified: index
===================================================================
--- index 2008-02-28 00:48:44 UTC (rev 1269)
+++ index 2008-02-28 01:29:35 UTC (rev 1270)
@@ -30621,7 +30621,7 @@
<p>The <dfn id=algorithm3>algorithm for extracting an encoding from a
Content-Type</dfn>, given a string <var title="">s</var>, is as follows.
- It either returns a encoding or nothing.
+ It either returns an encoding or nothing.
<ol>
<li>
@@ -30633,7 +30633,9 @@
(i.e. spaces) that immediately follow the semicolon.
<li>
- <p>If the next six characters are not 'charset', return nothing.
+ <p>If the next seven characters are not a case-insensitive<!--
+ XXX ASCII-->
+ match for 'charset', return nothing.
<li>
<p>Skip any U+0009, U+000A, U+000B, U+000C, U+000D, or U+0020 characters
@@ -39410,7 +39412,7 @@
<dt>Anything else
- <dd>Create a new DOCTYPE token. Set the token's name name to the current
+ <dd>Create a new DOCTYPE token. Set the token's name to the current
input character. Switch to the <a href="#doctype1">DOCTYPE name
state</a>.
</dl>
Modified: source
===================================================================
--- source 2008-02-28 00:48:44 UTC (rev 1269)
+++ source 2008-02-28 01:29:35 UTC (rev 1270)
@@ -28228,7 +28228,7 @@
<p>The <dfn>algorithm for extracting an encoding from a
Content-Type</dfn>, given a string <var title="">s</var>, is as
- follows. It either returns a encoding or nothing.</p>
+ follows. It either returns an encoding or nothing.</p>
<ol>
@@ -28240,8 +28240,8 @@
characters (i.e. spaces) that immediately follow the
semicolon.</p></li>
- <li><p>If the next six characters are not 'charset', return
- nothing.</p></li>
+ <li><p>If the next seven characters are not a case-insensitive<!--
+ XXX ASCII--> match for 'charset', return nothing.</p></li>
<li><p>Skip any U+0009, U+000A, U+000B, U+000C, U+000D, or U+0020
characters that immediately follow the word 'charset' (there might
@@ -36975,7 +36975,7 @@
the EOF character in the <span>data state</span>.</dd>
<dt>Anything else</dt>
- <dd>Create a new DOCTYPE token. Set the token's name name to the
+ <dd>Create a new DOCTYPE token. Set the token's name to the
current input character. Switch to the <span>DOCTYPE name
state</span>.</dd>
More information about the Commit-Watchers
mailing list