Expand description
CSS handling for the specified value of
position
s
Structs§
- https://drafts.csswg.org/css-anchor-position-1/#propdef-anchor-name
- https://drafts.csswg.org/css-anchor-position-1/#propdef-position-try-fallbacks
|| - Controls how the auto-placement algorithm works specifying exactly how auto-placed items get flowed into the grid: [ row | column ] || dense https://drafts.csswg.org/css-grid-2/#grid-auto-flow-property
- Controls how the Masonry layout algorithm works specifying exactly how auto-placed items get flowed in the masonry axis.
- Not associated with any particular grid item, but can be referenced from the grid-placement properties.
- https://drafts.csswg.org/css-anchor-position-1/#propdef-position-area
- https://drafts.csswg.org/css-anchor-position-1/#position-try-fallbacks
- Changes for the automatically-generated position option. Note that this is order-dependent - e.g.
flip-start flip-inline
!=flip-inline flip-start
. - Specified keyword values for the position-visibility property.
- https://drafts.csswg.org/css-grid/#named-grid-area
- Arc type for
Arc<TemplateAreas>
- Parser for grid template areas.
- Tokenize the string into a list of the tokens, using longest-match semantics
- A range of rows or columns. Using this instead of std::ops::Range for FFI purposes.
Enums§
- https://drafts.csswg.org/css-anchor-position-1/#propdef-scope
- This property specifies named grid areas.
- A keyword for the X direction.
- Masonry auto-placement algorithm item sorting option.
- Masonry auto-placement algorithm packing.
- https://drafts.csswg.org/css-anchor-position-1/#propdef-position-anchor
- Possible values for the
position-area
preperty’s keywords. https://drafts.csswg.org/css-anchor-position-1/#propdef-position-area - The specified value of a component of a CSS
<position>
. - https://drafts.csswg.org/css-anchor-position-1/#propdef-position-try-fallbacks [ [
|| ] | <‘position-area’> ] - How to swap values for the automatically-generated position tactic.
- https://drafts.csswg.org/css-anchor-position-1/#position-try-order-property
- A keyword for the Y direction.
Traits§
- Represents a side, either horizontal or vertical, of a CSS position.
Functions§
Type Aliases§
- A specified value for
anchor()
function. - A specified value for the
aspect-ratio
property. - The specified value of a horizontal position.
- A specified value for inset types.
- The specified value of a CSS
<position>
- The specified value of an
auto | <position>
. - The specified value of a vertical position.
- A specified value for the
z-index
property.