DOM
CompositionEvent
represents events that occur due to the user indirectly entering text.
<div id="interfaceDiagram" style="display: inline-block; position: relative; width: 100%; padding-bottom: 11.666666666666666%; vertical-align: middle; overflow: hidden;"><svg style="display: inline-block; position: absolute; top: 0; left: 0;" viewbox="-50 0 600 70" preserveAspectRatio="xMinYMin meet"><a xlink:href="../API/Event" target="_top"><rect x="1" y="1" width="75" height="50" fill="#fff" stroke="#D4DDE4" stroke-width="2px" /><text x="38.5" y="30" font-size="12px" font-family="Consolas,Monaco,Andale Mono,monospace" fill="#4D4E53" text-anchor="middle" alignment-baseline="middle">Event</text></a><polyline points="76,25 86,20 86,30 76,25" stroke="#D4DDE4" fill="none"/><line x1="86" y1="25" x2="116" y2="25" stroke="#D4DDE4"/><a xlink:href="../API/UIEvent" target="_top"><rect x="116" y="1" width="75" height="50" fill="#fff" stroke="#D4DDE4" stroke-width="2px" /><text x="153.5" y="30" font-size="12px" font-family="Consolas,Monaco,Andale Mono,monospace" fill="#4D4E53" text-anchor="middle" alignment-baseline="middle">UIEvent</text></a><polyline points="191,25 201,20 201,30 191,25" stroke="#D4DDE4" fill="none"/><line x1="201" y1="25" x2="231" y2="25" stroke="#D4DDE4"/><a xlink:href="../API/CompositionEvent" target="_top"><rect x="231" y="1" width="160" height="50" fill="#F4F7F8" stroke="#D4DDE4" stroke-width="2px" /><text x="311" y="30" font-size="12px" font-family="Consolas,Monaco,Andale Mono,monospace" fill="#4D4E53" text-anchor="middle" alignment-baseline="middle">CompositionEvent</text></a></svg></div>
a:hover text { fill: #0095DD; pointer-events: all;}
CompositionEvent()
CompositionEvent
对象实例。
此接口还继承其父级的特性,
UIEvent
, and its ancestor —
事件
.
CompositionEvent.data
只读
CompositionEvent
对象。
CompositionEvent.locale
只读
Returns the locale of current input method (for example, the keyboard layout locale if the composition is associated with IME).
此接口还继承其父级的方法,
UIEvent
, and its ancestor —
事件
.
CompositionEvent.initCompositionEvent()
CompositionEvent
对象。
| 规范 | 状态 | 注释 |
|---|---|---|
|
UI Events
The definition of 'CompositionEvent' in that specification. |
工作草案 | |
|
DOM (文档对象模型) 3 级事件规范
The definition of 'CompositionEvent' in that specification. |
过时 |
| 桌面 | 移动 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
CompositionEvent
|
Chrome Yes | Edge 12 | Firefox 9 | IE Yes | Opera No | Safari Yes | WebView Android Yes | Chrome Android Yes | Firefox Android 9 | Opera Android Yes | Safari iOS Yes | Samsung Internet Android Yes |
CompositionEvent()
构造函数
|
Chrome Yes | Edge 12 | Firefox 53 | IE Yes | Opera No | Safari ? | WebView Android Yes | Chrome Android Yes | Firefox Android 53 | Opera Android ? | Safari iOS ? | Samsung Internet Android Yes |
data
|
Chrome Yes | Edge 12 | Firefox 9 | IE Yes | Opera No | Safari Yes | WebView Android Yes | Chrome Android Yes | Firefox Android 9 | Opera Android Yes | Safari iOS Yes | Samsung Internet Android Yes |
initCompositionEvent
弃用
非标
|
Chrome Yes | Edge 12 | Firefox 9 | IE Yes | Opera No | Safari ? | WebView Android Yes | Chrome Android Yes | Firefox Android 9 | Opera Android ? | Safari iOS ? | Samsung Internet Android Yes |
locale
弃用
非标
|
Chrome Yes | Edge 12 | Firefox 9 | IE Yes | Opera No | Safari ? | WebView Android Yes | Chrome Android Yes | Firefox Android 9 | Opera Android ? | Safari iOS ? | Samsung Internet Android Yes |
完整支持
不支持
兼容性未知
非标。预期跨浏览器支持较差。
弃用。不要用于新网站。