diff --git a/index.html b/index.html index 8afc1898..905c3f8a 100644 --- a/index.html +++ b/index.html @@ -4591,13 +4591,16 @@

Interactability

is the origin position of the rectangle that is the intersection between the element's first {{DOMRect}} of {{Element/getClientRects()}} + with non-zero width and height (or the first {{DOMRect}} if none have non-zero dimensions) and the initial viewport. It can be calculated this way:
  1. Let rectangle be - the first object of the {{DOMRect}} collection - returned by calling {{Element/getClientRects()}} on element. + the first object in the {{DOMRect}} collection + returned by calling {{Element/getClientRects()}} on element + that has non-zero width and height, + or the first object in the collection if no such object is found.

  2. Let left be max(0, min(x coordinate,