is there a xxx-(block|inline)-(start|end)
for width
& height
props?
similar to margin-(block|inline)-(start|end)
, padding-(block|inline)-(start|end)
, border-(block|inline)-(start|end)
.
I want to create a widget that can be oriented horizontally, vertically, reverse-horizontally, etc.
I want to set the custom width
reflected to the css width
when the writting page in horizontal orientation, but reflected to css height
when vertical.
The properties are block-size
and inline-size