- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 25 Sep 2010 20:19:30 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv4744
Modified Files:
Overview.html
Log Message:
Oops, forgot to say to resolve the argument... (whatwg r5500)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4390
retrieving revision 1.4391
diff -u -d -r1.4390 -r1.4391
--- Overview.html 25 Sep 2010 19:59:36 -0000 1.4390
+++ Overview.html 25 Sep 2010 20:19:26 -0000 1.4391
@@ -7681,9 +7681,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
Received on Saturday, 25 September 2010 20:19:32 UTC