Skip to content

Commit

Permalink
fix(css): The content-visibility: auto marks a containing block
Browse files Browse the repository at this point in the history
  • Loading branch information
OnkarRuikar authored Aug 8, 2024
1 parent cf331cc commit 2b3c80a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions files/en-us/web/css/containing_block/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ The process for identifying the containing block depends entirely on the value o
2. A {{cssxref("contain")}} value of `layout`, `paint`, `strict` or `content` (e.g. `contain: paint;`).
3. A {{cssxref("container-type")}} value other than `normal`.
4. A {{cssxref("will-change")}} value containing a property for which a non-initial value would form a containing block (e.g. `filter` or `transform`).
5. A {{cssxref("content-visibility")}} value of `auto`.

> [!NOTE]
> The containing block in which the root element ({{HTMLElement("html")}}) resides is a rectangle called the **initial containing block**. It has the dimensions of the viewport (for continuous media) or the page area (for paged media).
Expand Down

0 comments on commit 2b3c80a

Please sign in to comment.