From 5a1480b58602d3fb5332a0f05582b5fe4918fbf7 Mon Sep 17 00:00:00 2001 From: Dominic Farolino Date: Tue, 13 Aug 2024 20:14:15 +0900 Subject: [PATCH] Add standards issues links to README (#169) --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 5e5918c..c8f89a0 100644 --- a/README.md +++ b/README.md @@ -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.