[Webkit-unassigned] [Bug 6520] Add support for insertAdjacentElement

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Fri Jan 13 08:32:57 PST 2006


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


andersca at mac.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andersca at mac.com




------- Additional Comments From andersca at mac.com  2006-01-13 08:32 -------
I did some investigation on how insertAdjacentElement works in WinIE:

* This function only exists on elements, so it should be moved to ElementImpl
* Passing a non-element object as newChild throws an E_INVALIDARG COM exception
* If the element has no parent and where is "beforeBegin" or "afterEnd", a document fragment is created 
and the elements appended in the correct order. This document fragment isn't returned anywhere
* Passing a bogus string as where also throws an E_INVALIDARG exception.



-- 
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