Remove intrinsic min-width of fieldset#272
Conversation
normalize.css
Outdated
There was a problem hiding this comment.
Properties should be in alphabetical order
|
Please squash into a single commit. You can force-push to your remote branch rather than creating another pull request. |
At least Firefox [1] and Chrome [2] have a legacy/ intrinsic min-width for the fieldset element. This removes it. The fix is especially useful on mobile. [1] https://bugzilla.mozilla.org/show_bug.cgi?id=504622 [2] http://stackoverflow.com/questions/8084343/google-chrome-fieldset-overflow-bug
|
Like this? |
|
Yep, thanks! Needs a test in the |
test for the `min-width: 0` rule. Test with for example with Chrome by making the window as narrow as possible.
|
I've added a small test although the existing fieldsets would have been enough to demonstrate the problem. |
|
This doesn't seem to fix Firefox. Will probably revert this. |
|
Ok, you confirmed what I found out in my last test, I was sure that it fixes also FF but at least with 26 it isnt. |
|
None of the table displays works without side-effects. Doesn't seem to be much we can do to work around. |
At least Firefox [1] and Chrome [2] have a legacy/ intrinsic min-width
for the fieldset element.
This removes it. The fix is especially useful on mobile.
[1] https://bugzilla.mozilla.org/show_bug.cgi?id=504622
[2] http://stackoverflow.com/questions/8084343/google-chrome-fieldset-overflow-bug