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
|