[Bug 20490] New: [Custom]: Things that mutate the DOM tree should queue observer records

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

            Bug ID: 20490
           Summary: [Custom]: Things that mutate the DOM tree should queue
                    observer records
    Classification: Unclassified
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Component Model
          Assignee: dglazkov@chromium.org
          Reporter: bzbarsky@mit.edu
        QA Contact: public-webapps-bugzilla@w3.org
                CC: bugs@pettay.fi
            Blocks: 14968

"The element upgrade algorithm must not queue any observer records. "

This isn't a reasonable requirement, because it makes mutation observers
unreliable.  The requirement should in fact be the other way: any DOM mutations
MUST queue observer records.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Saturday, 22 December 2012 00:36:46 UTC