@@ -492,18 +492,16 @@ Creating Query Containers: the 'container-type' property</h3>
492
492
<dd>
493
493
Establishes a [=query container=] for [=container size queries=]
494
494
on both the [=inline axis|inline=] and [=block axis=] .
495
- Applies [=layout containment=] ,
496
- [=style containment=] ,
497
- and [=size containment=]
498
- to the [=principal box=] .
495
+ Applies [=style containment=] and [=size containment=]
496
+ to the [=principal box=] ,
497
+ and establishes an [=independent formatting context=] .
499
498
<dt> <dfn>inline-size</dfn>
500
499
<dd>
501
500
Establishes a [=query container=] for [=container size queries=]
502
501
on the container’s own [=inline axis=] .
503
- Applies [=layout containment=] ,
504
- [=style containment=] ,
505
- and [=inline-size containment=]
506
- to the [=principal box=] .
502
+ Applies [=style containment=] and [=inline-size containment=]
503
+ to the [=principal box=] ,
504
+ and establishes an [=independent formatting context=] .
507
505
<dt> <dfn>scroll-state</dfn>
508
506
<dd>
509
507
Establishes a [=query container=] for [=scroll-state queries=]
@@ -1707,13 +1705,24 @@ The <code>CSSContainerRule</code> interface</h3>
1707
1705
<h2 id='changes' class='no-num'>
1708
1706
Changes</h2>
1709
1707
1708
+ <h3 id="changes-20241105" class="no-num">
1709
+ Changes since the <a href="https://www.w3.org/TR/2024/WD-css-conditional-5-20241105/">Working Draft of 5 November 2024</a>
1710
+ </h3>
1711
+
1712
+ <ul>
1713
+ <li>
1714
+ Dimensional query containers no longer apply layout containment
1715
+ (<a href="https://github.com/w3c/csswg-drafts/pull/10544">#10544</a> )
1716
+ </li>
1717
+ </ul>
1718
+
1710
1719
<h3 id="changes-20240723" class="no-num">
1711
1720
Changes since the <a href="https://www.w3.org/TR/2024/WD-css-conditional-5-20240723/">Working Draft of 23 July 2024</a>
1712
1721
</h3>
1713
1722
1714
1723
<ul>
1715
1724
<!-- To 31 Oct 2024 -->
1716
- <li> Add 'none' -keywords to scroll-state() features (<a href="https://github.com/w3c/csswg-drafts/pull/10874">#10874</a> )</li>
1725
+ <li> Add 'none' -keywords to scroll-state() features (<a href="https://github.com/w3c/csswg-drafts/pull/10874">#10874</a> )</li>
1717
1726
<li> Added container-type:scroll-state, and scroll-state() queries for stuck, snapped, and scrollable features
1718
1727
(<a href="https://github.com/w3c/csswg-drafts/issues/6402#issuecomment-1812973013">#6402</a> ,
1719
1728
<a href="https://github.com/w3c/csswg-drafts/issues/10784#issuecomment-2379901508">#10784</a> ,
0 commit comments