Get to know MDN better
This feature is not Baseline because it does not work in some of the most widely-used browsers.
Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The TextFormatUpdateEvent interface is a DOM event that represents a list of text formats that an Input Method Editor (IME) window wants to apply to the text being composed in an editable region that's attached to an EditContext instance.
This interface inherits properties from Event.
Event TextFormatUpdateEventCreates a new TextFormatUpdateEvent object.
Returns an Array of TextFormat objects that represent the formats that the IME window wants to apply to the text.
In the following example, the textformatupdate event is used to update the formatting of the text in the editable region.
| EditContext API # dom-textformatupdateevent |
Enable JavaScript to view this browser compatibility table.
This page was last modified on Jul 26, 2024 by MDN contributors.
Your blueprint for a better internet.
Visit Mozilla Corporation’s not-for-profit parent, the Mozilla Foundation.
Portions of this content are ©1998–2026 by individual mozilla.org contributors. Content available under a Creative Commons license.