[w3c/editing] EditContext: processing model (Issue #375)

The larger issue with this specification I wanted to raise is two-fold:

1. It's very much unclear how this integrates with the larger web platform processing model. #371 and #372 touch upon this. How does this change the model of elements and focusing? What user input actions end up redirected here vs the element?
2. The processing model of the `EditContext` object itself is unclear. #373 touches upon this. For instance, at some point the draft says "Update the text, selectionStart, selectionEnd, compositionRangeStart, compositionRangeEnd, and isInComposition properties of the activated EditContext." but it doesn't actually say what any of these values are supposed to be set to and what that depends upon.

-- 
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/issues/375

Received on Friday, 10 December 2021 09:27:43 UTC