minor fixes
This commit is contained in:
parent
903bbbddf1
commit
49107519f4
5 changed files with 7 additions and 7 deletions
|
@ -10,7 +10,7 @@ Different DOM nodes may have different properties. For instance, an element node
|
|||
|
||||
Each DOM node belongs to the corresponding built-in class.
|
||||
|
||||
The root of the hierarchy is [EventTarget](https://dom.spec.whatwg.org/#eventtarget), that is inherited by [Node](http://dom.spec.whatwg.org/#interface-node), and other DOM nodes inherit from it.
|
||||
The root of the hierarchy is [EventTarget](https://dom.spec.whatwg.org/#eventtarget), that is inherited by [Node](https://dom.spec.whatwg.org/#interface-node), and other DOM nodes inherit from it.
|
||||
|
||||
Here's the picture, explanations to follow:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue