diff --git a/index.html b/index.html index 6351c5c..8bea1e1 100644 --- a/index.html +++ b/index.html @@ -3469,9 +3469,16 @@
WheelEventInit
double deltaY = 0.0; double deltaZ = 0.0; unsigned long deltaMode = 0; + boolean momentum = false; }; +

+ The definitions below seem redundant when we already have the corresponding + attributes defined above. See + pointerevents/646. +

+
deltaX
See deltaZ attribute.
@@ -3501,6 +3508,11 @@
WheelEventInit
({{WheelEvent/DOM_DELTA_PAGE}}) if the rotation of the wheel would have resulted in scrolling. + +
momentum
+
+ Initializes the {{WheelEvent/momentum}} attribute. +

Wheel Event Types