+ 1
Does anyone has complete tree structure of DOM?
Does anyone has complete tree structure of DOM? I think starting from "window"... not sure if anything comes above window. Please share anything you have for this- image, in text form or a link. Thanks
2 Answers
+ 3
Hi, do you have official info here: https://www.w3.org/DOM/fa . html and also the very recommended Mozilla documentation: https://developer.mozilla.org/en-US/docs/Web/API/Document_Object_Model .
As you can see there, the DOM is very extense and complex, and trying to draw everything else in a lonely image seems to be hard (and tiny!)
By the way do you have next a very interesting SlideShare with a concise map of the DOM, maybe useful for you: www.slideshare.net/alfredotorre1/html5-28292960
See you!
0
Thanks AarĂłn