Skip to content

Commit

Permalink
Draft update
Browse files Browse the repository at this point in the history
  • Loading branch information
mfoltzgoogle committed Apr 21, 2016
1 parent 9f049bc commit 3487984
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions index.html
Expand Up @@ -738,10 +738,10 @@ <h3>
<p>
In a <a>receiving browsing context</a>, the <dfn>presentation
controllers promise</dfn>, which is initially set to
<code>null</code>, exposes the <a>presentation controllers
<code>null</code>, provides the <a>presentation controllers
monitor</a> once the initial <a>presentation connection</a> is
established. The <a>presentation controllers promise</a> is
represented by a <a>Promise</a> that holds the <a>presentation
represented by a <a>Promise</a> that resolves with the <a>presentation
controllers monitor</a>.
</p>
</section>
Expand Down Expand Up @@ -2318,6 +2318,10 @@ <h3>
<li>Let the <a>presentation controllers monitor</a> be a new <a>
PresentationConnectionList</a>.
</li>
<li>
Populate the <a>presentation controllers monitor</a> with the
current <a>set of presentation controllers<a>.
</li>
<li>
<a>Resolve</a> the <a>presentation controllers promise</a> with
the <a>presentation controllers monitor</a>.
Expand Down Expand Up @@ -2442,12 +2446,18 @@ <h4>
<li>If the <a>presentation controllers promise</a> is
<code>null</code>, then abort all remaining steps.
</li>
<li>Otherwise, if the <a>presentation controllers promise</a> is
unsettled, then run the following steps:
<li>If the <a>presentation controllers promise</a> is <a>settled</a>,
then run the following steps:</li>

<li>Otherwise, run the following steps:
<ol>
<li>Let the <a>presentation controllers monitor</a> be a new
<a>PresentationConnectionList</a>.
</li>
<li>
Populate the <a>presentation controllers monitor</a> with the
current <a>set of presentation controllers<a>.
</li>
<li>
<a>Resolve</a> the <a>presentation controllers promise</a>
with the <a>presentation controllers monitor</a>.
Expand Down

0 comments on commit 3487984

Please sign in to comment.