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 number | Diff line number | Diff line change |
|---|
|
1 | 1 | <!DOCTYPE html> |
2 | 2 | <html lang="en"> |
3 | 3 | <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> |
5 | 5 | <link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/2021/base"> |
6 | 6 | <style> |
7 | 7 | body { |
@@ -10,7 +10,7 @@
|
10 | 10 | table { |
11 | 11 | border-collapse: collapse; |
12 | 12 | width: 100%; |
13 | | - |
| 13 | + |
14 | 14 | } |
15 | 15 | |
16 | 16 | tr > td+td, |
@@ -22,9 +22,6 @@
|
22 | 22 | background-color: white; |
23 | 23 | } |
24 | 24 | |
25 | | -td.fails { |
26 | | -background-color: #e57373; |
27 | | - } |
28 | 25 | </style> |
29 | 26 | <body> |
30 | 27 | <h1>Implementation Report for Web Share API - February 2023</h1> |
@@ -84,19 +81,6 @@ <h1>Implementation Report for Web Share API - February 2023</h1>
|
84 | 81 | <td>3 / 6</td> |
85 | 82 | <td></td> |
86 | 83 | </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 | 84 | <tr> |
101 | 85 | <td> |
102 | 86 | <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>
|
182 | 166 | </tr> |
183 | 167 | <tr> |
184 | 168 | <td>Subtest Total</td> |
185 | | -<td>61 / 61</td> |
186 | | -<td>59 / 61</td> |
| 169 | +<td>59 / 59</td> |
| 170 | +<td>59 / 59</td> |
187 | 171 | <td></td> |
188 | 172 | </tr> |
189 | 173 | </table> |
@@ -193,6 +177,13 @@ <h2>Excluded tests</h2>
|
193 | 177 | are excluded because they are not relevant for conformance purposes. |
194 | 178 | </p> |
195 | 179 | <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> |
196 | 187 | <li> |
197 | 188 | <a href="">feature-policy-listed.tentative.html</a> - tests a single |
198 | 189 | engine "experimental" API that is expected to be removed from the |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。