[html5] r1516 - /

whatwg at whatwg.org whatwg at whatwg.org
Wed Apr 30 13:45:26 PDT 2008


Author: ianh
Date: 2008-04-30 13:45:25 -0700 (Wed, 30 Apr 2008)
New Revision: 1516

Modified:
   index
   source
Log:
[] (0) file:// interop isn't necessary, and UAs want to do clever things with it

Modified: index
===================================================================
--- index	2008-04-29 21:16:32 UTC (rev 1515)
+++ index	2008-04-30 20:45:25 UTC (rev 1516)
@@ -25,7 +25,7 @@
 
    <h1 id=html-5>HTML 5</h1>
 
-   <h2 class="no-num no-toc" id=draft>Draft Recommendation — 29 April
+   <h2 class="no-num no-toc" id=draft>Draft Recommendation — 30 April
     2008</h2>
 
    <p>You can take part in this work. <a
@@ -27166,6 +27166,10 @@
        protocol, then return a new globally unique identifier.
 
      <li>
+      <p>If the scheme is "<code title="">file:</code>", then the user agent
+       may return a UA-specific origin.
+
+     <li>
       <p>Let <var title="">host</var> be the <host>/<ihost>
        component of the URI.
 

Modified: source
===================================================================
--- source	2008-04-29 21:16:32 UTC (rev 1515)
+++ source	2008-04-30 20:45:25 UTC (rev 1516)
@@ -24873,6 +24873,9 @@
      support the given protocol, then return a new globally unique
      identifier.</p></li>
 
+     <li><p>If the scheme is "<code title="">file:</code>", then the
+     user agent may return a UA-specific origin.</p></li>
+
      <li><p>Let <var title="">host</var> be the
      <host>/<ihost> component of the URI.</p></li>
 




More information about the Commit-Watchers mailing list