Skip to content

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

Closed
oinochoe wants to merge 1 commit intonecolas:masterfrom
oinochoe:master
Closed

Fieldsets have common attribute and size is widen than I think..#848
oinochoe wants to merge 1 commit intonecolas:masterfrom
oinochoe:master

Conversation

@oinochoe
Copy link
Copy Markdown

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
Copy Markdown
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
Copy Markdown
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 : )

@oinochoe oinochoe closed this by deleting the head repository Mar 3, 2024
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.

2 participants