diff --git a/sections/event-types.txt b/sections/event-types.txt
index b530cf1..e63d683 100644
--- a/sections/event-types.txt
+++ b/sections/event-types.txt
@@ -2180,11 +2180,12 @@ myDiv.addEventListener("auxclick", function(e) {
+| Sync / Async | Async |
+| Bubbles | Yes |
+| Trusted Targets | Element
|
- +| Cancelable | Varies |
+ +| Cancelable | Varies |
+| Composed | Yes |
+| Default action | Scroll (or zoom) the document |
+| Context
|
Window
0
+ If a series of wheel events targetted in a scrollable element start + above a child element, later events for the same user gesture may + occur over the child element. In the case that {{Event/preventDefault()}} + is called in a wheel event handler for the child element, targetting + the child element could result in unexpected behavior for the user. +
+ The typical default action of the EVENT{wheel} event type is to scroll (or in some cases, zoom) the document by the indicated amount. If this event is canceled, the implementation MUST NOT