- From: Alex Keng <notifications@github.com>
- Date: Tue, 11 May 2021 16:31:29 -0700
- To: w3c/editing <editing@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 11 May 2021 23:31:41 UTC
@alexkeng commented on this pull request.
> @@ -188,9 +189,81 @@ interface EditContext : EventTarget {
attribute EventHandler oncompositionend;
};
```
+## Difference between DIV with Contenteditable and DIV with EditContext
I use <div> just to give a more concrete example so the audience of the explainer can relate and understand the concept more easily.
(Discussed offline and decided to update the title.)
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/editing/pull/304#discussion_r630604605
Received on Tuesday, 11 May 2021 23:31:41 UTC