Skip to content

Commit b7c0f15

Browse files
author
Marcos Cáceres
authored
feat: define application life-cycle task source (#518)
1 parent e3904ad commit b7c0f15

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ <h3>
330330
populate an <a>installation process</a>' UI.
331331
</li>
332332
<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
333+
the <a>application life-cycle task source</a> to <a>fire an
334334
event</a> named <code>appinstalled</code> at the
335335
<var>window</var> object.
336336
</li>
@@ -408,6 +408,10 @@ <h3>
408408
<h2>
409409
Installation Events
410410
</h2>
411+
<p>
412+
DOM events <a>fired</a> by this specification use the <dfn>application
413+
life-cycle task source</dfn>.
414+
</p>
411415
<section>
412416
<h3>
413417
Extensions to the <code>Window</code> object

0 commit comments

Comments
 (0)