Skip to content

Commit a101f0a

Browse files
authored
Fix circular definition (#1918)
Signed-off-by: Euclid Ye <[email protected]>
1 parent bba8cb7 commit a101f0a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4583,8 +4583,7 @@ <h3>Interactability</h3>
45834583
that is the intersection between
45844584
the element&apos;s first {{DOMRect}} of {{Element/getClientRects()}}
45854585
and the <a>initial viewport</a>.
4586-
Given an <a>element</a> that is known to be <a>in view</a>,
4587-
it can be calculated this way:
4586+
It can be calculated this way:
45884587

45894588
<ol>
45904589
<li><p>Let <var>rectangle</var> be

0 commit comments

Comments
 (0)