Bug 102825
Summary: | [Mutation Observers] addedNodes and removedNodes should be empty NodeLists when type != childList | ||
---|---|---|---|
Product: | WebKit | Reporter: | Rafael Weinstein <rafaelw> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | adamk, arv, ojan |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Rafael Weinstein
This was unspecified behavior which Gecko and WebKit implemented different. The DOM4 editor made the call and the decision is for the Gecko behavior (empty NodeList, as opposed to null):
http://dom.spec.whatwg.org/#mutationrecord
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adam Klein
*** This bug has been marked as a duplicate of bug 98921 ***