[Webkit-unassigned] [Bug 89763] New: [Shadow] ShadowRoot.activeElement should use the result of re-targeting algorithm.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 22 09:25:18 PDT 2012


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

           Summary: [Shadow] ShadowRoot.activeElement should use the
                    result of re-targeting algorithm.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: hayato at chromium.org
                CC: dglazkov at chromium.org, dominicc at chromium.org,
                    morrita at google.com, shinyak at chromium.org,
                    tasak at google.com
            Blocks: 63606


The spec is:
  https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html#active-element

The current implementation of the ShadowRoot.activeElement does not use the result of re-targeting algorithm.
If a distributed node is focused, shadowroot.activeElement should return the distributed node, but i returns null wrongly.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list