Re: DOMAttrModified not getting triggered
Boris Zbarsky <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Message-ID | <[email protected]> |
Sapna Natarajan wrote: > I am assuming the CharacterDataChanged in nsIMutationObserver works > differently than the 'DOMCharacterDataModified' mutation event. It doesn't, except we always fire nsIMutationObserver notifications; we suppress mutation events for native anonymous content (like editor content). -Boris