mirror of
https://github.com/bendtherules/UiQuestions.git
synced 2026-08-18 13:52:50 +00:00
Remove DocWrapper usage
This commit is contained in:
@@ -9,9 +9,6 @@ import Admonition from "../components/Admonition"
|
||||
import Accordion from "../components/Accordion"
|
||||
import Link from "../components/Link"
|
||||
import MDN from "../components/MDNBadge"
|
||||
import DocWrapper from "../components/DocWrapper"
|
||||
|
||||
<DocWrapper>
|
||||
|
||||
:::note DOM interfaces
|
||||
Every kind of **DOM** node is represented by an interface based on **Node** interface.
|
||||
@@ -248,5 +245,3 @@ outerEle.appendChild(fragment)
|
||||
--------
|
||||
|
||||
In the next section, we'll see how to read information from a DOM element.
|
||||
|
||||
</DocWrapper>
|
||||
Reference in New Issue
Block a user