Live data from Hacker News

Normalize.css v1.0.0

necolas.github.com

1–10 of 32 posts

Re: Normalize.css v1.0.0

#3
Looks pretty good. Need to back-port a couple of my projects to use a reset like this because the slight variations between Chrome/Firefox/IE are starting to get on my nerves. Now just have to find some time for such a low-priority backlog item.

Re: Normalize.css v1.0.0

#4
This looks nice - will have to try it out later to see how it behaves. It's good to see a detailed breakdown and justification for each of the rules instead of a blanket styling dumped in with no thought.

I'm working on a project at the moment that has div {float:left} in the reset and it makes me weep.

Re: Normalize.css v1.0.0

#5
post #2

Well, for beginners, this will kill the basic idea to remember necessary things, But hey.. good job!

On the one hand, true, but on the other, it'll let them get started developing their actual site, rather than dig through obscure browser differences - thus making work more fun and easier to learn. At least in my experience.

Re: Normalize.css v1.0.0

#6
post #4

This looks nice - will have to try it out later to see how it behaves. It's good to see a detailed breakdown and justification for each of the rules instead of a blanket styling dumped in with no thought. I'm working on a project at the moment that has div {float:left} in the reset and it makes me weep.

I agree, it's great to be able to read it and actually know what it's doing. Much better than other resets which strip defaults.

Re: Normalize.css v1.0.0

#10
post #8

Is this something one could use as an alternative to "HTML5 Boilerplate" or does it serve a different purpose?

Uhm, the largest "html5 boilerplate" actually uses normalize. Normalize.css straightens the subtle differences in the default stylesheets for the different browsers. It is css only, not really a template. It is like giving different car manufacturers specs and designs to build a car. They all build the same car but slightly different. Normalize tries to make them look all exact the same (they still behave different though)
Post reply on HN