Bug 79710 - Deliver to MutationObservers in creation order
Summary: Deliver to MutationObservers in creation order
Status: RESOLVED DUPLICATE of bug 80549
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 68729
  Show dependency treegraph
 
Reported: 2012-02-27 15:44 PST by Adam Klein
Modified: 2012-03-21 13:49 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Klein 2012-02-27 15:44:02 PST
Currently, delivery is in the order of the first mutation per observer per microtask. It should be, instead, in order of MutationObserver creation, oldest-to-newest.

https://www.w3.org/Bugs/Public/show_bug.cgi?id=16092
Comment 1 Adam Klein 2012-03-21 13:49:34 PDT

*** This bug has been marked as a duplicate of bug 80549 ***