Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[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

git-svn-id: http://svn.whatwg.org/webapps@7467 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 17, 2012
1 parent be6e39e commit fc00961
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 5 deletions.
9 changes: 7 additions & 2 deletions complete.html
Expand Up @@ -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 &mdash; Last Updated 16 October 2012</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>
Expand Down Expand Up @@ -74767,7 +74767,12 @@ <h5 id=calling-scripts><span class=secno>7.1.3.2 </span>Calling scripts</h5>

<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>

Expand Down
9 changes: 7 additions & 2 deletions index
Expand Up @@ -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 &mdash; Last Updated 16 October 2012</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>
Expand Down Expand Up @@ -74767,7 +74767,12 @@ interface <dfn id=navigatoronline>NavigatorOnLine</dfn> {

<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>

Expand Down
8 changes: 7 additions & 1 deletion source
Expand Up @@ -87490,9 +87490,15 @@ interface <dfn>NavigatorOnLine</dfn> {

<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>

Expand Down

0 comments on commit fc00961

Please sign in to comment.