[Bug 16372] New: MutationObserver handling is wrong for .textContent

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

           Summary: MutationObserver handling is wrong for .textContent
           Product: WebAppsWG
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DOM
        AssignedTo: annevk@opera.com
        ReportedBy: Olli.Pettay@gmail.com
         QAContact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, www-dom@w3.org


Setting .textContent should create just one MutationRecord.
Per spec there will one for the new text node, and one for each old 
child node.

-- 
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 Wednesday, 14 March 2012 16:38:20 UTC