@@ -1049,7 +1049,7 @@ Appendix A: Glossary</h2>
1049
1049
not the one it generates.
1050
1050
1051
1051
In general, the [=edges=] of a [=box=]
1052
- act as the [=containing=] block for descendant boxes;
1052
+ act as the [=containing block=] for descendant boxes;
1053
1053
we say that a box “establishes”
1054
1054
the [=containing block=] for its descendants.
1055
1055
If properties of a [=containing block=] are referenced,
@@ -1059,7 +1059,8 @@ Appendix A: Glossary</h2>
1059
1059
unless otherwise specified.)
1060
1060
1061
1061
See [[CSS2]] <a href="https://www.w3.org/TR/CSS2/visuren.html#containing-block">Section 9.1.2</a>
1062
- and <a href="https://www.w3.org/TR/CSS2/visudet.html#containing-block-details">Section 10.1</a> for details.
1062
+ and <a href="https://www.w3.org/TR/CSS2/visudet.html#containing-block-details">Section 10.1</a>
1063
+ and [[CSS-POSITION-3#def-cb]] for details.
1063
1064
1064
1065
<dt> <dfn>containing block chain</dfn>
1065
1066
<dd>
@@ -1423,6 +1424,8 @@ Changes</h2>
1423
1424
all of these additional types of nodes are ignored,
1424
1425
as if they didn't exist.)</ins>
1425
1426
</blockquote>
1427
+ <li id="change-abspos-glossary">
1428
+ Improved/moved glossary definitions relating to [=absolute positioning=] .
1426
1429
</ul>
1427
1430
1428
1431
Changes since the <a href="https://www.w3.org/TR/2018/CR-css-display-3-20180828/">28 August 2018 Candidate Recommendation</a>
0 commit comments