Skip to content

Commit 718c424

Browse files
authored
Fix wrong link for first element of getClientRects (#1916)
1 parent 9aa6690 commit 718c424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4585,7 +4585,7 @@ <h3>Interactability</h3>
45854585

45864586
<ol>
45874587
<li><p>Let <var>rectangle</var> be
4588-
the first <a>element</a> of the {{DOMRect}} sequence
4588+
the first object of the {{DOMRect}} collection
45894589
returned by calling {{Element/getClientRects()}} on <a><var>element</var></a>.
45904590

45914591
<li><p>Let <var>left</var> be

0 commit comments

Comments
 (0)