[Bug 16425] New: MutationObserver::observe/disconnect should return mutationobserver itself

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

           Summary: MutationObserver::observe/disconnect should return
                    mutationobserver itself
           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


This was discussed and somewhat agreed end of September.
Allows one to do
observer.disconnect()
        .observe(node1, {...})
        .observe(node2, {...});

-- 
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 Sunday, 18 March 2012 23:08:25 UTC