Skip to content

Commit

Permalink
Add missing term, further edits
Browse files Browse the repository at this point in the history
  • Loading branch information
mfoltzgoogle committed May 14, 2019
1 parent 534c64f commit 5440b97
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
9 changes: 5 additions & 4 deletions index.bs
Expand Up @@ -54,6 +54,7 @@ urlPrefix: https://w3c.github.io/presentation-api/; type: interface; spec: PRESE
urlPrefix: https://w3c.github.io/remote-playback/#dfn-; type: dfn; spec: REMOTE-PLAYBACK
text: availability sources set
text: compatible remote playback device
text: initiate remote playback
text: media element state
text: media resources
text: remote playback devices
Expand Down Expand Up @@ -192,11 +193,11 @@ Remote Playback API Requirements {#requirements-remote-playback}
least one compatible [=remote playback device=] available for a given
{{HTMLMediaElement}}, both instantaneously and continuously.

2. A controlling user agent must be able to start sending the content of an
{{HTMLMediaElement}} to a compatible remote playback device.
2. A controlling user agent must be able to to [=initiate remote playback=] of
an {{HTMLMediaElement}} to a compatible remote playback device.

3. The controlling user agent should be able to send both media data
and text tracks from an {{HTMLMediaElement}} to the remote playback device.
3. The controlling user agent must be able send media data and text tracks
from an {{HTMLMediaElement}} to a compatible remote playback device.

4. During remote playback, the controlling user agent and the remote playback
device must be able to synchronize the [=media element state=] of the
Expand Down
16 changes: 12 additions & 4 deletions index.html
Expand Up @@ -1214,7 +1214,7 @@
</style>
<meta content="Bikeshed version 10ff3eb4050069e20bb9b943c8b76fe5bfe3a48f" name="generator">
<link href="https://webscreens.github.io/openscreenprotocol/" rel="canonical">
<meta content="b63571235699ff7dc9ba528aa91e37831a348b82" name="document-revision">
<meta content="534c64f4d52929ce2c877a5de7a8ab9cfbb24636" name="document-revision">
<style>
.highlight .hll { background-color: #ffffcc }
.highlight .c { color: #999988; font-style: italic } /* Comment */
Expand Down Expand Up @@ -1673,10 +1673,11 @@ <h3 class="heading settled" data-level="2.2" id="requirements-remote-playback"><
<p>A <a data-link-type="dfn" href="https://w3c.github.io/presentation-api/#dfn-controlling-user-agent" id="ref-for-dfn-controlling-user-agent②">controlling user agent</a> must be able to find out whether there is at
least one compatible <a data-link-type="dfn" href="https://w3c.github.io/remote-playback/#dfn-remote-playback-devices" id="ref-for-dfn-remote-playback-devices①">remote playback device</a> available for a given <code class="idl"><a data-link-type="idl" href="https://html.spec.whatwg.org/multipage/media.html#htmlmediaelement" id="ref-for-htmlmediaelement">HTMLMediaElement</a></code>, both instantaneously and continuously.</p>
<li data-md>
<p>A controlling user agent must be able to start sending the content of an <code class="idl"><a data-link-type="idl" href="https://html.spec.whatwg.org/multipage/media.html#htmlmediaelement" id="ref-for-htmlmediaelement①">HTMLMediaElement</a></code> to a compatible remote playback device.</p>
<p>A controlling user agent must be able to to <a data-link-type="dfn" href="https://w3c.github.io/remote-playback/#dfn-initiate-remote-playback" id="ref-for-dfn-initiate-remote-playback">initiate remote playback</a> of
an <code class="idl"><a data-link-type="idl" href="https://html.spec.whatwg.org/multipage/media.html#htmlmediaelement" id="ref-for-htmlmediaelement①">HTMLMediaElement</a></code> to a compatible remote playback device.</p>
<li data-md>
<p>The controlling user agent should be able to send both media data
and text tracks from an <code class="idl"><a data-link-type="idl" href="https://html.spec.whatwg.org/multipage/media.html#htmlmediaelement" id="ref-for-htmlmediaelement②">HTMLMediaElement</a></code> to the remote playback device.</p>
<p>The controlling user agent must be able send media data and text tracks
from an <code class="idl"><a data-link-type="idl" href="https://html.spec.whatwg.org/multipage/media.html#htmlmediaelement" id="ref-for-htmlmediaelement②">HTMLMediaElement</a></code> to a compatible remote playback device.</p>
<li data-md>
<p>During remote playback, the controlling user agent and the remote playback
device must be able to synchronize the <a data-link-type="dfn" href="https://w3c.github.io/remote-playback/#dfn-media-element-state" id="ref-for-dfn-media-element-state">media element state</a> of the <code class="idl"><a data-link-type="idl" href="https://html.spec.whatwg.org/multipage/media.html#htmlmediaelement" id="ref-for-htmlmediaelement③">HTMLMediaElement</a></code>.</p>
Expand Down Expand Up @@ -3530,6 +3531,12 @@ <h2 class="no-num no-ref heading settled" id="index"><span class="content">Index
<li><a href="#ref-for-dfn-compatible-remote-playback-device">7.3. Remote Playback Protocol</a>
</ul>
</aside>
<aside class="dfn-panel" data-for="term-for-dfn-initiate-remote-playback">
<a href="https://w3c.github.io/remote-playback/#dfn-initiate-remote-playback">https://w3c.github.io/remote-playback/#dfn-initiate-remote-playback</a><b>Referenced in:</b>
<ul>
<li><a href="#ref-for-dfn-initiate-remote-playback">2.2. Remote Playback API Requirements</a>
</ul>
</aside>
<aside class="dfn-panel" data-for="term-for-dfn-media-element-state">
<a href="https://w3c.github.io/remote-playback/#dfn-media-element-state">https://w3c.github.io/remote-playback/#dfn-media-element-state</a><b>Referenced in:</b>
<ul>
Expand Down Expand Up @@ -3585,6 +3592,7 @@ <h3 class="no-num no-ref heading settled" id="index-defined-elsewhere"><span cla
<ul>
<li><span class="dfn-paneled" id="term-for-dfn-availability-sources-set" style="color:initial">availability sources set</span>
<li><span class="dfn-paneled" id="term-for-dfn-compatible-remote-playback-device" style="color:initial">compatible remote playback device</span>
<li><span class="dfn-paneled" id="term-for-dfn-initiate-remote-playback" style="color:initial">initiate remote playback</span>
<li><span class="dfn-paneled" id="term-for-dfn-media-element-state" style="color:initial">media element state</span>
<li><span class="dfn-paneled" id="term-for-dfn-media-resources" style="color:initial">media resources</span>
<li><span class="dfn-paneled" id="term-for-dfn-remote-playback-devices" style="color:initial">remote playback devices</span>
Expand Down

0 comments on commit 5440b97

Please sign in to comment.