We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 718c424 commit dabf8afCopy full SHA for dabf8af
index.html
@@ -4575,13 +4575,12 @@ <h3>Interactability</h3>
4575
is a [^body^] element,
4576
or is the <a>document element</a>.
4577
4578
-<p>An <a>element</a>'s <dfn data-lt="center point">in-view center point</dfn>
+<p>An <a>element</a>'s <dfn data-lt="center point">center point</dfn>
4579
is the origin position of the rectangle
4580
that is the intersection between
4581
the element's first {{DOMRect}} of {{Element/getClientRects()}}
4582
and the <a>initial viewport</a>.
4583
- Given an <a>element</a> that is known to be <a>in view</a>,
4584
- it can be calculated this way:
+ It can be calculated this way:
4585
4586
<ol>
4587
<li><p>Let <var>rectangle</var> be
0 commit comments