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

推荐订阅源

Recent Commits to openclaw:main
Recent Commits to openclaw:main
L
LangChain Blog
月光博客
月光博客
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 【当耐特】
宝玉的分享
宝玉的分享
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Last Week in AI
Last Week in AI
人人都是产品经理
人人都是产品经理
博客园_首页
T
Tailwind CSS Blog
P
Proofpoint News Feed
雷峰网
雷峰网
D
Darknet – Hacking Tools, Hacker News & Cyber Security
IT之家
IT之家
V
Vulnerabilities – Threatpost
阮一峰的网络日志
阮一峰的网络日志
C
CERT Recently Published Vulnerability Notes
Attack and Defense Labs
Attack and Defense Labs
S
Schneier on Security
Security Archives - TechRepublic
Security Archives - TechRepublic
L
Lohrmann on Cybersecurity
V
Visual Studio Blog
云风的 BLOG
云风的 BLOG
WordPress大学
WordPress大学
The Register - Security
The Register - Security
N
Netflix TechBlog - Medium
Hugging Face - Blog
Hugging Face - Blog
Project Zero
Project Zero
博客园 - 叶小钗
F
Full Disclosure
大猫的无限游戏
大猫的无限游戏
Latest news
Latest news
S
SegmentFault 最新的问题
C
Cyber Attacks, Cyber Crime and Cyber Security
Google Online Security Blog
Google Online Security Blog
Recorded Future
Recorded Future
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Hacker News - Newest:
Hacker News - Newest: "LLM"
腾讯CDC
L
LINUX DO - 最新话题
Google DeepMind News
Google DeepMind News
P
Privacy International News Feed
I
InfoQ
F
Fortinet All Blogs
Vercel News
Vercel News
H
Hackread – Cybersecurity News, Data Breaches, AI and More
T
Threatpost
T
Tenable Blog
B
Blog RSS Feed

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 Merge pull request #277 from w3c/WebShare-rec · w3c/web-share@0b15b86 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: 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
chore: move disabled-by-permissions-policy.https.sub.html to excluded… · w3c/web-share@6681897
marcoscacere · 2023-03-13 · via Recent Commits to web-share:main
Original file line numberDiff line numberDiff line change

@@ -1,7 +1,7 @@

11

<!DOCTYPE html>

22

<html lang="en">

33

<meta charset="utf-8" />

4-

<title>Implementation Report for Web Share API - February 2022</title>

4+

<title>Implementation Report for Web Share API - March 2022</title>

55

<link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/2021/base">

66

<style>

77

body {

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

1010

table {

1111

border-collapse: collapse;

1212

width: 100%;

13-
13+
1414

}

1515
1616

tr > td+td,

@@ -22,9 +22,6 @@

2222

background-color: white;

2323

}

2424
25-

td.fails {

26-

background-color: #e57373;

27-

}

2825

</style>

2926

<body>

3027

<h1>Implementation Report for Web Share API - February 2023</h1>

@@ -84,19 +81,6 @@ <h1>Implementation Report for Web Share API - February 2023</h1>

8481

<td>3 / 6</td>

8582

<td></td>

8683

</tr>

87-

<tr>

88-

<td>

89-

<a

90-

href="https://wpt.live/web-share/disabled-by-permissions-policy.https.sub.html"

91-

>disabled-by-permissions-policy.https.sub.html</a

92-

>

93-

</td>

94-

<td>2 / 2</td>

95-

<td class="fails">0 / 2</td>

96-

<td>Safari Tech Preview does not support the

97-

<code>Permissions-Policy</code> HTTP header. However, the specification

98-

makes supporting the HTTP header OPTIONAL.</td>

99-

</tr>

10084

<tr>

10185

<td>

10286

<a href="https://wpt.live/web-share/idlharness.https.window.html"

@@ -182,8 +166,8 @@ <h1>Implementation Report for Web Share API - February 2023</h1>

182166

</tr>

183167

<tr>

184168

<td>Subtest Total</td>

185-

<td>61 / 61</td>

186-

<td>59 / 61</td>

169+

<td>59 / 59</td>

170+

<td>59 / 59</td>

187171

<td></td>

188172

</tr>

189173

</table>

@@ -193,6 +177,13 @@ <h2>Excluded tests</h2>

193177

are excluded because they are not relevant for conformance purposes.

194178

</p>

195179

<ul>

180+

<li>

181+

<a

182+

href="https://wpt.live/web-share/disabled-by-permissions-policy.https.sub.html"

183+

>disabled-by-permissions-policy.https.sub.html</a

184+

> - tests an optional feature (support for the Permissions-Policy HTTP

185+

header).

186+

</li>

196187

<li>

197188

<a href="">feature-policy-listed.tentative.html</a> - tests a single

198189

engine "experimental" API that is expected to be removed from the