[Webkit-unassigned] [Bug 228843] New: Implement auto-expanding details

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 5 13:28:52 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=228843

            Bug ID: 228843
           Summary: Implement auto-expanding details
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jarhar at chromium.org

In this HTML spec PR, we are making <details> automatically expand for element fragments and find-in-page: https://github.com/whatwg/html/pull/6466
This way, the user can effectively use find-in-page to search for content hidden inside <details> elements without having to manually expand all of them first.
In order to make it performant, the spec PR also suggests using content-visibility:hidden inside <details>'s user agent shadowdom instead of "removing the slot from the rendering" when <details> are closed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210805/667d7135/attachment-0001.htm>


More information about the webkit-unassigned mailing list