Re: Measuring DOM performance
Boris Zbarsky <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Message-ID | <[email protected]> |
On 10/20/09 9:16 PM, John Resig wrote: >> I haven't done enough digging into dromaeo yet to know what it does and >> doesn't cover, basically. > > It's a pretty good slice of the DOM API - but it doesn't cover > anything like rendering, canvas, CSS, etc. Covers in what sense? It's one thing to test insertion of a single node into a parent. It's another to test insertion of a subtree. Oh, and the behavior might depend on the nodes being inserted (do they have names or ids?), on the parent (is it display:none or not? is it actually in a document?) and some other things. That's all one single appendChild DOM API. -Boris