Skip to content

Commit

Permalink
Drop support for SVGZoomEvent in createEvent()
Browse files Browse the repository at this point in the history
SVGZoomEvent has been removed from SVG and from Chromium:

* w3c/svgwg#21
* https://crbug.com/367890

Fixes #283.
  • Loading branch information
foolip authored and annevk committed Nov 10, 2016
1 parent 8eb68e4 commit 80b1640
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dom.bs
Original file line number Diff line number Diff line change
Expand Up @@ -5213,8 +5213,6 @@ invoked, must run these steps:
<tr><td>"<code>progressevent</code>"<td>{{ProgressEvent}}<td>[[!XHR]]
<tr><td>"<code>storageevent</code>"<td>{{StorageEvent}}<td>[[!HTML]]
<tr><td>"<code>svgevents</code>"<td>{{Event}}<td>
<tr><td>"<code>svgzoomevent</code>"<td rowspan=2>{{SVGZoomEvent}}<td rowspan=2>[[!SVG]]
<tr><td>"<code>svgzoomevents</code>"
<tr><td>"<code>textevent</code>"<td>{{CompositionEvent}}<td>[[!UIEVENTS]]
<tr><td>"<code>touchevent</code>"<td>{{TouchEvent}}<td>[[!TOUCH-EVENTS]]
<tr><td>"<code>trackevent</code>"<td>{{TrackEvent}}<td>[[!HTML]]
Expand Down

0 comments on commit 80b1640

Please sign in to comment.