Skip to content

Commit d8bb336

Browse files
Editorial: move incubations to the README (#1153)
* Editorial: move incubations to the README * Editorial: remove incubations link --------- Co-authored-by: Marcos Cáceres <[email protected]>
1 parent 5088e7b commit d8bb336

File tree

2 files changed

+5
-44
lines changed

2 files changed

+5
-44
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ the [Web Applications Working Group](https://www.w3.org/2019/webapps/).
44
## Useful links
55
* [Explainer](https://github.com/w3c/manifest/blob/gh-pages/explainer.md)
66
* [The Web Application Manifest specification](https://www.w3.org/TR/appmanifest/)
7+
* [Manifest incubations](https://github.com/WICG/manifest-incubations)
78
* [App Information supplement](https://github.com/w3c/manifest-app-info)
89
* [Use cases and requirements](https://w3c-webmob.github.io/installable-webapps/)
910
* [The Web Applications WG homepage](https://www.w3.org/2019/webapps/)

index.html

+4-44
Original file line numberDiff line numberDiff line change
@@ -3227,11 +3227,10 @@ <h3>
32273227
for a second user agent on a different platform to make use of that
32283228
member, even if no other user agent has expressed interest right
32293229
now). If so, we ask authors to design the API in a vendor-neutral
3230-
way, and propose it as a standard (see [[[#incubations]]]). If the
3231-
new member is truly proprietary (i.e. will only ever make sense in
3232-
the context of a proprietary ecosystem), use this process, and
3233-
prefix it with the short name of that proprietary ecosystem to
3234-
avoid name collisions.
3230+
way, and propose it as a standard. If the new member is truly
3231+
proprietary (i.e. will only ever make sense in the context of a
3232+
proprietary ecosystem), use this process, and prefix it with the
3233+
short name of that proprietary ecosystem to avoid name collisions.
32353234
</p>
32363235
<p>
32373236
Do not use vendor prefixes that you intend to later remove once it
@@ -3270,45 +3269,6 @@ <h3>
32703269
</section>
32713270
</section>
32723271
</section>
3273-
<section class="appendix informative">
3274-
<h2 id="incubations">
3275-
Incubations
3276-
</h2>
3277-
<p>
3278-
Extensions to this specification are being incubated in parallel by the
3279-
Web Community, some of which are shipping in multiple browsers. If two
3280-
or more browser engines end up supporting an incubated feature, then
3281-
those features will become part of this specification in the future -
3282-
allowing them to become a standard the Web Platform:
3283-
</p>
3284-
<dl>
3285-
<dt>
3286-
`BeforeInstallPrompt` and `window.onappinstalled` event
3287-
</dt>
3288-
<dd>
3289-
The `BeforeInstallPrompt` event and `window.onappinstalled` event
3290-
were originally part of this specification. However, they were
3291-
<a href="https://github.com/w3c/manifest/pull/836">removed from the
3292-
specification</a> because they did not have support from two or more
3293-
implementers. You can now find them in the <a href=
3294-
"https://github.com/WICG/manifest-incubations">`BeforeInstallPrompt`
3295-
event and `window.onappinstalled` repository</a> at the <a href=
3296-
"https://wicg.io"><abbr title=
3297-
"Web Incubator Community Group">WICG</abbr></a>.
3298-
</dd>
3299-
<dt>
3300-
`share_target` member
3301-
</dt>
3302-
<dd>
3303-
The `share_target` member registers a web application as "target" for
3304-
share actions (e.g., for sharing a text, a URL, or a file). The
3305-
`share_target` member is part of the <a href=
3306-
"https://wicg.github.io/web-share-target/">Web Share Target</a>
3307-
specification, being incubated at the <a href=
3308-
"https://wicg.io">WICG</a>.
3309-
</dd>
3310-
</dl>
3311-
</section>
33123272
<section class="appendix informative">
33133273
<h2>
33143274
Application Information

0 commit comments

Comments
 (0)