You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Name: block-size, inline-size
Value: <<'width'>>
Initial: auto
Applies to: Same as 'width' and 'height'
Inherited: No
Percentages: As for the corresponding physical property
Computed value: Same as 'width', 'height'
Animatable: Same as 'width', 'height'
These properties correspond to the
'width' and 'height' properties.
The mapping depends on the element's 'writing-mode'.
Name: min-block-size, min-inline-size
Value: <<'min-width'>>
Initial: 0
Applies to: same as 'width' and 'height'
Inherited: No
Percentages: As for the corresponding physical property
Computed value: Same as 'min-width', 'min-height'
Animatable: Same as 'min-width', 'min-height'
These properties correspond to the
'min-width' and 'min-height' properties.
The mapping depends on the element's 'writing-mode'.
Name: max-block-size, max-inline-size
Value: <<'max-width'>>
Initial: none
Applies to: same as 'width' and 'height'
Inherited: no
Percentages: As for the corresponding physical property
Computed value: Same as 'max-width', 'max-height'
Animatable: Same as 'max-width', 'max-height'
These properties correspond to the
'max-width' and 'max-height' properties.
The mapping depends on the element's 'writing-mode'.
to:
Name: block-size, inline-size
Value: <<'width'>>
Initial: auto
Applies to: Same as 'height' and 'width'
Inherited: No
Percentages: As for the corresponding physical property
Computed value: Same as 'height', 'width'
Animatable: Same as 'height', 'width'
These properties correspond to the
'height' and 'width' properties.
The mapping depends on the element's 'writing-mode'.
Name: min-block-size, min-inline-size
Value: <<'min-width'>>
Initial: 0
Applies to: same as 'height' and 'width'
Inherited: No
Percentages: As for the corresponding physical property
Computed value: Same as 'min-height', 'min-width'
Animatable: Same as 'min-height', 'min-width'
These properties correspond to the
'min-height' and 'min-width' properties.
The mapping depends on the element's 'writing-mode'.
Name: max-block-size, max-inline-size
Value: <<'max-width'>>
Initial: none
Applies to: same as 'height' and 'width'
Inherited: no
Percentages: As for the corresponding physical property
Computed value: Same as 'max-height', 'max-width'
Animatable: Same as 'max-height', 'max-width'
These properties correspond to the
'max-height' and 'max-width' properties.
The mapping depends on the element's 'writing-mode'.
The text was updated successfully, but these errors were encountered:
In section:
Logical Height and Logical Width: the 'block-size' and 'inline-size' properties
https://drafts.csswg.org/css-logical-1/#dimension-properties
change from:
These properties correspond to the
'width' and 'height' properties.
The mapping depends on the element's 'writing-mode'.
These properties correspond to the
'min-width' and 'min-height' properties.
The mapping depends on the element's 'writing-mode'.
These properties correspond to the
'max-width' and 'max-height' properties.
The mapping depends on the element's 'writing-mode'.
to:
These properties correspond to the
'height' and 'width' properties.
The mapping depends on the element's 'writing-mode'.
These properties correspond to the
'min-height' and 'min-width' properties.
The mapping depends on the element's 'writing-mode'.
These properties correspond to the
'max-height' and 'max-width' properties.
The mapping depends on the element's 'writing-mode'.
The text was updated successfully, but these errors were encountered: