Comment on Normalize.css v1.0.0parentComments−Skalman14yI believe that all of the CSS in there is the default CSS in at least one browser. It really intends to only normalize between browsers.−VMG14yWell the page says Improves usability with subtle improvements.−Skalman14yGood point. I think the only usability improvement is: button, html input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; } button[disabled], input[disabled] { cursor: default; }
Comments
I believe that all of the CSS in there is the default CSS in at least one browser. It really intends to only normalize between browsers.
Well the page says Improves usability with subtle improvements.
Good point. I think the only usability improvement is: