We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3904ad commit b7c0f15Copy full SHA for b7c0f15
index.html
@@ -330,7 +330,7 @@ <h3>
330
populate an <a>installation process</a>' UI.
331
</li>
332
<li>If the <a>installation succeeded</a>, <a>queue a task</a> on
333
- the <dfn>application life-cycle task source</dfn> to <a>fire an
+ the <a>application life-cycle task source</a> to <a>fire an
334
event</a> named <code>appinstalled</code> at the
335
<var>window</var> object.
336
@@ -408,6 +408,10 @@ <h3>
408
<h2>
409
Installation Events
410
</h2>
411
+ <p>
412
+ DOM events <a>fired</a> by this specification use the <dfn>application
413
+ life-cycle task source</dfn>.
414
+ </p>
415
<section>
416
<h3>
417
Extensions to the <code>Window</code> object
0 commit comments