[Webkit-unassigned] [Bug 80818] New: Attach() should know its context.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 12 00:17:57 PDT 2012


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

           Summary: Attach() should know its context.
           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: shinyak at chromium.org


When attach() is called, currently we cannot know how attach() is called. This is causing the following problems.

(1) In shadow tree, we have to decide: 'we have to re-construct whole shadow tree' or 'just constructing the attached subtree suffices'.
(2) Though we have to know the visual parent of the attached element in InsertionPoint, we calculate them on-the-fly.
(3) Some contextual flags are distributed in several elements, and referring them in attach().

If attach() is called with some context, these problem would be able to be solved.

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