necolas / normalize.css

A modern alternative to CSS resets
http://necolas.github.io/normalize.css/
MIT License
52.48k stars 10.67k forks source link

Correct the width and height on 'body' element in all browsers #763

Closed nazarepiedady closed 5 years ago

mvasilkov commented 6 years ago

I would assume this is out of scope for normalize.css (also why set width at all).

garrettw commented 6 years ago

Which browsers need this to match the rest?

mvasilkov commented 6 years ago

@garrettw it's not the default in any browser I know of.

nazarepiedady commented 6 years ago

sorry guys, i think that could be a good features for normalize.css, because i had some problems with this, i want to add this properties to optimize the job.

garrettw commented 6 years ago

@nazarepiedady The point of normalize.css is only to fix browser behavior that is outside the norm established by other browsers (or outside the W3C spec). They have moved away from these so-called "opinionated" styles because, while they might be nice to have, they are not in line with this project's goals.

nazarepiedady commented 6 years ago

sorry, I really sorry!.

necolas commented 5 years ago

No thanks. This changes the default body layout. That's something you can do in your own code if you want.