Skip to content

Commit

Permalink
[e] (0) typos (credit: avk)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2998 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 27, 2009
1 parent 8d3aae8 commit b6c7aa8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions index
Expand Up @@ -10587,7 +10587,8 @@ people expect to have work and what is necessary.

<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
Expand Down Expand Up @@ -10732,7 +10733,7 @@ people expect to have work and what is necessary.
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
Expand Down
8 changes: 4 additions & 4 deletions source
Expand Up @@ -11187,8 +11187,8 @@ people expect to have work and what is necessary.

<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>

Expand Down Expand Up @@ -11363,7 +11363,7 @@ people expect to have work and what is necessary.
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
Expand Down Expand Up @@ -61475,7 +61475,7 @@ any-char = %x0000-0009 / %x000B-000C / %x000E-10FFFF
<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>
Expand Down

0 comments on commit b6c7aa8

Please sign in to comment.