My favorites | Sign in
Project Logo
Project hosting will be READ-ONLY Wednesday at 8am PST due to brief network maintenance.
                
New issue | Search
for
| Advanced search | Search tips
Issue 92: Mutation events support
1 person starred this issue and may be notified of changes. Back to list
Status:  Started
Owner:  tobiasz.cudnik
Type-Enhancement
Priority-Medium
Milestone-Release1.0


Sign in to add a comment
 
Reported by tobiasz.cudnik, Jan 01, 2009
Quote from Document Object Model Events[1]

> The mutation event module is designed to allow notification of any 
> changes to the structure of a document, including attr and text 
> modifications.

This covers following events
 * DOMSubtreeModified
 * DOMNodeInserted
 * DOMNodeRemoved
 * DOMNodeRemovedFromDocument
 * DOMNodeInsertedIntoDocument
 * DOMAttrModified
 * DOMCharacterDataModified

[1]
http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-eventgroupings-mutationevents
Comment 1 by tobiasz.cudnik, Feb 16, 2009
DOMNodeRemoved and DOMNodeInserted implemented somewhere before r354.
Comment 2 by tobiasz.cudnik, Apr 24, 2009
(No comment was entered for this change.)
Status: Started
Sign in to add a comment

Hosted by Google Code