DOM

settings_applicationsEventTarget  >   settings_applicationsNode  >   settings_applicationsElement

DOM

Editing
  • bug_report

Eventcompositionend

insert_drive_fileCompositionEventinterfaceopen_in_new
CompositionEvent interface는 Element에서 compositionend 이벤트 타입으로 구현된다.

Element의 compositionend는 CompositionEvent interface의 이벤트 타입이고 이벤트 리스너에서 사용된다.

기본 개요

입력 방식 편집기(IME)와 같은 시스템 소프트웨어로 작성시 시스템이 현재 작성 세션을 완료하거나 취소하면 발생한다.

구문

형식
element.addEventListener("compositionend", function() { })

명세

typecompositionend
bubblesyes
cancelableno
targetElement
handleryes

지원 웹브라우저