Skip to content

Commit

Permalink
Grammar: removed sentence (#19040)
Browse files Browse the repository at this point in the history
  • Loading branch information
estelle authored Aug 2, 2022
1 parent e7f1c90 commit c18e317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/css/containing_block/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The process for identifying the containing block depends entirely on the value o

1. If the `position` property is **`static`**, **`relative`**, or **`sticky`**, the containing block is formed by the edge of the _content box_ of the nearest ancestor element that is either **a block container** (such as an inline-block, block, or list-item element) or **establishes a formatting context** (such as a table container, flex container, grid container, or the block container itself).
2. If the `position` property is **`absolute`**, the containing block is formed by the edge of the _padding box_ of the nearest ancestor element that has a `position` value other than `static` (`fixed`, `absolute`, `relative`, or `sticky`).
3. If the `position` property is **`fixed`**, the containing block is established by the {{glossary("viewport")}} (in the case of continuous media) or the page area (in the case of paged media).Also, when the [`will-change`](/en-US/docs/Web/CSS/will-change) property is set to `transform`, the initial containing block established by this.
3. If the `position` property is **`fixed`**, the containing block is established by the {{glossary("viewport")}} (in the case of continuous media) or the page area (in the case of paged media).
4. If the `position` property is **`absolute`** or **`fixed`**, the containing block may also be formed by the edge of the _padding box_ of the nearest ancestor element that has the following:

1. A {{cssxref("transform")}} or {{cssxref("perspective")}} value other than `none`
Expand Down

0 comments on commit c18e317

Please sign in to comment.