@@ -1565,9 +1565,13 @@ Appendix A: Glossary</h2>
15651565 <dt> <dfn>initial containing block</dfn>
15661566 <dd>
15671567 The <a>containing block</a> of the [=root element=] .
1568- The [=initial containing block=] establishes a [=block formatting context=] .
1569- See <a href="https://www.w3.org/TR/CSS2/visudet.html#containing-block-details">CSS2.1§10.1</a> for [=continuous media=] ;
1570- and [[!CSS-PAGE-3]] for [=paged media=]
1568+ The [=initial containing block=] establishes a [=block formatting context=] ,
1569+ and takes the [=principal writing mode=] of the document
1570+ (see [[css-writing-modes-4#icb]] ).
1571+ In [=continuous media=] ,
1572+ it has the dimensions of the [=small viewport size=]
1573+ and is anchored at the canvas origin.
1574+ In [=paged media=] , see [[!CSS-PAGE-3]]
15711575 for its position and dimensions.
15721576
15731577 <dt> <dfn>formatting context</dfn>
@@ -1934,6 +1938,23 @@ Acknowledgments</h2>
19341938<h2 class=no-num id="changes">
19351939Changes</h2>
19361940
1941+ <h3 id="changes-2020">
1942+ Changes Since 2023 Candidate Recommendation Snapshot</h3>
1943+
1944+ <!-- A <a href="https://drafts.csswg.org/css-display-3/issues-cr-2023">Disposition of Comments</a>
1945+ since the <a href="https://www.w3.org/TR/2023/CR-css-display-3-20230330/">30 March 2023 Candidate Recommendation</a> is available. -->
1946+
1947+ Changes since the <a href="https://www.w3.org/TR/2023/CR-css-display-3-20230330/">30 March 2023 Candidate Recommendation Snapshot</a>
1948+ include:
1949+
1950+ <ul>
1951+ <li id="change-icb-definition">
1952+ Inlined the CSS2.1 definition of the [=initial containing block=] for [=continuous media=] ,
1953+ cross-referenced its [=writing mode=] propagation as defined in [[CSS-WRITING-MODES-4]] ,
1954+ and clarified that it refers to the [=small viewport size=] .
1955+ (<a href="https://github.com/w3c/csswg-drafts/issues/6453">Issue 6453</a> )
1956+ </ul>
1957+
19371958<h3 id="changes-2020">
19381959Changes Since 2020 Candidate Recommendation</h3>
19391960
0 commit comments