CSS: background:#252 or background-color:#252? will the first cause the browser to assume the same a
- by nick
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…