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

推荐订阅源

L
Lohrmann on Cybersecurity
Martin Fowler
Martin Fowler
Engineering at Meta
Engineering at Meta
腾讯CDC
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Microsoft Azure Blog
Microsoft Azure Blog
G
Google Developers Blog
TaoSecurity Blog
TaoSecurity Blog
博客园_首页
Vercel News
Vercel News
Hugging Face - Blog
Hugging Face - Blog
D
Darknet – Hacking Tools, Hacker News & Cyber Security
Last Week in AI
Last Week in AI
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
T
The Exploit Database - CXSecurity.com
量子位
Project Zero
Project Zero
A
Arctic Wolf
小众软件
小众软件
NISL@THU
NISL@THU
C
CERT Recently Published Vulnerability Notes
有赞技术团队
有赞技术团队
MongoDB | Blog
MongoDB | Blog
博客园 - 聂微东
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
N
News and Events Feed by Topic
宝玉的分享
宝玉的分享
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
T
Troy Hunt's Blog
P
Privacy & Cybersecurity Law Blog
Security Latest
Security Latest
B
Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
D
DataBreaches.Net
Schneier on Security
Schneier on Security
The Hacker News
The Hacker News
K
Kaspersky official blog
C
Check Point Blog
Hacker News: Ask HN
Hacker News: Ask HN
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
Webroot Blog
Webroot Blog
www.infosecurity-magazine.com
www.infosecurity-magazine.com
人人都是产品经理
人人都是产品经理
AI
AI
Cisco Talos Blog
Cisco Talos Blog
MyScale Blog
MyScale Blog
Cloudbric
Cloudbric
B
Blog RSS Feed
S
Schneier on Security
P
Palo Alto Networks Blog

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 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
w3c · 2024-10-03 · via Recent Commits to picture-in-picture:main

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Commit 09e8cc8

Update index.bs

Remove extra bracket.

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion

Original file line numberDiff line numberDiff line change

@@ -367,7 +367,7 @@ partial interface Document {

367367

</pre>

368368
369369

The {{pictureInPictureEnabled}} attribute's getter must return `true` if

370-

<a>Picture-in-Picture support</a> is `true` and <a>this</a>> is

370+

<a>Picture-in-Picture support</a> is `true` and <a>this</a> is

371371

<a>allowed to use</a> the feature indicated by attribute name

372372

`picture-in-picture`, and `false` otherwise.

373373

0 commit comments