[html5] r7467 - [e] (0) Attempt to define a hook for the File API. Fixing https://www.w3.org/Bug [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Oct 17 12:34:25 PDT 2012


Author: ianh
Date: 2012-10-17 12:34:24 -0700 (Wed, 17 Oct 2012)
New Revision: 7467

Modified:
   complete.html
   index
   source
Log:
[e] (0) Attempt to define a hook for the File API.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=19554
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2012-10-16 23:19:59 UTC (rev 7466)
+++ complete.html	2012-10-17 19:34:24 UTC (rev 7467)
@@ -248,7 +248,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 16 October 2012</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 17 October 2012</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -74767,8 +74767,13 @@
 
    <li><p><a href=#perform-a-microtask-checkpoint>Perform a microtask checkpoint</a>.</li>
 
-  </ol><p>This algorithm is not invoked by one script calling another.</p>
+   <li><p>Run any <dfn id=post-script-clean-up-steps>post-script clean-up steps</dfn> defined by this or other specifications (in
+   particular, the File API uses this to release <code title="">blob:</code> URLs). <a href=#refsFILEAPI>[FILEAPI]</a></li>
 
+  </ol><p>This algorithm is not invoked by one script directly calling another, but it can be invoked
+  reentrantly in an indirect manner, e.g. if a script dispatches an event which has event listeners
+  registered.</p>
+
   </div>
 
 

Modified: index
===================================================================
--- index	2012-10-16 23:19:59 UTC (rev 7466)
+++ index	2012-10-17 19:34:24 UTC (rev 7467)
@@ -248,7 +248,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 16 October 2012</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 17 October 2012</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -74767,8 +74767,13 @@
 
    <li><p><a href=#perform-a-microtask-checkpoint>Perform a microtask checkpoint</a>.</li>
 
-  </ol><p>This algorithm is not invoked by one script calling another.</p>
+   <li><p>Run any <dfn id=post-script-clean-up-steps>post-script clean-up steps</dfn> defined by this or other specifications (in
+   particular, the File API uses this to release <code title="">blob:</code> URLs). <a href=#refsFILEAPI>[FILEAPI]</a></li>
 
+  </ol><p>This algorithm is not invoked by one script directly calling another, but it can be invoked
+  reentrantly in an indirect manner, e.g. if a script dispatches an event which has event listeners
+  registered.</p>
+
   </div>
 
 

Modified: source
===================================================================
--- source	2012-10-16 23:19:59 UTC (rev 7466)
+++ source	2012-10-17 19:34:24 UTC (rev 7467)
@@ -87490,9 +87490,15 @@
 
    <li><p><span>Perform a microtask checkpoint</span>.</p></li>
 
+   <li><p>Run any <dfn>post-script clean-up steps</dfn> defined by this or other specifications (in
+   particular, the File API uses this to release <code title="">blob:</code> URLs). <a
+   href="#refsFILEAPI">[FILEAPI]</a></p></li>
+
   </ol>
 
-  <p>This algorithm is not invoked by one script calling another.</p>
+  <p>This algorithm is not invoked by one script directly calling another, but it can be invoked
+  reentrantly in an indirect manner, e.g. if a script dispatches an event which has event listeners
+  registered.</p>
 
   </div>
 




More information about the Commit-Watchers mailing list