files/en-us/web/css/guides/containment/index.md
The CSS containment module defines containment and container queries.
Containment enables the isolation of page subtrees from the rest of the DOM. The browser can then improve performance by optimizing the rendering of these independent parts.
Container queries are similar to dimension media queries, except that the queries are based on the dimensions of a specific container element defined as a containment context, rather than on the dimensions of the viewport. Container queries enable querying a container's size, properties, and property values to conditionally apply CSS styles. When applying these conditional styles, you can use container query length units, which specify lengths relative to the dimensions of the query container. Additional properties are defined to enable establishing a specific element as a query container and giving it a specific name.
@container, including naming containment contexts.contain and content-visibility for a better user experience.Using container size and style queries
@container, including style queries for custom properties, query syntax and names, and nesting container queries.CSS conditional rules module
CSS media queries module
not, or, and and)CSS transitions module
CSS box sizing module
CSS counter styles module
CSS nesting module
{{Specifications}}