From cb4f3ee58950b07d9f52475b900416a3ada44d4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20C=C3=A1ceres?= Date: Tue, 4 Jun 2024 12:19:37 +1000 Subject: [PATCH] Add Withdrawn proposals to README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 98af5b4..c28e221 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,6 @@ This repo is a place where WebKit contributors may post [explainers](https://git * [Centralized Consent API](CentralizedConsentAPI/) * [Controlling Animation Frame Rate](animation-frame-rate/) * [Coordinated media playback through MediaSession](MediaSessionCoordinator/) -* [Cryptographic Message Syntax (CMS) API](https://github.com/WebKit/explainers/blob/main/cryptographic-message-syntax-API/README.md) * [Declarative Web Push](DeclarativeWebPush/) * ["remote" CryptoKeys](remote-cryptokeys/) * [TextTrackCue enhancements for programmatic subtitle and caption presentation](texttracks/) @@ -24,3 +23,12 @@ Proposals which have moved on to incubation or standardization in another venue. | [`` element](https://github.com/immersive-web/model-element) | [Immersive Web CG](https://www.w3.org/community/immersive-web/) | | [IsLoggedIn](https://github.com/privacycg/is-logged-in) | [Privacy CG](https://github.com/privacycg) | | [Private Ad Measurement](https://github.com/patcg-individual-drafts/private-ad-measurement) | [Private Advertising Technology CG](https://patcg.github.io/) | + + +## Withdrawn proposals + +Propoosals that we decided to no longer pursue. + +| Proposal | Reason | Date Withdrawn | +| --------- | ----------- |----------| +|[Cryptographic Message Syntax (CMS) API](https://github.com/WebKit/explainers/blob/main/cryptographic-message-syntax-API/README.md) | After discussions with industry colleagues, it was decided a different approach might be more appropriate (e.g., a JS or WASM library) | 2024-06-04 |