I have been using normalize.css for a very long time. I was wondering if this is still the best style normaliser today.
For me, normalize.css.
Normalize.css still works pretty well for me.
While most css resets completely remove the browser default styles, Normalize.css preserves some useful default styles and makes them consistent over different browsers.. Which in my opinion is a good thing.
Robert van der Elst
Front End Designer
I use a stripped normalize.css . I remove the declarations of tags I don't use, like dfn, sub and sup for example.