Expand description
Shared resolution logic for sizing keywords (min-content, max-content, fit-content,
fit-content(...), and stretch) on the width/height style properties
Enumsยง
- Sizing
Keyword ๐Resolution - How a sizing keyword resolves to a used size
Functionsยง
- resolve_
absolute_ ๐sizing_ keywords - Resolve the sizing keywords (
min-content,max-content,fit-content,fit-content(...), andstretch) on the size styles of an absolutely positioned item, filling in the correspondingknown_dimensionsaxes. - resolve_
sizing_ ๐keyword - Resolve an itemโs size style in one axis if it is a sizing keyword (
min-content,max-content,fit-content,fit-content(...), orstretch).