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

推荐订阅源

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 #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 Move requirements for PiP window visibility and closing · w3c/picture-in-picture@1ff6a82 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
Merge pull request #246 from w3c/consume-user-activation · w3c/picture-in-picture@2983289
beaufortfran · 2026-02-26 · via Recent Commits to picture-in-picture:main
Original file line numberDiff line numberDiff line change

@@ -197,9 +197,10 @@ the user agent MUST run the following steps:

197197

these steps.

198198

5. If |video|'s {{HTMLVideoElement/disablePictureInPicture}} is true,

199199

the user agent MAY throw an {{InvalidStateError}} and abort these steps.

200-

6. If {{pictureInPictureElement}} is `null` and the <a>relevant global object</a>

201-

of <a>this</a> does not have <a>transient activation</a>, throw a

202-

{{NotAllowedError}} and abort these steps.

200+

6. If {{pictureInPictureElement}} is `null`:

201+

1. If <a>this</a>'s <a>relevant global object</a> does not have

202+

<a>transient activation</a>, throw a {{NotAllowedError}} and abort these steps.

203+

2. [=Consume user activation=] given <a>this</a>'s <a>relevant global object</a>.

203204

7. If |video| is {{pictureInPictureElement}}, abort these steps.

204205

8. Set {{pictureInPictureElement}} to |video|.

205206

9. Let <dfn>Picture-in-Picture window</dfn> be a new instance of