Expand description
CSS handling for the specified value of
position
s
Structs§
- Anchor
Name - https://drafts.csswg.org/css-anchor-position-1/#propdef-anchor-name
- Dashed
Ident AndOr TryTactic - https://drafts.csswg.org/css-anchor-position-1/#propdef-position-try-fallbacks
|| - Grid
Auto Flow - 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
- Masonry
Auto Flow - Controls how the Masonry layout algorithm works specifying exactly how auto-placed items get flowed in the masonry axis.
- Named
Area - Not associated with any particular grid item, but can be referenced from the grid-placement properties.
- Position
Area - https://drafts.csswg.org/css-anchor-position-1/#propdef-position-area
- Position
TryFallbacks - https://drafts.csswg.org/css-anchor-position-1/#position-try-fallbacks
- Position
TryFallbacks TryTactic - Changes for the automatically-generated position option.
Note that this is order-dependent - e.g.
flip-start flip-inline
!=flip-inline flip-start
. - Position
Visibility - Specified keyword values for the position-visibility property.
- Template
Areas - https://drafts.csswg.org/css-grid/#named-grid-area
- Template
Areas Arc - Arc type for
Arc<TemplateAreas>
- Template
Areas Parser - Parser for grid template areas.
- Template
Areas 🔒Tokenizer - Tokenize the string into a list of the tokens, using longest-match semantics
- Unsigned
Range - A range of rows or columns. Using this instead of std::ops::Range for FFI purposes.
Enums§
- Anchor
Scope - https://drafts.csswg.org/css-anchor-position-1/#propdef-scope
- Grid
Template Areas - This property specifies named grid areas.
- Horizontal
Position Keyword - A keyword for the X direction.
- Masonry
Item Order - Masonry auto-placement algorithm item sorting option.
- Masonry
Placement - Masonry auto-placement algorithm packing.
- Position
Anchor - https://drafts.csswg.org/css-anchor-position-1/#propdef-position-anchor
- Position
Area Keyword - Possible values for the
position-area
preperty’s keywords. https://drafts.csswg.org/css-anchor-position-1/#propdef-position-area - Position
Component - The specified value of a component of a CSS
<position>
. - Position
TryFallbacks Item - https://drafts.csswg.org/css-anchor-position-1/#propdef-position-try-fallbacks
[ [
|| ] | <‘position-area’> ] - Position
TryFallbacks TryTactic Keyword - How to swap values for the automatically-generated position tactic.
- Position
TryOrder - https://drafts.csswg.org/css-anchor-position-1/#position-try-order-property
- Vertical
Position Keyword - A keyword for the Y direction.
Traits§
- Side
- Represents a side, either horizontal or vertical, of a CSS position.
Functions§
- is_
compatible_ 🔒pairing - is_
item_ 🔒order_ definite_ first - is_
name_ 🔒code_ point - is_
pack_ 🔒with_ non_ default_ order
Type Aliases§
- Anchor
Function - A specified value for
anchor()
function. - Aspect
Ratio - A specified value for the
aspect-ratio
property. - Horizontal
Position - The specified value of a horizontal position.
- Inset
- A specified value for inset types.
- Position
- The specified value of a CSS
<position>
- Position
OrAuto - The specified value of an
auto | <position>
. - Vertical
Position - The specified value of a vertical position.
- ZIndex
- A specified value for the
z-index
property.