html5/spec Overview.html,1.2333,1.2334

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv4055

Modified Files:
	Overview.html 
Log Message:
Allow certain URLs to have url-specific origins. (credit: bz) (whatwg r3180)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2333
retrieving revision 1.2334
diff -u -d -r1.2333 -r1.2334
--- Overview.html	2 Jun 2009 08:26:31 -0000	1.2333
+++ Overview.html	2 Jun 2009 09:24:00 -0000	1.2334
@@ -41926,6 +41926,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

Received on Tuesday, 2 June 2009 09:24:10 UTC