惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Spread Privacy
Spread Privacy
V
Visual Studio Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Recorded Future
Recorded Future
云风的 BLOG
云风的 BLOG
Microsoft Azure Blog
Microsoft Azure Blog
I
InfoQ
Apple Machine Learning Research
Apple Machine Learning Research
MyScale Blog
MyScale Blog
M
MIT News - Artificial intelligence
WordPress大学
WordPress大学
Recent Announcements
Recent Announcements
V
V2EX
The GitHub Blog
The GitHub Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Jina AI
Jina AI
小众软件
小众软件
aimingoo的专栏
aimingoo的专栏
V
Vulnerabilities – Threatpost
C
Check Point Blog
C
Cyber Attacks, Cyber Crime and Cyber Security
AI
AI
宝玉的分享
宝玉的分享
P
Proofpoint News Feed
量子位
Attack and Defense Labs
Attack and Defense Labs
H
Hackread – Cybersecurity News, Data Breaches, AI and More
P
Privacy International News Feed
Google DeepMind News
Google DeepMind News
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
C
CERT Recently Published Vulnerability Notes
腾讯CDC
Latest news
Latest news
Google DeepMind News
Google DeepMind News
The Register - Security
The Register - Security
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
G
GRAHAM CLULEY
Blog — PlanetScale
Blog — PlanetScale
博客园_首页
美团技术团队
The Cloudflare Blog
T
Tenable Blog
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
J
Java Code Geeks
SecWiki News
SecWiki News
Webroot Blog
Webroot Blog
N
News | PayPal Newsroom
博客园 - 叶小钗
博客园 - Franky

Recent Commits to picture-in-picture:main

Add Simon Farre as editor · w3c/picture-in-picture@46651d5 Get rid of in-parallel mutation of DOM and resolving of promise when … · w3c/picture-in-picture@9d88d7b Merge pull request #251 from theIDinside/fix-bikeshed-generation · w3c/picture-in-picture@fa78aaa Add new API endpoint & explicit type parameter · w3c/picture-in-picture@b7f482d Merge pull request #246 from w3c/consume-user-activation · w3c/picture-in-picture@2983289 Merge pull request #242 from w3c/interaction-with-media-session · w3c/picture-in-picture@e8fa308 Clarify requirement for visibility of PiP window · w3c/picture-in-picture@b75322e Removed broken link to 'focused' · w3c/picture-in-picture@b4aa635 Merge branch 'main' into pip-window-visibility Consume user activation when requesting PiP · w3c/picture-in-picture@16fd99e Merge pull request #243 from zcorpan/fire-resize-at-pipWindow · w3c/picture-in-picture@f3ef898 Fire resize event at the PictureInPictureWindow object · w3c/picture-in-picture@3358a7b Remove the Interaction with Media Session section · w3c/picture-in-picture@d5572a3 Merge pull request #222 from w3c/remote-playback · w3c/picture-in-picture@13df9af Update index.bs · w3c/picture-in-picture@91806b6 Merge pull request #240 from w3c/update-contributing · w3c/picture-in-picture@7e6790e Update CONTRIBUTING.md to match template · w3c/picture-in-picture@bcedd32 Bump version of Ubuntu used in job (#237) Update index.bs · w3c/picture-in-picture@09e8cc8
Move requirements for PiP window visibility and closing · w3c/picture-in-picture@1ff6a82
chrisn · 2026-02-26 · via Recent Commits to picture-in-picture:main
Original file line numberDiff line numberDiff line change

@@ -232,6 +232,11 @@ It is also RECOMMENDED that the Picture-in-Picture window has a maximum and

232232

minimum size. For example, it could be restricted to be between a quarter and

233233

a half of one dimension of the screen.

234234
235+

When {{pictureInPictureElement}} is set, the Picture-in-Picture window MUST

236+

be visible, even when the [=document=]'s {{Window}} is not in [=Window/focus|focused=] or the [=document=]'s [=Document/visibility state=] is "hidden". The user

237+

agent SHOULD provide a way for users to manually close the Picture-in-Picture

238+

window.

239+
235240

## Exit Picture-in-Picture ## {#exit-pip}

236241
237242

When the <dfn>exit Picture-in-Picture algorithm</dfn> is invoked,

@@ -294,14 +299,9 @@ available controls on the Picture-in-Picture window.

294299
295300

## Interaction with Page Visibility ## {#page-visibility}

296301
297-

When {{pictureInPictureElement}} is set, the Picture-in-Picture window MUST

298-

be visible, even when the <a>Document</a> is not in focus or hidden. The user

299-

agent SHOULD provide a way for users to manually close the Picture-in-Picture

300-

window.

301-
302-

The Picture-in-Picture window visibility MUST NOT be taken into account by the user agent to

303-

determine if the <a>system visibility state</a> of a <a for="/">traversable navigable</a> has

304-

changed.

302+

The Picture-in-Picture window visibility MUST NOT be taken into account by the

303+

user agent to determine if the <a>system visibility state</a> of a

304+

<a for="/">traversable navigable</a> has changed.

305305
306306

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

307307