[Webkit-unassigned] [Bug 5264] document.createElementNS() should not allow to insert a second <html> element

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Tue May 16 20:25:13 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=5264





------- Comment #11 from darin at apple.com  2006-05-16 20:25 PDT -------
Looking at createDocumentType2, I see that it adds the same DocumentType
element twice. That's not the same thing as adding two DocumentType elements!
In fact, it tests a behavior which I'm not sure is correct. If you're appending
a child that's already in the document I don't think it should fail, because
appendChild removes the child from its old location first.


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list