diff --git a/source b/source index 70b20d3a77d..4d0720bdad9 100644 --- a/source +++ b/source @@ -3104,8 +3104,10 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
The following features are defined in Pointer Events:
PointerEvent
interfacePointerEvent
interfacePointerEvent
interface's pointerType
attributepointerdown
eventpointerup
eventpointercancel
eventAn 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: