From 55f3267ee402c4683e88312c69d015833e6ce08c Mon Sep 17 00:00:00 2001
From: Mustaq Ahmed The following features are defined in Pointer Events:
-
@@ -74211,23 +74213,19 @@ END:VCARD
time.PointerEvent
interfacePointerEvent
interfacePointerEvent
interface's pointerType
attributepointerdown
eventpointerup
eventpointercancel
event
An activation triggering input event is any event whose An activation triggering input event is any event whose
isTrusted
attribute is true and whose type
is one of:
keypress
keyup
, provided the key is neither the "Escape" key nor a
+ keydown
, provided the key is neither the Esc key nor a
shortcut key reserved by the user agent.mousedown
mouseup
pointerup
pointerdown
, provided the event's pointerType
is "mouse".pointerup
, provided the event's pointerType
is not "mouse".touchend
The event set is inconsistent across major browsers. See issue #3849.
-Activation consuming APIs defined in this and
other specifications can consume user activation by performing the following
steps, given a Window
W: