Skip to content

Commit

Permalink
Address comments by @mounrilamori
Browse files Browse the repository at this point in the history
  • Loading branch information
mfoltzgoogle committed May 14, 2019
1 parent b635712 commit 534c64f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
14 changes: 7 additions & 7 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -195,19 +195,19 @@ Remote Playback API Requirements {#requirements-remote-playback}
2. A controlling user agent must be able to start sending the content of an
{{HTMLMediaElement}} to a compatible remote playback device.

3. The {{HTMLMediaElement}} content to be sent should include both media data
and text tracks.
3. The controlling user agent should be able to send both media data
and text tracks from an {{HTMLMediaElement}} to the 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
{{HTMLMediaElement}}.

5. During remote playback, either the controlling user agent or the remote
playback device must be able to disconnect from the other party.
5. During remote playback, either the controlling user agent or the
remote playback device must be able to disconnect from the other party.

6. The controlling user agent should be able to pass locale and text direction
information to the remote playback device to assist in rendering text during
remote playback.
6. The controlling user agent should be able to pass locale and text
direction information to the remote playback device to assist in rendering
text during remote playback.


Non-Functional Requirements {#requirements-non-functional}
Expand Down
18 changes: 9 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
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="d5e604f6865adb6c9aa30c94998ee064bd63223e" name="document-revision">
<meta content="b63571235699ff7dc9ba528aa91e37831a348b82" name="document-revision">
<style>
.highlight .hll { background-color: #ffffcc }
.highlight .c { color: #999988; font-style: italic } /* Comment */
Expand Down Expand Up @@ -1466,7 +1466,7 @@
<div class="head">
<p data-fill-with="logo"></p>
<h1 class="p-name no-ref" id="title">Open Screen Protocol</h1>
<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Editor’s Draft, <time class="dt-updated" datetime="2019-05-10">10 May 2019</time></span></h2>
<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Editor’s Draft, <time class="dt-updated" datetime="2019-05-14">14 May 2019</time></span></h2>
<div data-fill-with="spec-metadata">
<dl>
<dt>This version:
Expand Down Expand Up @@ -1675,18 +1675,18 @@ <h3 class="heading settled" data-level="2.2" id="requirements-remote-playback"><
<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>
<li data-md>
<p>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> content to be sent should include both media data
and text tracks.</p>
<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>
<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>
<li data-md>
<p>During remote playback, either the controlling user agent or the remote
playback device must be able to disconnect from the other party.</p>
<p>During remote playback, either the controlling user agent or the
remote playback device must be able to disconnect from the other party.</p>
<li data-md>
<p>The controlling user agent should be able to pass locale and text direction
information to the remote playback device to assist in rendering text during
remote playback.</p>
<p>The controlling user agent should be able to pass locale and text
direction information to the remote playback device to assist in rendering
text during remote playback.</p>
</ol>
<h3 class="heading settled" data-level="2.3" id="requirements-non-functional"><span class="secno">2.3. </span><span class="content">Non-Functional Requirements</span><a class="self-link" href="#requirements-non-functional"></a></h3>
<ol>
Expand Down

0 comments on commit 534c64f

Please sign in to comment.