[Bug 19402] MutationObservers: When appending a record to the queue the last item needs to be replaced if it represents the same mutation and the new record has an oldValue

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

Anne <annevk@annevk.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #6 from Anne <annevk@annevk.nl> ---
When MutationRecord is initialized all its members are set to default values
already so that should be fine. This just overrides particular values.

https://github.com/whatwg/dom/tree/142658892ada92c6b857b0142ef5c1cc3270831f

Incidentally this made the specification a little shorter, yay!

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Friday, 9 November 2012 12:53:32 UTC