Re: [csswg-drafts] [css-ui?] Allow `<input>` and `<select>` to be sized by contents (#7552)

This does have similar issue to #7542 in that all these form elements already have *some* algorithm for defining their min-content, and max-content sizes. E.g. its roughly interoperable if you size various input elements as `width:min-content` today.
These `min-content` / `max-content` sizes are using directly within the flexbox algorithm. E.g. used for the content-size suggestion, `flex-basis:content`, etc. 

E.g. the `<select>` min/max content algorithm considers children. Above is just a different min/max content algorithm.

@emilio What happens when you trigger the min-content behaviour in flexbox (a zero width row flex should trigger, or do flex-basis:content).

-- 
GitHub Notification of comment by bfgeek
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7552#issuecomment-1202769287 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 2 August 2022 15:04:33 UTC