[Webkit-unassigned] [Bug 61532] New: A focusedNode should be kept in each TreeScope, not in each Document.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 26 07:54:34 PDT 2011


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

           Summary: A focusedNode should be kept in each TreeScope, not in
                    each Document.
           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
            Blocks: 61409


Currently, a focusedNode is tracked in each Document using Document::focusedNode().
To make elements in shadow DOM focusable and make it simple, it is nice to keep focusedNode in each TreeScope, not in each Document.

-- 
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