(CSS) Applying "background-origin: border-box" to the body tag...
Would I be a complete idiot to add "background-origin: border-box" to my body tag; so that I never have to worry about background alignment again? I just learned about the property, and feel like "border-box" should have been the default behavior from the start, not "padding-box" (as is the case now).
Am I overlooking potentially nasty side-effects by trying to make "border-box" the default behavior, which is what I'm assuming applying it to the body tag will do?
