Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link incubations #1153

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 13 additions & 31 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3270,38 +3270,20 @@ <h2 id="incubations">
</h2>
<p>
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 <a href=
"https://github.com/WICG/manifest-incubations">Manifest Incubations
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this isn't quite true, we have a number of repositories, and this one hosts a bunch of stuff, but we also have:

Copy link
Member Author

@christianliebel christianliebel Nov 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it would be better if we could link to Manifest Incubations as the single document that refers to all incubations. This way, we can avoid noise in this spec.

  • The share_target member is already listed in Manifest Incubations and links to the Share Target spec.
  • The Web App Launch Handler API is linked in the references section, but it seems like the document doesn’t use the reference right now. We could add the launch_handler member and link to its spec similarly.

WDYT? @dmurph @marcoscaceres

repository</a> at the <a href="https://wicg.io"><abbr title=
"Web Incubator Community Group">WICG</abbr></a>.
</p>
<p>
If two or more implementers express support for an incubated feature,
then those features can be eligible to become part of this
specification in the future (so long as they are <a href=
"https://www.w3.org/2024/01/webappswg-charter-2024.html#scope">in scope
of the Working Group's Charter</a>), ultimately allowing them to become
a standard of the Web Platform.
</p>
<dl>
<dt>
`BeforeInstallPrompt` and `window.onappinstalled` event
</dt>
<dd>
The `BeforeInstallPrompt` event and `window.onappinstalled` event
were originally part of this specification. However, they were
<a href="https://github.com/w3c/manifest/pull/836">removed from the
specification</a> because they did not have support from two or more
implementers. You can now find them in the <a href=
"https://github.com/WICG/manifest-incubations">`BeforeInstallPrompt`
event and `window.onappinstalled` repository</a> at the <a href=
"https://wicg.io"><abbr title=
"Web Incubator Community Group">WICG</abbr></a>.
</dd>
<dt>
`share_target` member
</dt>
<dd>
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 <a href=
"https://wicg.github.io/web-share-target/">Web Share Target</a>
specification, being incubated at the <a href=
"https://wicg.io">WICG</a>.
</dd>
</dl>
</section>
<section class="appendix informative">
<h2>
Expand Down
Loading