paulirish / css3please

use Autoprefixer instead. <3
http://css3please.com
387 stars 65 forks source link

added the background-clip rules #45

Closed matthewlein closed 13 years ago

matthewlein commented 13 years ago

I think background-clip: padding-box is what people will want 99% of the time (why isn't it the browser default?) to prevent the bg color from creeping out

paulirish commented 13 years ago

I really like the /* Keeps bg color from leaking outside border */ that you had in the issue.. could we use that?

and maybe just line up all these guys on the same line?

also probably dont need to make the padding aspect editable.

matthewlein commented 13 years ago

I liked that too, but it looked like you favored version numbers instead. I guess the version numbers don't matter too much, since you will probably never change it.

There are use cases for content-box, like a dashed or dotted line...so to be perfect it would have to stay editable. But non-editable is still better than nothing.

paulirish commented 13 years ago

thanks! i made the adjustments.

pulled. https://github.com/paulirish/css3please/compare/1ba0371...0176961