Skip to content

Commit 208b33f

Browse files
committed
SVGEvent is only Gecko, Blink also has SVGEvents
As pointed out by zcorpan in #227.
1 parent 36ef32e commit 208b33f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dom.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4956,7 +4956,7 @@ invoked, must run these steps:
49564956
<tr><td>"<code>errorevent</code>"<td>{{ErrorEvent}}
49574957
<tr><td>"<code>event</code>"<td rowspan=2>{{Event}}<td rowspan=2>
49584958
<tr><td>"<code>events</code>"
4959-
<!-- htmlevents and svgevent also map to Event -->
4959+
<!-- htmlevents and svgevents also map to Event -->
49604960
<tr><td>"<code>focusevent</code>"<td>{{FocusEvent}}<td>[[!UIEVENTS]]
49614961
<tr><td>"<code>hashchangeevent</code>"<td>{{HashChangeEvent}}<td>[[!HTML]]
49624962
<tr><td>"<code>htmlevents</code>"<td>{{Event}}<td>
@@ -4969,7 +4969,7 @@ invoked, must run these steps:
49694969
<tr><td>"<code>popstateevent</code>"<td>{{PopStateEvent}}
49704970
<tr><td>"<code>progressevent</code>"<td>{{ProgressEvent}}<td>[[!XHR]]
49714971
<tr><td>"<code>storageevent</code>"<td>{{StorageEvent}}<td>[[!HTML]]
4972-
<tr><td>"<code>svgevent</code>"<td>{{Event}}<td>
4972+
<tr><td>"<code>svgevents</code>"<td>{{Event}}<td>
49734973
<tr><td>"<code>svgzoomevent</code>"<td rowspan=2>{{SVGZoomEvent}}<td rowspan=2>[[!SVG]]
49744974
<tr><td>"<code>svgzoomevents</code>"
49754975
<tr><td>"<code>textevent</code>"<td>{{CompositionEvent}}<td>[[!UIEVENTS]]

0 commit comments

Comments
 (0)