From b6503734d39a9e1e7f1e8e042809c684cbd42d5a Mon Sep 17 00:00:00 2001 From: Johannes Wilm Date: Thu, 5 Aug 2021 20:59:25 +0200 Subject: [PATCH] add input events and clipboard api to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c077fd5..09f2b4d 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ Details can be found in the [Web Editing Working Group Charter](https://www.w3.o ## Actively developed ideas/specs +* [Clipboard APIs](https://www.w3.org/TR/clipboard-apis/) +* [Input Events](https://w3c.github.io/input-events/) * [Content Editable Disabled](https://w3c.github.io/editing/docs/contentEditableDisabled/) * [Virtual Keyboard Policy](https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/master/VirtualKeyboardPolicy/explainer.md) * [EditContextAPI](docs/EditContext/explainer.md)