Y
Hacker News
new
|
ask
|
show
|
jobs
by
esrauch
5154 days ago
There are dozens of rules someone could already have on the page that would break it, why make a special case for box-sizing?
1 comments
Skalman
5154 days ago
Because it's not unheard of to set * { box-sizing: border-box; }. In the same way, you shouldn't assume margin, padding or font-size to be anything in particular.
link