diff --git a/index.html b/index.html index f42b23b..9b37574 100644 --- a/index.html +++ b/index.html @@ -409,6 +409,8 @@

Firing events using the PointerEvent interface

If the event is {{GlobalEventHandlers/pointerdown}}, the associated device is a direct manipulation device, and the target is an {{Element}}, then set pointer capture for this pointerId to the target element as described in implicit pointer capture. +

Run light dismiss open popovers given the event and target.

+

Fire the event to the determined target. The user agent SHOULD treat the target as if the pointing device has moved over it for the purpose of ensuring event ordering [[UIEVENTS]].

Using the pointer capture target override as the target instead of the normal hit-test result may fire some boundary events, as defined by [[UIEVENTS]]. This is the same as the pointer leaving its previous target and entering this new capturing target. When the capture is released, the same scenario may happen, as the pointer is leaving the capturing target and entering the hit-test target.