necolas / normalize.css

A modern alternative to CSS resets
http://necolas.github.io/normalize.css/
MIT License
52.48k stars 10.67k forks source link

Change the comment about fieldset for Firefox #829

Open SiarheiBobryk opened 4 years ago

SiarheiBobryk commented 4 years ago

Specifying the padding property for the fieldset element for Firefox is not necessary anymore. However, it is required for IE10 and IE11.

SiarheiBobryk commented 4 years ago

Firefox

Styling on:

firefox_before

Styling off (no padding changes):

firefox_after

IE11

Styling on:

ie11_before

Styling off (padding changed):

ie11_after

IE10

Styling on:

ie10_before

Styling off (padding changed):

ie10_after
mattbrundage commented 3 years ago

@SiarheiBobryk you're right. And here's the Firefox "correction" from 2018: https://bugzilla.mozilla.org/show_bug.cgi?id=1483527