Hello WebKit devs,
I am implementing the hidden=until-found HTML attribute and beforematch event in Chromium, and I would like to hear WebKit's position on the feature.
Today, users can't search for content inside collapsed or hidden content in websites with find-in-page or scroll to text fragment. If the user wants to search all of the text in a page, it may require manually opening every expanded section before searching. This feature addresses this problem by allowing a variation of the hidden HTML attribute to be set on an element, indicating that it should not be rendered but should allow find-in-page to still search its contents and automatically reveal it.