[1] CSS や選択子では文書から構築される木構造のことを文書木と呼んでいます。 CSS の継承や選択子の一致などの操作はこの文書木に対して定義されています。
[2] 文書木のことを DOM木、 (固有名詞ではなく一般名詞の) DOM と呼ぶことがあります。
[10] WebVTT に対して選択子が適用される場合、WebVTT中間節点オブジェクトなどから構成される仮想的な文書木が想定されることになっています >>9。
[13] 文書木に対する変更操作を、一般にDOM操作などといいます。
[14] 次のような操作があります。
[22] ブラウザのしくみ: データ構造とアルゴリズムと雰囲気で理解する DOM と Shadow DOM — hayato.io () <https://hayato.io/2017/dom/>
[23] Modernizing the DOM tree in Microsoft Edge - Microsoft Edge Dev BlogMicrosoft Edge Dev Blog () <https://blogs.windows.com/msedgedev/2017/04/19/modernizing-dom-tree-microsoft-edge/>
[24] A node doesn't have an associated tree (annevk著, ) <https://github.com/whatwg/dom/commit/06dae6577f55af9ef2ff8228ac1a8a60b9f68cb3>
[25] "node's tree" seems to be an undefined concept · Issue #526 · whatwg/dom () <https://github.com/whatwg/dom/issues/526>
[26] A node doesn't have an associated tree by annevk · Pull Request #599 · whatwg/dom () <https://github.com/whatwg/dom/pull/599>