From 13859ffac01735e0f4d1b93b234e3dcfd14a5305 Mon Sep 17 00:00:00 2001 From: Christian Liebel Date: Wed, 13 Nov 2024 11:22:28 +0100 Subject: [PATCH] Editorial: link incubations --- index.html | 41 ++++++++++------------------------------- 1 file changed, 10 insertions(+), 31 deletions(-) diff --git a/index.html b/index.html index 234ab62c..6f87733a 100644 --- a/index.html +++ b/index.html @@ -3270,38 +3270,17 @@

Extensions to this specification are being incubated in parallel by the - Web Community, some of which are shipping in multiple browsers. If two - or more browser engines end up supporting an incubated feature, then - those features will become part of this specification in the future - - allowing them to become a standard the Web Platform: + Web Community, some of which are shipping in multiple browsers. All + incubations can be found in the Manifest Incubations + repository at the WICG. +

+

+ If two or more browser engines end up supporting an incubated feature, + then those features will become part of this specification in the + future - allowing them to become a standard of the Web Platform.

-
-
- `BeforeInstallPrompt` and `window.onappinstalled` event -
-
- The `BeforeInstallPrompt` event and `window.onappinstalled` event - were originally part of this specification. However, they were - removed from the - specification because they did not have support from two or more - implementers. You can now find them in the `BeforeInstallPrompt` - event and `window.onappinstalled` repository at the WICG. -
-
- `share_target` member -
-
- The `share_target` member registers a web application as "target" for - share actions (e.g., for sharing a text, a URL, or a file). The - `share_target` member is part of the Web Share Target - specification, being incubated at the WICG. -
-