[Webkit-unassigned] [Bug 80638] New: RegionNodeList should be invalidated upon style recalc and DOM attribute changes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 8 14:04:36 PST 2012


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

           Summary: RegionNodeList should be invalidated upon style recalc
                    and DOM attribute changes
           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: rniwa at webkit.org
                CC: hyatt at apple.com, mihnea at adobe.com


Right now, RegionNodeList is only invalidated when the node is added or removed. But it should also be invalidated whenever attribute changes, or for that matter, whenever style recalc needs to happen.

Also, I really don't think we should implement this as a dynamic node list. static node list would work much better because there's virtually no use case for using the same region node list while modifying DOM or styles.

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