EditContext prototype implementation
This change contains the prototype implementation of EditContext APIs. 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 Test: run_web_tests web_tests/editing/input/edit-context.html Bug: 999184 Change-Id: I36f115bf37e6ea2adb64c2f42e024dc800b56480 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1868848 Commit-Queue: Anupam Snigdha <snianu@microsoft.com> Reviewed-by:Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#713160}
Showing
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment