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@5200 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 27, 2010
1 parent 94a9300 commit a1a45ec
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 @@ -8745,9 +8745,9 @@ <h4 id=loading-xml-documents><span class=secno>3.1.6 </span>Loading XML document
<ol><li><p>Let <var title="">document</var> be the <code><a href=#document>Document</a></code>
object on which the method was invoked.</p>~</li>

<li><p>If the <span>origin of <var title="">url</var> is not
<li><p>If the <a href=#origin>origin</a> of <var title="">url</var> is not
the same as the <a href=#origin>origin</a> of <var title="">document</var>, throw a <code><a href=#security_err>SECURITY_ERR</a></code>
exception.</span></li>
exception.</li>

<li><p>Remove all child nodes of <var title="">document</var>,
without firing any mutation events.</li> <!-- as of 2010-07-26,
Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -8669,9 +8669,9 @@ interface <dfn id=xmldocumentloader>XMLDocumentLoader</dfn> {
<ol><li><p>Let <var title="">document</var> be the <code><a href=#document>Document</a></code>
object on which the method was invoked.</p>~</li>

<li><p>If the <span>origin of <var title="">url</var> is not
<li><p>If the <a href=#origin>origin</a> of <var title="">url</var> is not
the same as the <a href=#origin>origin</a> of <var title="">document</var>, throw a <code><a href=#security_err>SECURITY_ERR</a></code>
exception.</span></li>
exception.</li>

<li><p>Remove all child nodes of <var title="">document</var>,
without firing any mutation events.</li> <!-- as of 2010-07-26,
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -8743,7 +8743,7 @@ interface <dfn>XMLDocumentLoader</dfn> {
<li><p>Let <var title="">document</var> be the <code>Document</code>
object on which the method was invoked.</p>~</li>

<li><p>If the <span>origin</var> of <var title="">url</var> is not
<li><p>If the <span>origin</span> of <var title="">url</var> is not
the same as the <span>origin</span> of <var
title="">document</var>, throw a <code>SECURITY_ERR</code>
exception.</p></li>
Expand Down

0 comments on commit a1a45ec

Please sign in to comment.