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

推荐订阅源

U
Unit 42
P
Proofpoint News Feed
The Last Watchdog
The Last Watchdog
S
Secure Thoughts
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
N
News | PayPal Newsroom
Application and Cybersecurity Blog
Application and Cybersecurity Blog
O
OpenAI News
S
Security @ Cisco Blogs
宝玉的分享
宝玉的分享
Hacker News: Ask HN
Hacker News: Ask HN
T
Troy Hunt's Blog
Google Online Security Blog
Google Online Security Blog
WordPress大学
WordPress大学
有赞技术团队
有赞技术团队
TaoSecurity Blog
TaoSecurity Blog
Help Net Security
Help Net Security
Latest news
Latest news
NISL@THU
NISL@THU
S
Security Affairs
博客园_首页
C
CXSECURITY Database RSS Feed - CXSecurity.com
博客园 - 聂微东
AI
AI
www.infosecurity-magazine.com
www.infosecurity-magazine.com
Recent Announcements
Recent Announcements
P
Privacy & Cybersecurity Law Blog
小众软件
小众软件
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
Hugging Face - Blog
Hugging Face - Blog
博客园 - 司徒正美
AWS News Blog
AWS News Blog
W
WeLiveSecurity
Google DeepMind News
Google DeepMind News
I
InfoQ
Schneier on Security
Schneier on Security
Recent Commits to openclaw:main
Recent Commits to openclaw:main
T
The Exploit Database - CXSecurity.com
IT之家
IT之家
T
Threatpost
Scott Helme
Scott Helme
L
LINUX DO - 热门话题
腾讯CDC
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
N
News and Events Feed by Topic
L
LINUX DO - 最新话题
F
Full Disclosure
大猫的无限游戏
大猫的无限游戏
H
Heimdal Security Blog
S
SegmentFault 最新的问题

Recent Commits to web-share:main

Merge pull request #289 from siusin/main · w3c/web-share@e871726 update the editor list · w3c/web-share@a296150 Editorial: fix typos and markup · w3c/web-share@3faf529 Editorial: fix typo (#283) · w3c/web-share@bc1468c chore: prepare for REC · w3c/web-share@aa811f9 chore: fix wrong pass rate · w3c/web-share@e441b96 chore: remove explanation of failures col · w3c/web-share@f511e0b chore: move disabled-by-permissions-policy.https.sub.html to excluded… · w3c/web-share@6681897 chore: tidy · w3c/web-share@0eaf73c Make Permissions-Policy HTTP header OPTIONAL (#275) · w3c/web-share@d0ea0fe Editorial: note canShare is not future compatible (#273) · w3c/web-share@7f78426 Editorial: add static implementation report (#274) · w3c/web-share@0a7a70c Editorial: fix IDL linking · w3c/web-share@35980bb Editorial: explain Changelog · w3c/web-share@c4b6677 chore: clean up changelog · w3c/web-share@aa0cb86 chore: tidy · w3c/web-share@8a04511 Editorial: improve a11y guidelines for share sheet (#270) · w3c/web-share@49300de Editorial: thank wide review groups in acknowledgements (#269) · w3c/web-share@783e54b Editorial: switch to 'terminate this algorithm' (#268) · w3c/web-share@5c9977c
Merge pull request #277 from w3c/WebShare-rec · w3c/web-share@0b15b86
siusin · 2023-04-11 · via Recent Commits to web-share:main
Original file line numberDiff line numberDiff line change

@@ -10,7 +10,7 @@

1010

<script class='remove'>

1111

var respecConfig = {

1212

shortName: "web-share",

13-

previousMaturity: "WD",

13+

previousMaturity: "PR",

1414

specStatus: "ED",

1515

github: {

1616

repoURL: "w3c/web-share",

@@ -44,6 +44,8 @@

4444

xref: "web-platform",

4545

mdn: true,

4646

crEnd: "2022-09-20",

47+

prEnd: "2023-04-12",

48+

errata: "https://github.com/w3c/web-share/labels/errata",

4749

};

4850

</script>

4951

</head>

@@ -77,11 +79,6 @@ <h3>

7779

more available across all OSs over time, and is already widely

7880

available on popular OSs across a range of devices.

7981

</p>

80-

<p>

81-

<!-- TODO: Remove me when this goes to REC, otherwise it will show up twice! -->

82-

Future updates to this Recommendation may incorporate [new

83-

features](https://www.w3.org/2021/Process-20211102/#allow-new-features).

84-

</p>

8582

</section>

8683

</section>

8784

<section class="informative">

@@ -809,11 +806,20 @@ <h2>

809806

<h2>

810807

Changelog

811808

</h2>

809+

<p>

810+

The following normative changes were made to the specification during

811+

the <a href=

812+

"https://www.w3.org/TR/2022/PR-web-share-20221215/">Proposed

813+

Recommendation</a> phase. Please see the <a href=

814+

"https://github.com/w3c/web-share/commits/main">commit log</a> for a

815+

complete list of changes.

816+

</p><rs-changelog from="PR" to="e441b96ded837660e826e702b7e041f7f0f15751"

817+

filter="removeCommits"></rs-changelog>

812818

<p>

813819

The following normative changes were made to the specification since it

814820

was published as a <a href=

815821

"https://www.w3.org/TR/2019/WD-web-share-20191217/">First Public

816-

Working Draft</a>. Please see the <a href=

822+

Working Draft</a> to Candidate Recommendation. Please see the <a href=

817823

"https://github.com/w3c/web-share/commits/main">commit log</a> for a

818824

complete list of changes.

819825

</p>

@@ -836,7 +842,7 @@ <h2>

836842

return !/^editorial|^chore|^\[chore|^fix|^refactor|^tests?|^docs|^typo|^nit/i.test(message);

837843

}

838844

</script> <rs-changelog from="1589731080e09b9c7d485e54340ba66bc3ae1be0"

839-

filter="removeCommits"></rs-changelog>

845+

to="CR" filter="removeCommits"></rs-changelog>

840846

</section>

841847

<section class="appendix">

842848

<h2>