[Webkit-unassigned] [Bug 62737] attribute parsing manipulates document structure without knowing node insertedIntoDocument

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 15 10:29:34 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=62737





--- Comment #1 from Abhishek Arya <inferno at chromium.org>  2011-06-15 10:29:33 PST ---
This happens in two scenarios

1. Clone nodes (they are not supposed to be in document and should have null parents)
https://developer.mozilla.org/En/DOM/Node.cloneNode
http://w3.org/TR/DOM-Level-2-Core/core.html#ID-3A0ED0A4

2. Nodes created via document.createElement, but not attached yet via appendChild or similar methods.

These testcases are specific to HTMLBodyElement, but i think this problem can be in any element which manipulates document()->something inside parseMappedAttribute.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list