- From: poot <cvsmail@w3.org>
- Date: Tue, 2 Jun 2009 18:25:33 +0900 (JST)
- To: public-html-diffs@w3.org
Allow certain URLs to have url-specific origins. (credit: bz) (whatwg r3180) Diffs for this change per section: http://people.w3.org/mike/diffs/html5/spec/Overview.1.2334.html#origin-0 http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2333&r2=1.2334&f=h http://html5.org/tools/web-apps-tracker?from=3179&to=3180 =================================================================== 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:26:05 UTC