We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9634f7 commit 96ccd0aCopy full SHA for 96ccd0a
2-ui/1-document/05-basic-dom-node-properties/article.md
@@ -38,7 +38,7 @@
38
39
它提供了元素级导航(navigation),如 `nextElementSibling`,`children`,以及搜索方法,如 `getElementsByTagName` 和 `querySelector`。
40
41
- 浏览器不仅支持 HTML,还支持 XML 和 SVG。因此,`Element` 类充的是更具体的类的基础:`SVGElement`,`XMLElement`(我们在这里不需要它)和 `HTMLElement`。
+ 浏览器不仅支持 HTML,还支持 XML 和 SVG。因此,`Element` 类充当的是更具体的类的基础:`SVGElement`,`XMLElement`(我们在这里不需要它)和 `HTMLElement`。
42
43
- 最后,[HTMLElement](https://html.spec.whatwg.org/multipage/dom.html#htmlelement) —— 是所有 HTML 元素的基础类。我们大部分时候都会用到它。
44
0 commit comments