I ran into an IE 9 - 11 bug last night that would have been fixed with a css reset and now I have more respect for normalize.css
What does it do?
Preserves useful defaults, unlike many CSS resets.
Normalizes styles for a wide range of elements.
Corrects bugs and common browser inconsistencies.
Improves usability with subtle modifications.
Explains what code does using detailed comments.
Read more and download on GitHub