From 7348ef474ac27bc4bf94aa8488eecec86920a03d Mon Sep 17 00:00:00 2001 From: Euclid Ye Date: Thu, 11 Sep 2025 17:18:03 +0800 Subject: [PATCH] Fix description of computing pointer-interactable paint tree Signed-off-by: Euclid Ye --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index a35c9cd4..62d38d11 100644 --- a/index.html +++ b/index.html @@ -4686,13 +4686,13 @@

Interactability

is produced this way:
    -
  1. If element is not in the same tree +

  2. If element is not in the same tree as session's current browsing context's active document, return an empty sequence.

  3. Let rectangles be the {{DOMRect}} sequence - returned by calling {{Element/getClientRects()}}. + returned by calling {{Element/getClientRects()}} on element.