diff --git a/css-conditional-5/Overview.bs b/css-conditional-5/Overview.bs
index 528ace016a1..302baedb7b3 100644
--- a/css-conditional-5/Overview.bs
+++ b/css-conditional-5/Overview.bs
@@ -492,18 +492,16 @@ Creating Query Containers: the 'container-type' property
Establishes a [=query container=] for [=container size queries=]
on both the [=inline axis|inline=] and [=block axis=].
- Applies [=layout containment=],
- [=style containment=],
- and [=size containment=]
- to the [=principal box=].
+ Applies [=style containment=] and [=size containment=]
+ to the [=principal box=],
+ and establishes an [=independent formatting context=].
inline-size
Establishes a [=query container=] for [=container size queries=]
on the container’s own [=inline axis=].
- Applies [=layout containment=],
- [=style containment=],
- and [=inline-size containment=]
- to the [=principal box=].
+ Applies [=style containment=] and [=inline-size containment=]
+ to the [=principal box=],
+ and establishes an [=independent formatting context=].
scroll-state
Establishes a [=query container=] for [=scroll-state queries=]
@@ -1707,13 +1705,24 @@ The CSSContainerRule
interface
Changes
+
+
+
+ -
+ Dimensional query containers no longer apply layout containment
+ (#10544)
+
+
+
- - Add 'none'-keywords to scroll-state() features (#10874)
+ - Add 'none'-keywords to scroll-state() features (#10874)
- Added container-type:scroll-state, and scroll-state() queries for stuck, snapped, and scrollable features
(#6402,
#10784,