diff --git a/index.html b/index.html index f42b23b..9b37574 100644 --- a/index.html +++ b/index.html @@ -409,6 +409,8 @@
PointerEvent
interfaceIf 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]].