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

+

+Changes since the Working Draft of 5 November 2024 +

+ + +

Changes since the Working Draft of 23 July 2024