A user of my site <CTRL-F>s (using the usual browser built-in <CTRL-F> functionality) and searches for "pickles". The term "pickles" is found 27 times, and they proceed to <CTRL-G> (or use the equivalent arrow buttons) to cycle through the matches on the page.
Are there any page events that fire on anything at any point in this process? Like, for example, does a focus
event happen on the selected match when they ?
My specific use case is that I would like to expand collapsed content that contains a search term when I search_for/focus_on that term.