Skip to content

Commit

Permalink
Remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
mfoltzgoogle committed Feb 10, 2015
1 parent 8bf0ff5 commit 0a449a2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
12 changes: 7 additions & 5 deletions Overview.src.html
Expand Up @@ -669,8 +669,9 @@ <h4>
by <code>startSession(url, presentationId)</code> remains unresolved.
</p>
<p class="open-issue">
See <a href="https://github.com/w3c/presentation-api/issues/20">GitHub
Issue 20</a>.
<a href="https://github.com/w3c/presentation-api/issues/20">ISSUE 20:
Define return value for cancelled/missing session for
<code>startSession()</code>/<code>joinSession()</code></a>
</p>
<p>
While there is a pending call to <code>startSession</code> asking the
Expand All @@ -681,8 +682,9 @@ <h4>
from needing to 'queue up' requests to present to the user.
</p>
<p class="open-issue">
See <a href="https://github.com/w3c/presentation-api/issues/21">GitHub
Issue 21</a>.
<a href="https://github.com/w3c/presentation-api/issues/21">ISSUE 21:
Define whether multiple simultaneous calls are permitted to
<code>startSession()</code></a>
</p>
<h4>
Automatically reconnecting to existing presentations
Expand Down Expand Up @@ -1009,7 +1011,7 @@ <h3>
};
</pre>
<p class="open-issue">
TODO: Define contents of <code>session</code> attribute. Clarification:
Define contents of <code>session</code> attribute. Clarification:
The purpose of the session attribute is to provide the presented page
with access to the PresentationSession without allowing a potential race
condition between the registration of an event handler and the firing of
Expand Down
10 changes: 6 additions & 4 deletions index.html
Expand Up @@ -759,8 +759,9 @@ <h4 id="starting-new-presentations-or-manually-connecting-to-existing-presentati
by <code>startSession(url, presentationId)</code> remains unresolved.
</p>
<p class="open-issue">
See <a href="https://github.com/w3c/presentation-api/issues/20">GitHub
Issue 20</a>.
<a href="https://github.com/w3c/presentation-api/issues/20">ISSUE 20:
Define return value for cancelled/missing session for
<code>startSession()</code>/<code>joinSession()</code></a>
</p>
<p>
While there is a pending call to <a href="#startsession"><code>startSession</code></a> asking the
Expand All @@ -771,8 +772,9 @@ <h4 id="starting-new-presentations-or-manually-connecting-to-existing-presentati
from needing to 'queue up' requests to present to the user.
</p>
<p class="open-issue">
See <a href="https://github.com/w3c/presentation-api/issues/21">GitHub
Issue 21</a>.
<a href="https://github.com/w3c/presentation-api/issues/21">ISSUE 21:
Define whether multiple simultaneous calls are permitted to
<code>startSession()</code></a>
</p>
<h4 id="automatically-reconnecting-to-existing-presentations"><span class="secno">5.2 </span>
Automatically reconnecting to existing presentations
Expand Down

0 comments on commit 0a449a2

Please sign in to comment.