Skip to content

Commit

Permalink
add note regarding remote capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
spuddybuddy committed Jul 13, 2017
1 parent 6ac916a commit 06410ed
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion index.html
Expand Up @@ -267,7 +267,9 @@ <h2>
"https://html.spec.whatwg.org/multipage/embedded-content.html#location-of-the-media-resource">
media resource</a></dfn> <dfn data-lt="exposing a user interface to the user"><a href=
"https://html.spec.whatwg.org/multipage/embedded-content.html#expose-a-user-interface-to-the-user">
expose a user interface to the user</a></dfn>
expose a user interface to the user</a></dfn>
<dfn><a href="https://html.spec.whatwg.org/multipage/media.html#dom-media-fastseek">fastSeek</a></dfn>
<dfn><a href="https://html.spec.whatwg.org/multipage/media.html#dom-media-seeking">seeking</a></dfn>
</li>
<li>
<dfn><a href=
Expand Down Expand Up @@ -1232,6 +1234,23 @@ <h4>
If sending any command fails, the <a>user agent</a> MAY
<a>disconnect from a remote playback device</a>.
</p>
<div class="note">
<p>
The <a>remote playback device</a> may implement a subset
of the capabilities of the playback engine of the user
agent. In this case, the <a>local playback state</a> should
reflect as closely as possible the actual <a>remote
playback state</a> after a media command that was not supported
by the <a>remote playback device</a>.
</p>
<p>
For example, after calling <code><a>fastSeek</a>()</code> while
connected to a <a>remote playback device</a> that does not
support it, the <code><a>seeking</a></code> attribute of the
<a>HTMLMediaElement</a> should remain <code>false</code> and no
<code>seeking</code> event should be fired.
</p>
</div>
</section>
<section>
<h4>
Expand Down

0 comments on commit 06410ed

Please sign in to comment.