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

推荐订阅源

S
Securelist
C
CERT Recently Published Vulnerability Notes
Forbes - Security
Forbes - Security
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
L
LINUX DO - 最新话题
The Hacker News
The Hacker News
Google Online Security Blog
Google Online Security Blog
SecWiki News
SecWiki News
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
The Last Watchdog
The Last Watchdog
S
Schneier on Security
T
Troy Hunt's Blog
N
News | PayPal Newsroom
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Schneier on Security
Schneier on Security
P
Privacy & Cybersecurity Law Blog
T
Tor Project blog
T
Threatpost
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
A
Arctic Wolf
S
Secure Thoughts
P
Proofpoint News Feed
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
Security Latest
Security Latest
Scott Helme
Scott Helme
Security Archives - TechRepublic
Security Archives - TechRepublic
Latest news
Latest news
PCI Perspectives
PCI Perspectives
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
Hacker News - Newest:
Hacker News - Newest: "LLM"
L
LINUX DO - 热门话题
P
Palo Alto Networks Blog
www.infosecurity-magazine.com
www.infosecurity-magazine.com
G
GRAHAM CLULEY
V2EX - 技术
V2EX - 技术
Google DeepMind News
Google DeepMind News
Project Zero
Project Zero
V
Vulnerabilities – Threatpost
T
Threat Research - Cisco Blogs
Webroot Blog
Webroot Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
N
News and Events Feed by Topic
TaoSecurity Blog
TaoSecurity Blog
大猫的无限游戏
大猫的无限游戏
T
Tenable Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
V
Visual Studio Blog
H
Hacker News: Front Page
Simon Willison's Weblog
Simon Willison's Weblog
AWS News Blog
AWS News Blog

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: 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: 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
Editorial: add static implementation report (#274) · w3c/web-share@0a7a70c
marcoscacere · 2023-02-28 · via Recent Commits to web-share:main
Original file line numberDiff line numberDiff line change

@@ -0,0 +1,211 @@

1+

<!DOCTYPE html>

2+

<html lang="en">

3+

<meta charset="utf-8" />

4+

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

5+

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

6+

<style>

7+

body {

8+

font-family: sans-serif;

9+

}

10+

table {

11+

border-collapse: collapse;

12+

width: 100%;

13+
14+

}

15+
16+

tr > td+td,

17+

tr td+td {

18+

background-color: #81c784;

19+

}

20+
21+

tr td+td+td+td {

22+

background-color: white;

23+

}

24+
25+

td.fails {

26+

background-color: #e57373;

27+

}

28+

</style>

29+

<body>

30+

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

31+

<p>

32+

These is a static snapshot of the conformance tests for the

33+

<a href="https://w3c.github.io/web-share/">Web Share API Specification</a

34+

>. It was created on Thursday 23rd of February 2023 by manually running

35+

all confomrance tests in the following user agents.

36+

</p>

37+

<table class="test-results" border="1">

38+

<thead>

39+

<tr>

40+

<th>Test</th>

41+

<th>Edge Canary on macOS - Version 112.0.1699.0</th>

42+

<th>Safari Tech Preview on macOS - Version 164</th>

43+

<th>Explanation of failure</th>

44+

</tr>

45+

</thead>

46+

<tr>

47+

<td>

48+

<a href="https://wpt.live/web-share/canShare-files.https.html"

49+

>canShare-files.https.html</a

50+

>

51+

</td>

52+

<td>6 / 6</td>

53+

<td>6 / 6</td>

54+

<td></td>

55+

</tr>

56+

<tr>

57+

<td>

58+

<a href="https://wpt.live/web-share/canShare-insecure.http.html"

59+

>canShare-insecure.http.html</a

60+

>

61+

</td>

62+

<td>1 / 1</td>

63+

<td>1 / 1</td>

64+

<td></td>

65+

</tr>

66+

<tr>

67+

<td>

68+

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

69+

>canShare.https.html</a

70+

>

71+

</td>

72+

<td>6 / 6</td>

73+

<td>6 / 6</td>

74+

<td></td>

75+

</tr>

76+

<tr>

77+

<td>

78+

<a

79+

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

80+

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

81+

>

82+

</td>

83+

<td>3 / 6</td>

84+

<td>3 / 6</td>

85+

<td></td>

86+

</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>

100+

<tr>

101+

<td>

102+

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

103+

>idlharness.https.window.html</a

104+

>

105+

</td>

106+

<td>19 / 19</td>

107+

<td>19 / 19</td>

108+

<td></td>

109+

</tr>

110+

<tr>

111+

<td>

112+

<a

113+

href="https://wpt.live/web-share/share-consume-activation.https.html"

114+

>share-consume-activation.https.html</a

115+

>

116+

</td>

117+

<td>1 / 1</td>

118+

<td>1 / 1</td>

119+

<td></td>

120+

</tr>

121+

<tr>

122+

<td>

123+

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

124+

>share-empty.https.html</a

125+

>

126+

</td>

127+

<td>6 / 6</td>

128+

<td>6 / 6</td>

129+

<td></td>

130+

</tr>

131+

<tr>

132+

<td>

133+

<a href="https://wpt.live/web-share/share-securecontext.http.html"

134+

>share-securecontext.http.html</a

135+

>

136+

</td>

137+

<td>1 / 1</td>

138+

<td>1 / 1</td>

139+

<td></td>

140+

</tr>

141+

<tr>

142+

<td>

143+

<a

144+

href="https://wpt.live/web-share/share-sharePromise-internal-slot.https.html"

145+

>share-sharePromise-internal-slot.https.html</a

146+

>

147+

</td>

148+

<td>1 / 1</td>

149+

<td>1 / 1</td>

150+

<td></td>

151+

</tr>

152+

<tr>

153+

<td>

154+

<a href="https://wpt.live/web-share/share-url-invalid.https.html"

155+

>share-url-invalid.https.html</a

156+

>

157+

</td>

158+

<td>8 / 8</td>

159+

<td>8 / 8</td>

160+

<td></td>

161+

</tr>

162+

<tr>

163+

<td>

164+

<a

165+

href="https://wpt.live/web-share/share-without-user-gesture.https.html"

166+

>share-without-user-gesture.https.html</a

167+

>

168+

</td>

169+

<td>1 / 1</td>

170+

<td>1 / 1</td>

171+

<td></td>

172+

</tr>

173+

<tr>

174+

<td>

175+

<a href="https://wpt.live/web-share/test-fully-active.https.html"

176+

>test-fully-active.https.html</a

177+

>

178+

</td>

179+

<td>3 / 3</td>

180+

<td>3 / 3</td>

181+

<td></td>

182+

</tr>

183+

<tr>

184+

<td>Subtest Total</td>

185+

<td>61 / 61</td>

186+

<td>59 / 61</td>

187+

<td></td>

188+

</tr>

189+

</table>

190+

<h2>Excluded tests</h2>

191+

<p>

192+

The following are present on WPT but are excluded from this report. They

193+

are excluded because they are not relevant for conformance purposes.

194+

</p>

195+

<ul>

196+

<li>

197+

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

198+

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

199+

Permissions Policy spec.

200+

</li>

201+

</ul>

202+

<p>

203+

<a

204+

href="

205+

https://wpt.fyi/results/web-share?label=master&label=experimental&aligned"

206+

>

207+

Test results summary on WPT.fyi

208+

</a>

209+

</p>

210+

</body>

211+

</html>

Original file line numberDiff line numberDiff line change

@@ -40,7 +40,7 @@

4040

feature: "web-share",

4141

browsers: ["chrome", "firefox", "safari", "edge", "and_chr", "and_ff", "ios_saf"],

4242

},

43-

implementationReportURI: "https://wpt.fyi/web-share",

43+

implementationReportURI: "https://w3c.github.io/web-share/imp-report/",

4444

xref: "web-platform",

4545

mdn: true,

4646

crEnd: "2022-09-20",