diff --git a/index.html b/index.html index 4dd3e31..fdc839d 100644 --- a/index.html +++ b/index.html @@ -1063,6 +1063,10 @@

Predicted events

PointerEvents). If this event is a pointermove event, it is a sequence of PointerEvents that the user agent predicts will follow the events in the coalesced event list in the future; otherwise it is an empty list.

+
+

While pointerrawmove events may have a non-empty coalesced event list, + their predicted event list will, for performance reasons, usually be an empty list.

+

The number of events in the list and how far they are from the current timestamp are determined by the user agent and the prediction algorithm it uses.