Type Editor / @type-editor/viewdesc / CompositionViewDesc
CompositionViewDesc
Classes
| Class | Description |
|---|---|
A composition view desc is used to handle ongoing composition input, temporarily representing composed text that hasn't been committed yet. Composition is the process of entering complex characters (e.g., accented characters, CJK characters) using an Input Method Editor (IME). During composition, the browser creates temporary DOM nodes that don't yet correspond to actual document content. This class protects those nodes from being removed during updates until composition is complete. |