Skip to content

Commit

Permalink
Merge pull request #218 from w3c/beaufortfrancois-patch-4
Browse files Browse the repository at this point in the history
Remove Page Visibility spec references
  • Loading branch information
beaufortfrancois authored Dec 19, 2022
2 parents a4e812a + b9df8a2 commit e2c0312
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ spec: HTML; urlPrefix: https://html.spec.whatwg.org/multipage/
type: dfn
urlPrefix: media.html
text: media element event task source
type: dfn
urlPrefix: interaction.html
text: system visibility state
spec: Fullscreen; urlPrefix: https://fullscreen.spec.whatwg.org
type: dfn; text: fullscreen flag; url: #fullscreen-flag
type: dfn; text: fullscreenElement; url: dom-document-fullscreenelement
Expand All @@ -31,8 +34,6 @@ spec: Remote-Playback; urlPrefix: https://w3c.github.io/remote-playback/#dfn-
type: dfn
text: local playback device
text: local playback state
spec: Page-Visibility; urlPrefix: https://www.w3.org/TR/page-visibility/
type: attribute; text: visibilityState; for: Document; url: dom-visibilitystate
</pre>

<pre class="link-defaults">
Expand Down Expand Up @@ -310,10 +311,9 @@ be visible, even when the <a>Document</a> is not in focus or hidden. The user
agent SHOULD provide a way for users to manually close the Picture-in-Picture
window.

The [[Page-Visibility]] specification defines a {{Document/visibilityState}}
attribute used to determine the visibility state of a <a>top-level browsing
context</a>. The Picture-in-Picture window visibility MUST NOT be taken into
account when determining the value returned by {{Document/visibilityState}}.
The Picture-in-Picture window visibility MUST NOT be taken into account by the
user agent to determine if the <a>system visibility state</a> of a
<a for="/">traversable navigable</a> has changed.

## One Picture-in-Picture window ## {#one-pip-window}

Expand Down

0 comments on commit e2c0312

Please sign in to comment.