Closed oinochoe closed 8 months ago
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.
It's not appropriate to override
min-inline-size
forfieldset
. Both Chromium and Gecko applymin-inline-size: min-content
to fieldsets in their UA stylesheets, while Safari applies a similarmin-width: min-content
. Somin-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 : )
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%'.