The text of this article is not in this database — only its details are. Read it on the old site: Document Object Model (DOM)
3 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: Document Object Model (DOM)
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
Sam HobbsPosted Sep 15, 2013, 12:43 PM
The DOM can be inconsistent, confusing and frustrating. It is not always logical. There are many subtleties to understand. I should write an article but I know it is difficult to explain it well.
Sam HobbsPosted Sep 15, 2013, 12:40 PM
Note that in the sample HTML, the button is not in the paragraph.
Sam HobbsPosted Sep 15, 2013, 12:35 PM
Can you check "Text Nodes are title, link, h1 and so on elements"? I am nearly certain that text noses are children of elements such as those.