From b44a7d5d1bb288095c0d667dc718e04f2f54cc1d Mon Sep 17 00:00:00 2001 From: Euclid Ye Date: Tue, 5 Aug 2025 12:45:53 +0800 Subject: [PATCH 1/2] Fix wrong link for first element of `getClientRects` Signed-off-by: Euclid Ye --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 45ee97f4..4bdf1ebb 100644 --- a/index.html +++ b/index.html @@ -4585,7 +4585,7 @@

Interactability

  1. Let rectangle be - the first element of the {{DOMRect}} sequence + the first element of the {{DOMRect}} sequence returned by calling {{Element/getClientRects()}} on element.

  2. Let left be From d480f5d8ca6f8138bd40aa5ef0e2c7dce2f2b820 Mon Sep 17 00:00:00 2001 From: Euclid Ye Date: Tue, 12 Aug 2025 16:36:58 +0800 Subject: [PATCH 2/2] Phrase better Co-authored-by: Henrik Skupin --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 4bdf1ebb..dd0a38ed 100644 --- a/index.html +++ b/index.html @@ -4585,7 +4585,7 @@

    Interactability

    1. Let rectangle be - the first element of the {{DOMRect}} sequence + the first object of the {{DOMRect}} collection returned by calling {{Element/getClientRects()}} on element.

    2. Let left be