- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Tue, 08 Oct 2024 05:03:38 +0000
- To: public-css-archive@w3.org
`width: auto` is an [automatic size](https://drafts.csswg.org/css-sizing-3/#automatic-size), which can have various different behaviors, e.g. - For non-replaced in-flow blocks with `justify-self: normal` in an horizontal writing mode, it behaves like `stretch` so it's extrinsic. - For floats it behaves as `fit-content` instead, i.e. like `stretch` but clamped between `min-content` and `max-content`, so mostly intrinsic I would say. `height: auto` is also an automatic size, but the rules for automatic sizes tend to be different on the inline and the block axes. -- GitHub Notification of comment by Loirooriol Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11009#issuecomment-2398845465 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 8 October 2024 05:03:39 UTC