Re: Insertbefore - c++ success and then failure
Boris Zbarsky <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Message-ID | <[email protected]> |
[email protected] wrote: > Yes, I read the DOM docs on insert. Seriously JS examples that are > shown don't help with gecko. What do JS examples have to do with anything? The right thing to read is the IDL and the documenation for that IDL in the W3C spec... You do have to understand the C++ bindings in Gecko for said IDL, of course. -Boris