Skip to content

Commit c5479ea

Browse files
aygannevk
authored andcommitted
SVGEvent is only Gecko, Blink also has SVGEvents
As pointed out by zcorpan in #227.
1 parent 4b291d1 commit c5479ea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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]]

dom.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2835,7 +2835,7 @@ <h3 class="heading settled" data-level="4.5" id="interface-document"><span class
28352835
<td><code class="idl"><a data-link-type="idl" href="https://html.spec.whatwg.org/multipage/webstorage.html#storageevent">StorageEvent</a></code>
28362836
<td><a data-link-type="biblio" href="#biblio-html">[HTML]</a>
28372837
<tr>
2838-
<td>"<code>svgevent</code>"
2838+
<td>"<code>svgevents</code>"
28392839
<td><code class="idl"><a data-link-type="idl" href="#event">Event</a></code>
28402840
<td>
28412841
<tr>

0 commit comments

Comments
 (0)