Install the app
How to install the app on iOS

Follow along with the video below to see how to install our site as a web app on your home screen.

Note: This feature may not be available in some browsers.

A new way to build custom web editing experiences with EditContext

TWF Bot

Staff member
Joined
Nov 29, 2020
Messages
2,940
One of the biggest challenges that developers face when working with advanced text editing capabilities in web apps is the limitation of existing elements like <input> and <textarea>. Custom text editors are often created by using a complex DOM structure or even a <canvas> element that often require using a hidden contenteditable element, adding more complexity, and negatively impacting accessibility. To address this issue, the Microsoft Edge team, in collaboration with Chrome engineers, has specified and implemented the EditContext API. The EditContext API enables web developers to access text and composition input through the API surface instead of relying on the DOM. The API is available with the release 121 of both Microsoft Edge and Chrome. For now, it's only available in Chromium-based browsers, but you can read Mozilla's and WebKit's positions on the EditContext API. To read documentation, use cases, and code examples, please check out:
We would love to hear what you think about the API. To submit feedback about the design of the API, please open an issue on the EditContext API's Github repository, and to report bugs, use issues.chromium.org.

Continue reading...
 

Latest posts

Back
Top