[Bug 16286] New: NamedFlow should return a static node list

https://www.w3.org/Bugs/Public/show_bug.cgi?id=16286

           Summary: NamedFlow should return a static node list
           Product: CSS
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Regions
        AssignedTo: vhardy@adobe.com
        ReportedBy: rniwa@webkit.org
         QAContact: public-css-bugzilla@w3.org
                CC: eoconnor@apple.com


http://dev.w3.org/csswg/css3-regions/#dom-namedflow

Says contetnNode is live, but that's really bad from performance perspective
because this node list needs to be updated or invalidated on every style recalc
unlike other node lists which only rely on DOM changes for updates and
invalidations.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 9 March 2012 17:59:44 UTC