Skip to content

Commit

Permalink
[giow] (2) Oops, forgot to say to resolve the argument...
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10528

git-svn-id: http://svn.whatwg.org/webapps@5500 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 25, 2010
1 parent 3083b60 commit f53dffe
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
8 changes: 7 additions & 1 deletion complete.html
Expand Up @@ -8798,9 +8798,15 @@ <h4 id=loading-xml-documents><span class=secno>3.1.6 </span>Loading XML document
--><li><p>Let <var title="">document</var> be the <code><a href=#document>Document</a></code>
object on which the method was invoked.</li>

<li><p><a href=#resolve-a-url title="resolve a url">Resolve</a> the method's
first argument, relative to the <a href=#entry-script>entry script</a>'s <a href="#script's-base-url" title="script's base URL">base URL</a>. If this is not
successful, throw a <code><a href=#syntax_err>SYNTAX_ERR</a></code> exception and abort
these steps. Otherwise, let <var title="">url</var> be the
resulting <a href=#absolute-url>absolute URL</a>.</li>

<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.</li>
exception and abort these steps.</li>
<!--SYNCLOAD
<li><p>If <code title="dom-XMLDocumentLoader-async">async</code> is
set to false, let <var title="">document</var> be
Expand Down
8 changes: 7 additions & 1 deletion index
Expand Up @@ -8775,9 +8775,15 @@ interface <dfn id=xmldocumentloader>XMLDocumentLoader</dfn> {
--><li><p>Let <var title="">document</var> be the <code><a href=#document>Document</a></code>
object on which the method was invoked.</li>

<li><p><a href=#resolve-a-url title="resolve a url">Resolve</a> the method's
first argument, relative to the <a href=#entry-script>entry script</a>'s <a href="#script's-base-url" title="script's base URL">base URL</a>. If this is not
successful, throw a <code><a href=#syntax_err>SYNTAX_ERR</a></code> exception and abort
these steps. Otherwise, let <var title="">url</var> be the
resulting <a href=#absolute-url>absolute URL</a>.</li>

<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.</li>
exception and abort these steps.</li>
<!--SYNCLOAD
<li><p>If <code title="dom-XMLDocumentLoader-async">async</code> is
set to false, let <var title="">document</var> be
Expand Down
9 changes: 8 additions & 1 deletion source
Expand Up @@ -8847,10 +8847,17 @@ 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><span title="resolve a url">Resolve</span> the method's
first argument, relative to the <span>entry script</span>'s <span
title="script's base URL">base URL</span>. If this is not
successful, throw a <code>SYNTAX_ERR</code> exception and abort
these steps. Otherwise, let <var title="">url</var> be the
resulting <span>absolute URL</span>.</p></li>

<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>
exception and abort these steps.</p></li>
<!--SYNCLOAD
<li><p>If <code title="dom-XMLDocumentLoader-async">async</code> is
set to false, let <var title="">document</var> be
Expand Down

0 comments on commit f53dffe

Please sign in to comment.