[Webkit-unassigned] [Bug 233320] New: Update shadow DOM + <dialog> focusing to latest spec

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 18 10:17:54 PST 2021


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

            Bug ID: 233320
           Summary: Update shadow DOM + <dialog> focusing to latest spec
           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: d at domenic.me

The spec was previously not shadow DOM aware. In https://github.com/whatwg/html/pull/7285 we made it behave the same as delegatesFocus: they both "delegate focus" to either autofocus="" if it's specified on a (non-shadow-including) descendant, or the first focusable element among their shadow-including descendants if not.

Tests: https://github.com/web-platform-tests/wpt/pull/31523

-- 
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/20211118/1fca0d0e/attachment.htm>


More information about the webkit-unassigned mailing list