- From: snianu <notifications@github.com>
- Date: Tue, 11 May 2021 10:58:22 -0700
- To: w3c/editing <editing@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 11 May 2021 17:58:34 UTC
@snianu commented on this pull request. > @@ -188,9 +189,81 @@ interface EditContext : EventTarget { attribute EventHandler oncompositionend; }; ``` +## Difference between DIV with Contenteditable and DIV with EditContext Why `<div>` specifically? Why not any contenteditable element? -- 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#pullrequestreview-657045795
Received on Tuesday, 11 May 2021 17:58:34 UTC