Skip to content

Commit 588fb82

Browse files
committed
[css-box] document tree -> element tree
1 parent 3a1c2a8 commit 588fb82

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

css-box-3/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ Introduction {#intro}
2828

2929
<p>CSS describes how each element
3030
and each string of text in a source document
31-
is laid out by transforming the <a>document tree</a>
31+
is laid out by transforming the <a>element tree</a>
3232
into a set of <a>boxes</a>,
3333
whose size, position, and stacking level on the <a>canvas</a>
3434
depend on the values of their CSS properties.
3535

3636
Note: <a href="https://www.w3.org/TR/css-cascade/">CSS Cascading and Inheritance</a>
3737
describes how properties are assigned to elements in the box tree,
38-
while [[css-display-3#intro]] describes how the <a>document tree</a>
38+
while [[css-display-3#intro]] describes how the <a>element tree</a>
3939
is transformed into the <a>box tree</a>.
4040

4141
<p>Each CSS <a>box</a>

css-box-4/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ Introduction {#intro}
2424

2525
<p>CSS describes how each element
2626
and each string of text in a source document
27-
is laid out by transforming the <a>document tree</a>
27+
is laid out by transforming the <a>element tree</a>
2828
into a set of <a>boxes</a>,
2929
whose size, position, and stacking level on the <a>canvas</a>
3030
depend on the values of their CSS properties.
3131

3232
Note: <a href="https://www.w3.org/TR/css-cascade/">CSS Cascading and Inheritance</a>
3333
describes how properties are assigned to elements in the box tree,
34-
while [[css-display-3#intro]] describes how the <a>document tree</a>
34+
while [[css-display-3#intro]] describes how the <a>element tree</a>
3535
is transformed into the <a>box tree</a>.
3636

3737
<p>Each CSS <a>box</a>

0 commit comments

Comments
 (0)