diff --git a/index.html b/index.html index d26a278..0700e28 100644 --- a/index.html +++ b/index.html @@ -403,7 +403,7 @@
PointerEvent
InterfaceThe PointerEventInit
dictionary is used by the PointerEvent
interface's constructor to provide a mechanism by which to construct untrusted (synthetic) pointer events. It inherits from the MouseEventInit
dictionary defined in [[UI-EVENTS]]. The steps for constructing an event are defined in [[DOM]]. See the examples for sample code demonstrating how to fire an untrusted pointer event.
The PointerEventInit
dictionary is used by the PointerEvent
interface's constructor to provide a mechanism by which to construct untrusted (synthetic) pointer events. It inherits from the {{MouseEventInit}} dictionary defined in [[UI-EVENTS]]. The steps for constructing an event are defined in [[DOM]]. See the examples for sample code demonstrating how to fire an untrusted pointer event.
A PointerEvent has an associated coalesced event list (a list of
zero or more PointerEvents
). If this event is a pointermove
@@ -490,7 +490,7 @@
PointerEvent
InterfaceWhen the PointerEvent's target is changed, set coalesced events
targets dirty
and predicted events targets dirty
to true.
PointerEvent
interface inherits from MouseEvent
, defined in [[UIEVENTS]] and extended by [[CSSOM-VIEW]].PointerEvent
interface inherits from MouseEvent
, defined in [[UIEVENTS]] and extended by [[[CSSOM-VIEW]]].