We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d85cede commit b09f3b7Copy full SHA for b09f3b7
css-display-3/Overview.bs
@@ -57,6 +57,14 @@ Introduction</h2>
57
and <dfn id="text-nodes" oldids="css-text-node" export for=CSS lt="text node">text nodes</dfn>,
58
and renders it onto a <a href="https://www.w3.org/TR/CSS2/intro.html#canvas">canvas</a>
59
(such as your screen, a piece of paper, or an audio stream).
60
+ (Some source documents start from more complex trees,
61
+ such as the DOM,
62
+ which can have comment nodes
63
+ and other types of things.
64
+ For the purposes of CSS,
65
+ all of these additional types of nodes are ignored,
66
+ as if they didn't exist.)
67
+
68
To do this, it generates an intermediary structure,
69
the <dfn id="box-tree" oldids="css-box-tree" export for=CSS>box tree</dfn>,
70
which represents the formatting structure of the rendered document.
0 commit comments