Hacker News

Favorites Setup
Comment by aitchnyu | original | HTML Can Do That
[−]aitchnyu · 2026-08-20 Thu 16:06 UTC · link
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.
[−]culi · 2026-08-20 Thu 17:41 UTC · link
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/...