From 2bcb141371559ce0f9ac9ec64dd948cfdead0a46 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Wed, 17 Jan 2024 15:48:29 +0000 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 1d1e391..be44414 100644 --- a/index.html +++ b/index.html @@ -825,7 +825,7 @@

Event dispatch

  • Otherwise, if |e| is a contextmenu event, the target of |e| MUST be the target of |t|.
  • -
  • Otherwise (|e| is a click or auxclick event): let |td| and |tu| be the targets of the corresponding pointerdown and pointerup events respectively. If both |td| and |tu| are [=connected=] [[DOM]] at the moment event |e| is being dispatched, the target of |e| MUST be the nearest common inclusive ancestor of |td| and |tu| in the DOM; otherwise, |e| is not disaptched at all.
  • +
  • Otherwise (|e| is a click or auxclick event): let |td| and |tu| be the targets of the corresponding pointerdown and pointerup events respectively. If both |td| and |tu| are [=connected=] [[DOM]] at the moment event |e| is being dispatched, the target of |e| MUST be the nearest common inclusive ancestor of |td| and |tu| in the DOM; otherwise, |e| is not dispatched at all.