With `content-visibility: auto`, the browser skips rendering work for an off-screen element. Which kinds of containment does this value implicitly apply, and what is the consequence for an in-page `Ctrl+F` find or an anchor jump into that subtree?
div { content-visibility: auto; }