HTML24 / HTML5-template

Standard HTML5-based template for HTML24.
4 stars 4 forks source link

CSS Normalizer? #6

Open BoMoellerDK opened 11 years ago

BoMoellerDK commented 11 years ago

Hey guys,

Why aren't we using normalizer instead of a CSS reset? Check it out here: http://necolas.github.com/normalize.css/

DKvistgaard commented 11 years ago

Great idea to use that, i will just have to read a bit up on that one though. As I've understood it this normalize.css doesn't really work as any other reset styles. It doesn't reset the css, but rather resets places where it's needed for crossbrowser support and focuses on using standard browser stylings, and tries to normalize this standard styling for all browsers (IE8+). So we should decide if this is what we want, or if we want a complete reset of the styles.