Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[css-flexbox] Leftover from #1920 #2103

Closed
Loirooriol opened this issue Dec 11, 2017 · 1 comment
Closed

[css-flexbox] Leftover from #1920 #2103

Loirooriol opened this issue Dec 11, 2017 · 1 comment

Comments

@Loirooriol
Copy link
Contributor

CSS Flexbox says

To provide a more reasonable default minimum size for flex items, this specification introduces a new auto value as the initial value of the min-width and min-height properties defined in CSS 2.1.

But since #1920 is is false, now this new initial value is defined in CSS Sizing.

So Flexbox should say something similar to CSS Grid:

To provide a more reasonable default minimum size for flex items, this specification defines that the auto value of min-width/min-height applies an automatic minimum size in the main axis to flex items whose overflow is visible in the main axis.

Additionally there is a problem with the bikeshed syntax,

<dt>''min-width/height: auto''

is displayed as ‘height: auto’, which is so misleading. If you use the quote above, this paragraph should probably be deleted anyway.

@fantasai
Copy link
Collaborator

Done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants