Skip to content

Commit

Permalink
createEvent("textevent") creates a TextEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
zcorpan committed Feb 8, 2024
1 parent e1c9b00 commit 7ec1945
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dom.bs
Original file line number Diff line number Diff line change
Expand Up @@ -5549,7 +5549,6 @@ are:
<tbody>
<tr><td>"<code>beforeunloadevent</code>"<td>{{BeforeUnloadEvent}}<td>[[!HTML]]
<tr><td>"<code>compositionevent</code>"<td>{{CompositionEvent}}<td>[[!UIEVENTS]]
<!-- textevent also maps to CompositionEvent -->
<tr><td>"<code>customevent</code>"<td>{{CustomEvent}}<td>
<tr><td>"<code>devicemotionevent</code>"<td>{{DeviceMotionEvent}}<td rowspan=2>[[!DEVICE-ORIENTATION]]
<tr><td>"<code>deviceorientationevent</code>"<td>{{DeviceOrientationEvent}}
Expand All @@ -5566,7 +5565,7 @@ are:
<tr><td>"<code>mouseevents</code>"
<tr><td>"<code>storageevent</code>"<td>{{StorageEvent}}<td>[[!HTML]]
<tr><td>"<code>svgevents</code>"<td>{{Event}}<td>
<tr><td>"<code>textevent</code>"<td>{{CompositionEvent}}<td>[[!UIEVENTS]]
<tr><td>"<code>textevent</code>"<td>{{TextEvent}}<td>[[!UIEVENTS]]
<tr><td>"<code>touchevent</code>"<td>{{TouchEvent}}<td>[[!TOUCH-EVENTS]]
<tr><td>"<code>uievent</code>"<td rowspan=2>{{UIEvent}}<td rowspan=2>[[!UIEVENTS]]
<tr><td>"<code>uievents</code>"
Expand Down

0 comments on commit 7ec1945

Please sign in to comment.