Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Interaction with Remote Playback section #222

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ spec: Fullscreen; urlPrefix: https://fullscreen.spec.whatwg.org
type: dfn; text: fullscreen flag; url: #fullscreen-flag
type: dfn; text: fullscreenElement; url: dom-document-fullscreenelement
type: dfn; text: exit fullscreen; url: fully-exit-fullscreen
spec: Remote-Playback; urlPrefix: https://w3c.github.io/remote-playback/#dfn-
type: dfn
text: local playback device
text: local playback state
</pre>

<pre class="link-defaults">
Expand Down Expand Up @@ -292,13 +288,6 @@ the user agent SHOULD run these steps:
It is RECOMMENDED to run the <a>exit Picture-in-Picture algorithm</a> when the
{{pictureInPictureElement}} <a>fullscreen flag</a> is set.

## Interaction with Remote Playback ## {#remote-playback}

The [[Remote-Playback]] specification defines a <a>local playback device</a>
and a <a>local playback state</a>. For the purpose of Picture-in-Picture, the
playback is local and regardless of whether it is played in page or in
Picture-in-Picture.

## Interaction with Media Session ## {#media-session}

The API will have to be used with the [[MediaSession]] API for customizing the
Expand Down
Loading