not sure why DOMNodeRemoved is firing twice, but I think I now know
what I need to do what I want to do.
I imagine that an innerText assignment is just a removeNode() event
followed by an insertNode() event, so I'll use the DOMNodeInserted
event instead of DOMSubtreeModified, and I'll be able to capture any
"update" event on a DOM element in the page when it's changed
dynamically by innerText, or by replaceChild().
I think I've got it understood right. thanks for listening.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webcore-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webcore-dev/email@hidden