if for a class i include "background:#252", the browser will assume the rest of the background properties that i didn't specify. If instead I used "background-color:#252", would it cause the browser to assume the exact same about the rest of the background properties that i leave unspecified?
background:#252 is shorter, but i wonder if it would be better to use background-color:#252? thanks.