diff --git a/index.html b/index.html index be7a51eb..214e8f7d 100644 --- a/index.html +++ b/index.html @@ -4690,18 +4690,18 @@

Interactability

-

An element's +

An element |element|'s pointer-interactable paint tree 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|.