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

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.