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

推荐订阅源

Martin Fowler
Martin Fowler
L
LINUX DO - 最新话题
P
Proofpoint News Feed
Cyberwarzone
Cyberwarzone
Know Your Adversary
Know Your Adversary
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
L
Lohrmann on Cybersecurity
D
Darknet – Hacking Tools, Hacker News & Cyber Security
Security Latest
Security Latest
T
The Exploit Database - CXSecurity.com
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
P
Privacy & Cybersecurity Law Blog
K
Kaspersky official blog
The Last Watchdog
The Last Watchdog
Webroot Blog
Webroot Blog
Scott Helme
Scott Helme
T
Threat Research - Cisco Blogs
C
Cyber Attacks, Cyber Crime and Cyber Security
WordPress大学
WordPress大学
L
LINUX DO - 热门话题
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - Franky
V
Visual Studio Blog
O
OpenAI News
AI
AI
Hacker News: Ask HN
Hacker News: Ask HN
V2EX - 技术
V2EX - 技术
GbyAI
GbyAI
Recent Commits to openclaw:main
Recent Commits to openclaw:main
Simon Willison's Weblog
Simon Willison's Weblog
S
Schneier on Security
Spread Privacy
Spread Privacy
Y
Y Combinator Blog
I
InfoQ
H
Hackread – Cybersecurity News, Data Breaches, AI and More
T
Threatpost
C
Cybersecurity and Infrastructure Security Agency CISA
F
Fortinet All Blogs
C
CERT Recently Published Vulnerability Notes
T
The Blog of Author Tim Ferriss
C
Check Point Blog
Apple Machine Learning Research
Apple Machine Learning Research
有赞技术团队
有赞技术团队
人人都是产品经理
人人都是产品经理
N
News and Events Feed by Topic
Project Zero
Project Zero
小众软件
小众软件
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
B
Blog
G
Google Developers 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 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: tidy · w3c/web-share@0eaf73c
marcoscacere · 2023-03-01 · via Recent Commits to web-share:main

@@ -494,8 +494,8 @@ <h3>

494494

positive results when used with objects that contain members not

495495

defined in the `ShareData` dictionary. Because of how WebIDL

496496

works, browsers drop unknown members from the input object and

497-

will return `true` when testing the remaining members. This behavior is

498-

not future-compatible.

497+

will return `true` when testing the remaining members. This

498+

behavior is not future-compatible.

499499

</p>

500500

<p>

501501

To ensure reliable testing of shareability, developers can

@@ -505,13 +505,13 @@ <h3>

505505

members individually.

506506

</p>

507507

<p>

508-

Although this doesn't affect any implementations today,

509-

the Working Group will work towards addressing this issue in a future

508+

Although this doesn't affect any implementations today, the

509+

Working Group will work towards addressing this issue in a future

510510

revision of the specification - especially if we make any

511-

amendments to the `ShareData` dictionary.

512-

To contribute ideas for how to address this issue, see

513-

<a href="https://github.com/w3c/web-share/issues/108">issue #108</a>

514-

on GitHub.

511+

amendments to the `ShareData` dictionary. To contribute ideas for

512+

how to address this issue, see <a href=

513+

"https://github.com/w3c/web-share/issues/108">issue #108</a> on

514+

GitHub.

515515

</p>

516516

</aside>

517517

</section>

717717

to use=] the API by default.

718718

</p>

719719

<p>

720-

It is OPTIONAL for user agents to support

721-

[[[PERMISSIONS-POLICY]]]'s `Permissions-Policy` HTTP header.

720+

It is OPTIONAL for user agents to support [[[PERMISSIONS-POLICY]]]'s

721+

`Permissions-Policy` HTTP header.

722722

</p>

723723

<p>

724724

Developers can use the means afforded by the [[[permissions-policy]]]

@@ -729,19 +729,19 @@ <h2>

729729

<p>

730730

Although user agents are unified in preventing the Web Share API from

731731

being used in third-party context, at the time of publication there

732-

are interoperability issues with relying on the [[[Permissions-Policy]]] to

733-

enable the API in third-party contexts. In particular, although

734-

the[^iframe/allow^] attribute is widely supported, the updated syntax

735-

for the [^iframe/allow^] attribute is not. Similarly, the

736-

`Permissions-Policy:` HTTP header is not yet widely supported.

737-

Developers are advised to check the implementation status of the

738-

[[[Permissions-Policy]]] specification before relying on it to enable

739-

the Web Share API in third-party contexts.

732+

are interoperability issues with relying on the

733+

[[[Permissions-Policy]]] to enable the API in third-party contexts.

734+

In particular, although the[^iframe/allow^] attribute is widely

735+

supported, the updated syntax for the [^iframe/allow^] attribute is

736+

not. Similarly, the `Permissions-Policy:` HTTP header is not yet

737+

widely supported. Developers are advised to check the implementation

738+

status of the [[[Permissions-Policy]]] specification before relying

739+

on it to enable the Web Share API in third-party contexts.

740740

</p>

741741

<p>

742-

When the `Permissions-Policy` HTTP header is more widely supported,

743-

the Working Group expects to revise this specification

744-

to require support for the header.

742+

When the `Permissions-Policy` HTTP header is more widely supported,

743+

the Working Group expects to revise this specification to require

744+

support for the header.

745745

</p>

746746

</aside>

747747

</section>