Are the different types of trees mentioned in the specs created by user agents or included in the specs to aid understanding? #8770
Labels
Closed as Question Answered
Used when the issue is more of a question than a problem, and it's been answered.
css-display-3
Current Work
CSS specifications mention several types of trees, such as the document tree, DOM tree, element tree, flat tree, box tree, and fragment tree. I know that a DOM tree is created by the browser, and you can manipulate it using the DOM API. However, what about the other types of trees? Do browsers create those trees as well, or are they only present in the specifications to simplify comprehension?
The text was updated successfully, but these errors were encountered: