- From: HBS <notifications@github.com>
- Date: Wed, 19 Apr 2023 20:07:35 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 20 April 2023 03:07:41 UTC
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