diff --git a/index.html b/index.html index b3c09c9..0931b36 100644 --- a/index.html +++ b/index.html @@ -963,11 +963,13 @@

Coalesced events

A PointerEvent has an associated coalesced event list (a list of - zero or more PointerEvents). If this event is a pointermove - or pointerrawupdate event, the list is a sequence of all PointerEvents - that were coalesced into this event; otherwise it is an empty list.

+ zero or more PointerEvents). If a trusted event is a pointermove or + pointerrawupdate event, the list is a sequence of all PointerEvents + that were coalesced into this event; otherwise it is an empty list. + Untrusted events have their coalesced event list initialized to the value passed to the + constructor.

-

The events in the coalesced event list will have increasing +

The events in the coalesced event list of a trusted event will have increasing {{Event/timeStamp}}s, so the first event will have the smallest {{Event/timeStamp}}.