EditContext Prototype
This change contains the prototype implementation of EditContext event APIs. For more details about this change please refer to https://chromium-review.googlesource.com/c/chromium/src/+/1591870 EditContext simplifies the process of integrating a web app with advanced text input methods such as IME, VK shape-writing, speech recognition etc. EditContext decouples text input from the HTML DOM view. Rather than having the web platform infer the data required to enable sophisticated text input mechanisms from the HTML DOM, the author will provide that data explicitly through the API surface of the EditContext. Additionally, EditContext communicates events driven from text input UI to JavaScript. Explainer: https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/ master/EditContext/explainer.md Bug: 999184 Change-Id: Ice8c14b931e1253101ff96592b9b47e60b07ad01 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1864318Reviewed-by:Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Commit-Queue: Anupam Snigdha <snianu@microsoft.com> Cr-Commit-Position: refs/heads/master@{#709368}
Showing
Please register or sign in to comment