Skip to content

Commit 0c283e5

Browse files
committed
Add composition events to GlobalEventHandlers
1 parent 951d1df commit 0c283e5

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

baselines/dom.generated.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5711,6 +5711,9 @@ interface GlobalEventHandlersEventMap {
57115711
"change": Event;
57125712
"click": MouseEvent;
57135713
"close": Event;
5714+
"compositionend": CompositionEvent;
5715+
"compositionstart": CompositionEvent;
5716+
"compositionupdate": CompositionEvent;
57145717
"contextmenu": MouseEvent;
57155718
"cuechange": Event;
57165719
"dblclick": MouseEvent;

inputfiles/addedTypes.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,18 @@
6969
"GlobalEventHandlers": {
7070
"attributeless-events": {
7171
"event": [
72+
{
73+
"name": "compositionstart",
74+
"type": "CompositionEvent"
75+
},
76+
{
77+
"name": "compositionupdate",
78+
"type": "CompositionEvent"
79+
},
80+
{
81+
"name": "compositionend",
82+
"type": "CompositionEvent"
83+
},
7284
{
7385
"name": "focusin",
7486
"type": "FocusEvent"

0 commit comments

Comments
 (0)