Skip to content

Commit

Permalink
Add IE versions for api.Document.wheel_event (#12906)
Browse files Browse the repository at this point in the history
Mirrored data from Element.wheel_event.
  • Loading branch information
queengooborg authored Nov 23, 2021
1 parent 4f12f8a commit 86a17d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/Document.json
Original file line number Diff line number Diff line change
Expand Up @@ -11560,7 +11560,8 @@
"version_added": "17"
},
"ie": {
"version_added": true
"version_added": "9",
"notes": "Internet Explorer only exposes the wheel event via <code>addEventListener</code>; there is no <code>onwheel</code> attribute on DOM objects. See <a href='https://connect.microsoft.com/IE/feedback/details/782835/missing-onwheel-attribute-for-the-wheel-event-although-its-supported-via-addeventlistener'>IE bug 782835</a>."
},
"opera": {
"version_added": "48"
Expand Down

0 comments on commit 86a17d8

Please sign in to comment.