From 78f0699c5923ebb09da591d60ca5d8ee0ae719c7 Mon Sep 17 00:00:00 2001 From: Simon Pieters Date: Mon, 8 Dec 2025 15:34:16 +0100 Subject: [PATCH] Remove Web Share API entry The position label was removed in #27 --- activities.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/activities.yml b/activities.yml index 0576b52..ae7745b 100644 --- a/activities.yml +++ b/activities.yml @@ -1882,20 +1882,6 @@ Web NFC: url: https://w3c.github.io/web-nfc/ venues: - Proposal -Web Share API: - bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1312422 - caniuse: https://caniuse.com/web-share - description: | - This specification defines an API for sharing text, links and other content to an arbitrary destination of the user's choice.The available share targets are not specified here; they are provided by the user agent. They could, for example, be apps, websites or contacts. - id: web-share - issue: 27 - mdn: https://developer.mozilla.org/en-US/docs/Web/API/Navigator/share - position: positive - rationale: | - This specification defines an API that invokes sharing features of the operating system, for passing information to other applications. One risk of this is that having this as in-page user interface rather than in-browser user interface may reduce the relevance to the user of the information shown in the URL/location bar. However, given the demand for this capability it seems like it is likely worth exposing to the Web, and we support prototyping this feature. - url: https://w3c.github.io/web-share/ - venues: - - W3C Web Share Target API: bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1476515 description: |