Skip to content

Commit

Permalink
fix(CSS): update an internal link (mdn#27922)
Browse files Browse the repository at this point in the history
  • Loading branch information
OnkarRuikar authored Jul 14, 2023
1 parent dd193ed commit eac93fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/css/transform/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ If the property has a value different than `none`, a [stacking context](/en-US/d
In that case, the element will act as a [containing block](/en-US/docs/Web/CSS/Containing_block) for any `position: fixed;` or `position: absolute;` elements that it contains.

> **Warning:** Only transformable elements can be `transform`ed.
> That is, all elements whose layout is governed by the CSS box model except for: [non-replaced inline boxes](/en-US/docs/Web/CSS/Visual_formatting_model#inline-level_elements_and_inline_boxes), [table-column boxes](/en-US/docs/Web/HTML/Element/col), and [table-column-group boxes](/en-US/docs/Web/HTML/Element/colgroup).
> That is, all elements whose layout is governed by the CSS box model except for: [non-replaced inline boxes](/en-US/docs/Glossary/Inline-level_content), [table-column boxes](/en-US/docs/Web/HTML/Element/col), and [table-column-group boxes](/en-US/docs/Web/HTML/Element/colgroup).
## Syntax

Expand Down

0 comments on commit eac93fd

Please sign in to comment.