File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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>
Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments