File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ Introduction {#intro}
28
28
29
29
<p> CSS describes how each element
30
30
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>
32
32
into a set of <a>boxes</a> ,
33
33
whose size, position, and stacking level on the <a>canvas</a>
34
34
depend on the values of their CSS properties.
35
35
36
36
Note: <a href="https://www.w3.org/TR/css-cascade/">CSS Cascading and Inheritance</a>
37
37
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>
39
39
is transformed into the <a>box tree</a> .
40
40
41
41
<p> Each CSS <a>box</a>
Original file line number Diff line number Diff line change @@ -24,14 +24,14 @@ Introduction {#intro}
24
24
25
25
<p> CSS describes how each element
26
26
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>
28
28
into a set of <a>boxes</a> ,
29
29
whose size, position, and stacking level on the <a>canvas</a>
30
30
depend on the values of their CSS properties.
31
31
32
32
Note: <a href="https://www.w3.org/TR/css-cascade/">CSS Cascading and Inheritance</a>
33
33
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>
35
35
is transformed into the <a>box tree</a> .
36
36
37
37
<p> Each CSS <a>box</a>
You can’t perform that action at this time.
0 commit comments