images to svg
This commit is contained in:
parent
a31e881856
commit
3ba28aa104
734 changed files with 11682 additions and 245 deletions
|
@ -13,7 +13,7 @@ All operations on the DOM start with the `document` object. From it we can acces
|
|||
|
||||
Here's a picture of links that allow for travel between DOM nodes:
|
||||
|
||||

|
||||

|
||||
|
||||
Let's discuss them in more detail.
|
||||
|
||||
|
@ -216,7 +216,7 @@ But for many tasks we don't want text or comment nodes. We want to manipulate el
|
|||
|
||||
So let's see more navigation links that only take *element nodes* into account:
|
||||
|
||||

|
||||

|
||||
|
||||
The links are similar to those given above, just with `Element` word inside:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue