Skip to content

Commit

Permalink
[e] (0) typo
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10673

git-svn-id: http://svn.whatwg.org/webapps@5547 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 29, 2010
1 parent 174920c commit f80b559
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 @@ -6944,7 +6944,7 @@ <h5 id=htmlallcollection-0><span class=secno>2.8.2.2 </span>HTMLAllCollection</h
<p>Let <var title="">collection</var> be an
<code><a href=#htmlallcollection>HTMLAllCollection</a></code> object rooted at the same node as
the <code><a href=#htmlallcollection>HTMLAllCollection</a></code> object on which the method was
invoked, whose filter matches only only elements that already
invoked, whose filter matches only elements that already
match the filter of the <code><a href=#htmlallcollection>HTMLAllCollection</a></code> object on
which the method was invoked and that are either:</p>

Expand Down Expand Up @@ -73503,7 +73503,7 @@ <h4 id=eventsource-push><span class=secno>10.2.7 </span>Connectionless push and
<li>The server sends another message.</li>

<li>The "push proxy" service uses a technology such as OMA push to
convey the event to the mobile device, which wakes only only
convey the event to the mobile device, which wakes only
enough to process the event and then returns to sleep.</li>

</ol></div>
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -6921,7 +6921,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
<p>Let <var title="">collection</var> be an
<code><a href=#htmlallcollection>HTMLAllCollection</a></code> object rooted at the same node as
the <code><a href=#htmlallcollection>HTMLAllCollection</a></code> object on which the method was
invoked, whose filter matches only only elements that already
invoked, whose filter matches only elements that already
match the filter of the <code><a href=#htmlallcollection>HTMLAllCollection</a></code> object on
which the method was invoked and that are either:</p>

Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -6643,7 +6643,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
<p>Let <var title="">collection</var> be an
<code>HTMLAllCollection</code> object rooted at the same node as
the <code>HTMLAllCollection</code> object on which the method was
invoked, whose filter matches only only elements that already
invoked, whose filter matches only elements that already
match the filter of the <code>HTMLAllCollection</code> object on
which the method was invoked and that are either:</p>

Expand Down Expand Up @@ -82752,7 +82752,7 @@ data:&nbsp;test</pre>
<li>The server sends another message.</li>

<li>The "push proxy" service uses a technology such as OMA push to
convey the event to the mobile device, which wakes only only
convey the event to the mobile device, which wakes only
enough to process the event and then returns to sleep.</li>

</ol>
Expand Down

0 comments on commit f80b559

Please sign in to comment.