Brad Kemper

Results 31 comments of Brad Kemper
trafficstars

I completely missed this. Was there a spec change? Doesn't seem like there should be breaking changes this late in the game.

I would expect a circle shape to have a circle-shape box-shadow, no matter how big the spread.

A box-shadow with no offsets or blur, and a large spread, should be indistinguishable from a border of the same width as the spread (aside from affecting layout, etc.). The...

>> The padding edge (inner border) radius is the outer border radius minus the corresponding border thickness. In the case where this results in a negative value, the inner radius...

If this is about animating a high-spread shadow between a small border-radius and a zero border-radius, and seeing a sharp corner suddenly appear at the end, then I think that...

> If 0px has one behavior, but .000001px has a completely different behavior, that's discontinuous. (And we try to avoid that as much as possible, because it means that rounding...

> I'm a bit concerned about the implications of this for editing of style sheets. In particular, it introduces cases where deleting a rule (which has the initial & to...

> Maybe I am alone in thinking that the more verbose syntax of the current draft is actually a good feature :) But you could still be that verbose if...

Well for one thing, `border-radius` affects the shape the border-box, but `border-image-outset` can put the image outside of the border-box, with some combination of opaque and transparent or partially-opaque pixels....

>> Well for one thing, border-radius affects the shape the border-box, but border-image-outset can put the image outside of the border-box, with some combination of opaque and transparent or partially-opaque...