Skip to content

Commit

Permalink
Make sure to populate the monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
mfoltzgoogle committed Apr 21, 2016
1 parent b8d6b72 commit 06e54f3
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions index.html
Expand Up @@ -2493,14 +2493,23 @@ <h4>
</li>
</ol>
</li>
<li>Otherwise, <a>queue a task</a> to <a>fire</a> a <a>trusted
event</a> with the name <a for=
"PresentationConnectionList">connectionavailable</a>, that uses the
<a>PresentationConnectionAvailableEvent</a> interface, with the
<a for="PresentationConnectionAvailableEvent">connection</a>
attribute initialized to <var>S</var>, at the <a>presentation
controllers monitor</a>. The event must not bubble, must not be
cancelable, and has no default action.
<li>Otherwise, run the following steps <a>in parallel</a>.
<ol>
<li>Populate the <a>presentation controllers monitor</a> with
the <a>set of presentation controllers</a>.
</li>
<li>
<a>Queue a task</a> to <a>fire</a> a <a>trusted event</a>
with the name <a for=
"PresentationConnectionList">connectionavailable</a>, that
uses the <a>PresentationConnectionAvailableEvent</a>
interface, with the <a for=
"PresentationConnectionAvailableEvent">connection</a>
attribute initialized to <var>S</var>, at the <a>presentation
controllers monitor</a>. The event must not bubble, must not
be cancelable, and has no default action.
</li>
</ol>
</li>
</ol>
<p>
Expand Down

0 comments on commit 06e54f3

Please sign in to comment.