diff --git a/README.md b/README.md index 719ff6fe..d68fa8a7 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 5c695e8c..82fd8c8f 100644 --- a/index.html +++ b/index.html @@ -3227,11 +3227,10 @@

for a second user agent on a different platform to make use of that member, even if no other user agent has expressed interest right now). If so, we ask authors to design the API in a vendor-neutral - way, and propose it as a standard (see [[[#incubations]]]). If the - new member is truly proprietary (i.e. will only ever make sense in - the context of a proprietary ecosystem), use this process, and - prefix it with the short name of that proprietary ecosystem to - avoid name collisions. + way, and propose it as a standard. If the new member is truly + proprietary (i.e. will only ever make sense in the context of a + proprietary ecosystem), use this process, and prefix it with the + short name of that proprietary ecosystem to avoid name collisions.

Do not use vendor prefixes that you intend to later remove once it @@ -3270,45 +3269,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