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

Fieldsets have common attribute and size is widen than I think.. #848

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

oinochoe
Copy link

I had in trouble with code without attribute 'min-inline-size:auto'..
Because many attributes have min-inline-size..
Especially, fieldsets have that size, and I can't make this element to 'width: 100%'.

@mattbrundage
Copy link
Contributor

It's not appropriate to override min-inline-size for fieldset. Both Chromium and Gecko apply min-inline-size: min-content to fieldsets in their UA stylesheets, while Safari applies a similar min-width: min-content. So min-content looks like a clear precedent.

@oinochoe
Copy link
Author

oinochoe commented May 3, 2021

It's not appropriate to override min-inline-size for fieldset. Both Chromium and Gecko apply min-inline-size: min-content to fieldsets in their UA stylesheets, while Safari applies a similar min-width: min-content. So min-content looks like a clear precedent.

@mattbrundage exactly, i think browser supporters will make it better solution, and they have to to that.
more clearly, we can still overwrite the attribute. thanks for the reply : )

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

Successfully merging this pull request may close these issues.

None yet

2 participants