[html5] r2998 - [e] (0) typos (credit: avk)
whatwg at whatwg.org
whatwg at whatwg.org
Sun Apr 26 21:11:16 PDT 2009
Author: ianh
Date: 2009-04-26 21:11:15 -0700 (Sun, 26 Apr 2009)
New Revision: 2998
Modified:
index
source
Log:
[e] (0) typos (credit: avk)
Modified: index
===================================================================
--- index 2009-04-27 04:08:57 UTC (rev 2997)
+++ index 2009-04-27 04:11:15 UTC (rev 2998)
@@ -10587,7 +10587,8 @@
<li><p>If the character in <var title="">input</var> pointed to
by <var title="">position</var> is either a U+0027 APOSTROPHE
- character (') U+0022 QUOTATION MARK character ("), then let <var title="">quote</var> be that character, and advance <var title="">position</var> to the next character. Otherwise, let
+ character (') or U+0022 QUOTATION MARK character ("), then let
+ <var title="">quote</var> be that character, and advance <var title="">position</var> to the next character. Otherwise, let
<var title="">quote</var> be the empty string.</li>
<li><p>Let <var title="">url</var> be equal to the substring of
@@ -10732,7 +10733,7 @@
bytes of the document.</li>
<li>There can only be one character encoding declaration in the
- document.</li> <!-- conformance critiera for this one are given in
+ document.</li> <!-- conformance criteria for this one are given in
the XML spec, the <meta> section just after defining charset="",
and the character encoding pragma section. And actually this
statement isn't quite true, since you can have an XML one and an
Modified: source
===================================================================
--- source 2009-04-27 04:08:57 UTC (rev 2997)
+++ source 2009-04-27 04:11:15 UTC (rev 2998)
@@ -11187,8 +11187,8 @@
<li><p>If the character in <var title="">input</var> pointed to
by <var title="">position</var> is either a U+0027 APOSTROPHE
- character (') U+0022 QUOTATION MARK character ("), then let <var
- title="">quote</var> be that character, and advance <var
+ character (') or U+0022 QUOTATION MARK character ("), then let
+ <var title="">quote</var> be that character, and advance <var
title="">position</var> to the next character. Otherwise, let
<var title="">quote</var> be the empty string.</p></li>
@@ -11363,7 +11363,7 @@
bytes of the document.</li>
<li>There can only be one character encoding declaration in the
- document.</li> <!-- conformance critiera for this one are given in
+ document.</li> <!-- conformance criteria for this one are given in
the XML spec, the <meta> section just after defining charset="",
and the character encoding pragma section. And actually this
statement isn't quite true, since you can have an XML one and an
@@ -61475,7 +61475,7 @@
<dt>If the field name is "retry"</dt>
<dd><p>If the field value consists of only characters in the range
- U+0030 DIGIT ZERO ('0') U+0039 DIGIT NINE ('9'), then interpret the
+ U+0030 DIGIT ZERO ('0') .. U+0039 DIGIT NINE ('9'), then interpret the
field value as an integer in base ten, and set the event stream's
<span title="concept-event-stream-reconnection-time">reconnection
time</span> to that integer. Otherwise, ignore the field.</p></dd>
More information about the Commit-Watchers
mailing list