It says: > the element that contains the text which was matched by find-in-page or scroll-to-text navigation. What happens when the text to be found spans multiple elements, like: `<span>foo</span> <span>bar</span>` What if the match happens across shadow tree boundaries?
It says:
What happens when the text to be found spans multiple elements, like:
<span>foo</span> <span>bar</span>What if the match happens across shadow tree boundaries?