[html5] r5500 - [giow] (2) Oops, forgot to say to resolve the argument... Fixing http://www.w3.o [...]

whatwg at whatwg.org whatwg at whatwg.org
Sat Sep 25 13:19:22 PDT 2010


Author: ianh
Date: 2010-09-25 13:19:21 -0700 (Sat, 25 Sep 2010)
New Revision: 5500

Modified:
   complete.html
   index
   source
Log:
[giow] (2) Oops, forgot to say to resolve the argument...
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10528

Modified: complete.html
===================================================================
--- complete.html	2010-09-25 19:59:30 UTC (rev 5499)
+++ complete.html	2010-09-25 20:19:21 UTC (rev 5500)
@@ -8798,9 +8798,15 @@
 --><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

Modified: index
===================================================================
--- index	2010-09-25 19:59:30 UTC (rev 5499)
+++ index	2010-09-25 20:19:21 UTC (rev 5500)
@@ -8775,9 +8775,15 @@
 --><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

Modified: source
===================================================================
--- source	2010-09-25 19:59:30 UTC (rev 5499)
+++ source	2010-09-25 20:19:21 UTC (rev 5500)
@@ -8847,10 +8847,17 @@
    <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




More information about the Commit-Watchers mailing list