From d19b4f27cd47aa1194d91abd2c143e63adb4fc36 Mon Sep 17 00:00:00 2001 From: Christian Liebel Date: Wed, 13 Nov 2024 11:22:28 +0100 Subject: [PATCH] Editorial: move incubations to the README --- README.md | 1 + index.html | 39 --------------------------------------- 2 files changed, 1 insertion(+), 39 deletions(-) diff --git a/README.md b/README.md index 719ff6fe1..d68fa8a76 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ the [Web Applications Working Group](https://www.w3.org/2019/webapps/). ## Useful links * [Explainer](https://github.com/w3c/manifest/blob/gh-pages/explainer.md) * [The Web Application Manifest specification](https://www.w3.org/TR/appmanifest/) +* [Manifest incubations](https://github.com/WICG/manifest-incubations) * [App Information supplement](https://github.com/w3c/manifest-app-info) * [Use cases and requirements](https://w3c-webmob.github.io/installable-webapps/) * [The Web Applications WG homepage](https://www.w3.org/2019/webapps/) diff --git a/index.html b/index.html index 234ab62c1..a692a224c 100644 --- a/index.html +++ b/index.html @@ -3264,45 +3264,6 @@

-
-

- Incubations -

-

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

-
-
- `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. -
-
-

Application Information