[whatwg/dom] Clarification on document tree and DOM tree (Issue #1188)

The document tree and DOM tree are not the same thing, although they are related. The document tree refers to the hierarchical structure of an HTML or XML document. This structure is created by the author and is static. The DOM tree, on the other hand, is a representation of the document tree in memory, created by the browser when the document is loaded.

Is my understanding correct?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/1188
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/dom/issues/1188@github.com>

Received on Thursday, 20 April 2023 03:07:41 UTC