[html5] r3180 - [] (0) Allow certain URLs to have url-specific origins. (credit: bz)
whatwg at whatwg.org
whatwg at whatwg.org
Tue Jun 2 02:23:57 PDT 2009
Author: ianh
Date: 2009-06-02 02:23:55 -0700 (Tue, 02 Jun 2009)
New Revision: 3180
Modified:
index
source
Log:
[] (0) Allow certain URLs to have url-specific origins. (credit: bz)
Modified: index
===================================================================
--- index 2009-06-02 08:26:26 UTC (rev 3179)
+++ index 2009-06-02 09:23:55 UTC (rev 3180)
@@ -46758,6 +46758,13 @@
<li><p><a href=#parse-a-url title="parse a url">Parse</a> <var title="">url</var>.</li>
+ <li><p>If <var title="">url</var> identifies a resource that is
+ its own trust domain (e.g. it identifies an e-mail on an IMAP
+ server or a post on an NNTP server) then return a globally unique
+ identifier specific to the resource identified by <var title="">url</var>, so that if this algorithm is invoked again
+ for <a href=#url title=URL>URLs</a> that identify the same resouce,
+ the same identifier will be returned.</li>
+
<li><p>If <var title="">url</var> does not use a server-based
naming authority, or if parsing <var title="">url</var> failed,
or if <var title="">url</var> is not an <a href=#absolute-url>absolute
Modified: source
===================================================================
--- source 2009-06-02 08:26:26 UTC (rev 3179)
+++ source 2009-06-02 09:23:55 UTC (rev 3180)
@@ -53274,6 +53274,14 @@
<li><p><span title="parse a url">Parse</span> <var
title="">url</var>.</p></li>
+ <li><p>If <var title="">url</var> identifies a resource that is
+ its own trust domain (e.g. it identifies an e-mail on an IMAP
+ server or a post on an NNTP server) then return a globally unique
+ identifier specific to the resource identified by <var
+ title="">url</var>, so that if this algorithm is invoked again
+ for <span title="URL">URLs</span> that identify the same resouce,
+ the same identifier will be returned.</p></li>
+
<li><p>If <var title="">url</var> does not use a server-based
naming authority, or if parsing <var title="">url</var> failed,
or if <var title="">url</var> is not an <span>absolute
More information about the Commit-Watchers
mailing list