Skip to content

Commit

Permalink
[e] (0) typo
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@5201 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 27, 2010
1 parent a1a45ec commit 58d12c7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -8766,8 +8766,8 @@ <h4 id=loading-xml-documents><span class=secno>3.1.6 </span>Loading XML document
<li><p>Let <var title="">success</var> be false.</li>

<li><p><a href=#fetch>Fetch</a> <var title="">url</var> from the
<a href=#origin>origin</a> of <var title="">document</var>, with the <var title="">synchronous flag</var> set and the <var title="">force
same-origin flag</var> set.</li>
<a href=#origin>origin</a> of <var title="">document</var>, with the <i title="">synchronous flag</i> set and the <i title="">force
same-origin flag</i> set.</li>

<li>

Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -8690,8 +8690,8 @@ interface <dfn id=xmldocumentloader>XMLDocumentLoader</dfn> {
<li><p>Let <var title="">success</var> be false.</li>

<li><p><a href=#fetch>Fetch</a> <var title="">url</var> from the
<a href=#origin>origin</a> of <var title="">document</var>, with the <var title="">synchronous flag</var> set and the <var title="">force
same-origin flag</var> set.</li>
<a href=#origin>origin</a> of <var title="">document</var>, with the <i title="">synchronous flag</i> set and the <i title="">force
same-origin flag</i> set.</li>

<li>

Expand Down
6 changes: 3 additions & 3 deletions source
Expand Up @@ -8766,9 +8766,9 @@ interface <dfn>XMLDocumentLoader</dfn> {
<li><p>Let <var title="">success</var> be false.</p></li>

<li><p><span>Fetch</span> <var title="">url</var> from the
<span>origin</span> of <var title="">document</var>, with the <var
title="">synchronous flag</var> set and the <var title="">force
same-origin flag</var> set.</p></li>
<span>origin</span> of <var title="">document</var>, with the <i
title="">synchronous flag</i> set and the <i title="">force
same-origin flag</i> set.</p></li>

<li>

Expand Down

0 comments on commit 58d12c7

Please sign in to comment.