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

Add standards issues links #169

Merged
merged 2 commits into from
Aug 13, 2024
Merged
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
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -688,6 +688,20 @@ discussion comments:
- https://github.com/whatwg/dom/issues/544#issuecomment-351607779
- https://github.com/whatwg/dom/issues/544#issuecomment-351718686

## Standards issues

This section bares a collection of web standards and standards positions issues
used to track the Observable proposal's life outside of this repository.

- [Mozilla standards
position](https://github.com/mozilla/standards-positions/issues/945)
- [WebKit standards
position](https://github.com/WebKit/standards-positions/issues/292)
- [Chrome Status](https://chromestatus.com/feature/5154593776599040)
- [WinterCG](https://github.com/wintercg/proposal-common-minimum-api/issues/72)
- [Node.js](https://github.com/nodejs/standards-positions/issues/1)
- [W3C TAG review](https://github.com/w3ctag/design-reviews/issues/902)

## User needs

Observables are designed to make event handling more ergonomic and composable.
Expand Down
Loading