Skip to content

Commit 37d8d23

Browse files
committed
[css-conditional-5] Layout containment not required for query containers #10544
1 parent 2ed6043 commit 37d8d23

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

css-conditional-5/Overview.bs

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -492,18 +492,16 @@ Creating Query Containers: the 'container-type' property</h3>
492492
<dd>
493493
Establishes a [=query container=] for [=container size queries=]
494494
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=].
499498
<dt><dfn>inline-size</dfn>
500499
<dd>
501500
Establishes a [=query container=] for [=container size queries=]
502501
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=].
507505
<dt><dfn>scroll-state</dfn>
508506
<dd>
509507
Establishes a [=query container=] for [=scroll-state queries=]
@@ -1707,13 +1705,24 @@ The <code>CSSContainerRule</code> interface</h3>
17071705
<h2 id='changes' class='no-num'>
17081706
Changes</h2>
17091707

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+
17101719
<h3 id="changes-20240723" class="no-num">
17111720
Changes since the <a href="https://www.w3.org/TR/2024/WD-css-conditional-5-20240723/">Working Draft of 23 July 2024</a>
17121721
</h3>
17131722

17141723
<ul>
17151724
<!-- 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>
17171726
<li>Added container-type:scroll-state, and scroll-state() queries for stuck, snapped, and scrollable features
17181727
(<a href="https://github.com/w3c/csswg-drafts/issues/6402#issuecomment-1812973013">#6402</a>,
17191728
<a href="https://github.com/w3c/csswg-drafts/issues/10784#issuecomment-2379901508">#10784</a>,

0 commit comments

Comments
 (0)