docs.rodeo

MDN Web Docs mirror

Layout mode

{{GlossarySidebar}} 

A layout mode, sometimes called layout, is a CSS algorithm that determines the position and size of element boxes based on the way they interact with their sibling and ancestor boxes.

There are several layout modes:

[!NOTE] Not all CSS properties apply to all layout modes. Most of them apply to one or two of them and have no effect if they are set on an element participating in another layout mode.

See also

In this article

View on MDN