Skip to content
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ navigator.share({title: 'Example Page', url: 'https://example.com'});

The API is shipping in [numerous browsers](https://caniuse.com/web-share).

## Links
## Links and Historical
Copy link

Copilot AI Nov 26, 2025

Choose a reason for hiding this comment

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

The heading "Links and Historical" is grammatically incomplete. "Historical" is an adjective and requires a noun. Consider one of these alternatives:

  • "## Links and History"
  • "## Links and Historical Context"
  • "## Links and Background"
Suggested change
## Links and Historical
## Links and History

Copilot uses AI. Check for mistakes.

* [Explainer document](docs/explainer.md), a high-level overview of the proposal.
* [Specification](https://w3c.github.io/web-share/).
Expand All @@ -20,8 +20,8 @@ The API is shipping in [numerous browsers](https://caniuse.com/web-share).
tests](https://github.com/web-platform-tests/wpt/tree/master/web-share), for
automatic and manual testing against an implementation.

This is a product of the [Ballista
project](https://github.com/chromium/ballista), which aims to explore
This API was derived from Chromium's [Ballista
project](https://github.com/chromium/ballista), which explored
website-to-website and website-to-native interoperability.

## Licensing and contributions
Expand Down
Loading