Bug 68729 - [Meta] Implement Mutation Observers, a replacement for DOM Mutation Events
Summary: [Meta] Implement Mutation Observers, a replacement for DOM Mutation Events
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Adam Klein
URL:
Keywords:
Depends on: 65734 103916 68732 68824 68949 68955 68956 68957 70137 70287 70289 70359 70385 70436 70788 70860 70861 70862 71242 71499 71527 71577 71596 71728 71843 71865 71939 72063 72316 72986 73026 73243 73472 73480 73492 73596 73851 73880 74190 74423 74448 74563 74641 78196 78290 78639 79131 79710 80549 81712 81822 83218 83496 83706 84094 85161 85402 89351 91406 93661 98921 105459 105810
Blocks:
  Show dependency treegraph
 
Reported: 2011-09-23 14:31 PDT by Adam Klein
Modified: 2023-08-27 23:56 PDT (History)
10 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 2011-09-23 14:31:00 PDT
See http://lists.w3.org/Archives/Public/public-webapps/2011JulSep/1622.html for the proposed API.

This is a meta-bug, as the implementation is expected to be split into several patches.
Comment 1 Adam Klein 2011-11-09 10:05:47 PST
The interface definitions are now listed in the DOM4 spec, which is a bit more readable than the mailing list archive:

http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#mutations
Comment 2 Rafael Weinstein 2012-01-03 14:13:56 PST
(Just to update the URL for the Mutation Observers href in the DOM4 spec):

http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#mutation-observers
Comment 3 Anne van Kesteren 2023-08-27 23:56:41 PDT
This can be considered done at this point.