Skip to content

Commit 3f64922

Browse files
committed
画像復元
1 parent 972a5bf commit 3f64922

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/2-browser-apps/03-class/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,8 @@ console.log(map1.get("a")); // 97
333333

334334
このクラスは [`HTMLElement` クラス](https://developer.mozilla.org/ja/docs/Web/API/HTMLElement)を継承しており、 `HTMLElement` クラスは [`Element` クラス](https://developer.mozilla.org/ja/docs/Web/API/Element)を、`Element` クラスは [`Node` クラス](https://developer.mozilla.org/ja/docs/Web/API/Node)を継承しています。
335335

336+
![HTMLDivElementの継承関係](./html-inheritance.drawio.svg)
337+
336338
実は、[DOM の節](/docs/trial-session/dom/)で使用した textContent プロパティは、この Node クラスで定義されています。
337339

338340
:::tip[`Object` クラス]

0 commit comments

Comments
 (0)