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

推荐订阅源

F
Full Disclosure
Stack Overflow Blog
Stack Overflow Blog
H
Help Net Security
Microsoft Azure Blog
Microsoft Azure Blog
The GitHub Blog
The GitHub Blog
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
Recorded Future
Recorded Future
Y
Y Combinator Blog
Cloudbric
Cloudbric
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
S
Schneier on Security
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
C
Cybersecurity and Infrastructure Security Agency CISA
TaoSecurity Blog
TaoSecurity Blog
Security Latest
Security Latest
N
News and Events Feed by Topic
Hacker News - Newest:
Hacker News - Newest: "LLM"
D
DataBreaches.Net
Security Archives - TechRepublic
Security Archives - TechRepublic
H
Hacker News: Front Page
C
Cisco Blogs
L
LangChain Blog
aimingoo的专栏
aimingoo的专栏
Recent Commits to openclaw:main
Recent Commits to openclaw:main
V
Vulnerabilities – Threatpost
L
LINUX DO - 最新话题
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Google Online Security Blog
Google Online Security Blog
D
Darknet – Hacking Tools, Hacker News & Cyber Security
A
About on SuperTechFans
www.infosecurity-magazine.com
www.infosecurity-magazine.com
Jina AI
Jina AI
C
CXSECURITY Database RSS Feed - CXSecurity.com
Schneier on Security
Schneier on Security
T
Tenable Blog
N
News and Events Feed by Topic
W
WeLiveSecurity
有赞技术团队
有赞技术团队
AI
AI
爱范儿
爱范儿
大猫的无限游戏
大猫的无限游戏
Latest news
Latest news
T
The Blog of Author Tim Ferriss
S
Security Affairs
Know Your Adversary
Know Your Adversary
Simon Willison's Weblog
Simon Willison's Weblog
G
GRAHAM CLULEY
Google DeepMind News
Google DeepMind News
The Cloudflare 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 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 #240 from w3c/update-contributing · w3c/picture-in-picture@7e6790e
beaufortfran · 2025-08-20 · via Recent Commits to picture-in-picture:main
Original file line numberDiff line numberDiff line change

@@ -1,25 +1,24 @@

1-

# Picture-in-Picture

1+

# Contributing

22
3-

Contributions to this repository are intended to become part of Recommendation-track documents

4-

governed by the [W3C Patent Policy](http://www.w3.org/Consortium/Patent-Policy-20040205/) and

5-

[Software and Document License](http://www.w3.org/Consortium/Legal/copyright-software). To contribute, you must

6-

either participate in the relevant W3C Working Group or make a non-member patent licensing

7-

commitment.

3+

Contributions to this repository are intended to become part of Recommendation-track documents governed by the

4+

[W3C Patent Policy](https://www.w3.org/policies/patent-policy/) and

5+

[Software and Document License](https://www.w3.org/copyright/software-license/). To make substantive contributions to specifications, you must either participate

6+

in the relevant W3C Working Group or make a non-member patent licensing commitment.

87
9-

If you are not the sole contributor to a contribution (pull request), please identify all

10-

contributors in the pull request's body or in subsequent comments.

8+

If you are not the sole contributor to a contribution (pull request), please identify all

9+

contributors in the pull request comment.

1110
12-

To add a contributor (other than yourself, that's automatic), mark them one per line as follows:

11+

To add a contributor (other than yourself, that's automatic), mark them one per line as follows:

1312
14-

```

15-

+@github_username

16-

```

13+

```

14+

+@github_username

15+

```

1716
18-

If you added a contributor by mistake, you can remove them in a comment with:

17+

If you added a contributor by mistake, you can remove them in a comment with:

1918
20-

```

21-

-@github_username

22-

```

19+

```

20+

-@github_username

21+

```

2322
24-

If you are making a pull request on behalf of someone else but you had no part in designing the

25-

feature, you can remove yourself with the above syntax.

23+

If you are making a pull request on behalf of someone else but you had no part in designing the

24+

feature, you can remove yourself with the above syntax.