You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The processing model of the EditContext object itself is unclear. EditContext: define internal model #22 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.
The text was updated successfully, but these errors were encountered:
We've made a lot of changes that I think address the issues raised here. See the sub-issues linked from this issue for specific fixes.
See also w3c/input-events#145 which we're not going to land until EditContext is shipping/close to shipping. That PR defines the entry point for user input.
I'm going to close this out -- given the amount of churn that's happened relevant to this issue it's probably best to start with a new issue if there's anything that still needs improvement.
The larger issue with this specification I wanted to raise is two-fold:
EditContext
object itself is unclear. EditContext: define internal model #22 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.The text was updated successfully, but these errors were encountered: