Update article.md
Potential Grammar Correction
This commit is contained in:
parent
7b76185892
commit
c722cda8d6
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ alert( document.body.previousSibling ); // HTMLHeadElement
|
||||||
|
|
||||||
## Element-only navigation
|
## Element-only navigation
|
||||||
|
|
||||||
Navigation properties listed above refer to *all* nodes. For instance, in `childNodes` we can see both text nodes, element nodes, and even comment nodes if there exist.
|
Navigation properties listed above refer to *all* nodes. For instance, in `childNodes` we can see both text nodes, element nodes, and even comment nodes if they exist.
|
||||||
|
|
||||||
But for many tasks we don't want text or comment nodes. We want to manipulate element nodes that represent tags and form the structure of the page.
|
But for many tasks we don't want text or comment nodes. We want to manipulate element nodes that represent tags and form the structure of the page.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue