Should the following be shunned, or praised for its simplicity? For the record, I use it in every site I build, but I've noticed it's not present in many main-stream CSS-Reset frameworks...is there a reason they don't use it too?
* { margin:0; padding:0; }
Edit: I was curious about performance, mostly.