Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3469,9 +3469,16 @@ <h5 id="idl-wheeleventinit">WheelEventInit</h5>
double deltaY = 0.0;
double deltaZ = 0.0;
unsigned long deltaMode = 0;
boolean momentum = false;
};
</pre>

<p class="issue">
The definitions below seem redundant when we already have the corresponding
attributes defined above. See
<a href="https://github.com/w3c/pointerevents/issues/646">pointerevents/646</a>.
</p>

<dl data-dfn-for="WheelEventInit">
<dt><dfn>deltaX</dfn></dt>
<dd>See <code>deltaZ</code> attribute.</dd>
Expand Down Expand Up @@ -3501,6 +3508,11 @@ <h5 id="idl-wheeleventinit">WheelEventInit</h5>
({{WheelEvent/DOM_DELTA_PAGE}}) if the <a>rotation</a> of the
wheel would have resulted in scrolling.
</dd>

<dt><dfn>momentum</dfn></dt>
<dd>
Initializes the {{WheelEvent/momentum}} attribute.
</dd>
</dl>

<h4 id="events-wheel-types">Wheel Event Types</h4>
Expand Down
Loading