logoalt Hacker News

aitchnyutoday at 4:06 PM1 replyview on HN

Saw Grouped <details>, ctrl+F'd the hidden content and it opened and highlighted the text in Firefox. Was waiting for this fix ever since I learned about details.


Replies

culitoday at 5:41 PM

You can also control this behavior for almost any hidden element with the `hidden="until-found"` attribute

https://css-tricks.com/covering-hiddenuntil-found/

https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/...