- From: poot <cvsmail@w3.org>
- Date: Sun, 26 Sep 2010 05:19:39 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Oops, forgot to say to resolve the argument... (whatwg r5500) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4390&r2=1.4391&f=h http://html5.org/tools/web-apps-tracker?from=5499&to=5500 =================================================================== 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:20:35 UTC