当文本段落的组成完成或取消时, compositionend 事件将被激发 (具有特殊字符的激发, 需要一系列键和其他输入, 如语音识别或移动中的字词建议)。
Bubbles | Yes |
Cancelable | Yes |
Target objects | Element |
Interface | TouchEvent |
Properties
Property | Type | Description |
---|---|---|
target 只读 |
EventTarget |
聚焦元素处理成分 |
type 只读 |
DOMString |
事件类型 |
bubbles 只读 |
boolean |
事件是否冒泡 |
cancelable 只读 |
boolean |
是否可以取消该事件 |
view 只读 |
WindowProxy |
Document.defaultView (window of the document) |
detail 只读 |
long (float ) |
0. |
data 只读 |
DOMString (string) |
正在编辑的原始字符串, 否则为空字符串。只读。 |
locale |
DOMString (string) |
组合事件的语言代码 (如果可用);否则, 为空字符串。只读。 |
Browser compatibility
Feature | Chrome | Edge | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|---|
Basic support | (Yes) | (Yes) | 9.0 (9.0)[1] | (Yes) | 未实现 | ? |
Feature | Android | Edge | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|
Basic support | (Yes) | (Yes) | 9.0 (9.0)[1] | ? | ? | 未实现 |
[1] 该事件是在9.0 之前的壁虎版本中发射的, 但没有 DOM 级3属性和方法。壁虎还不支持受信任事件的区域设置属性。但是, 此值可以通过initCompositionEvent()
当创建不受信任的事件时。