Josh Tumath
Josh Tumath
> Would it be possible to use `:scope > *:not(:last-child)` instead? Yeah that would do the same thing. However, I would have thought that be against the rules of the...
This is such a great idea! Hopefully, this can help with the proposed HTML `loading` attribute, as well (whatwg/html#3752). The attribute is designed to prevent making a network request for...
I really like this, but I'm curious how this would work under the hood. Let's say the API is like what @mayank99 is proposing with a `disclosure` attribute. Would it...
We can reproduce as well in Chrome. In Firefox, the bug only sometimes happens, but normally Firefox will take the icon specified in manager-head over the one defined by Storybook....
[css-borders][css-images] Properly address border image use cases, and kill `border-image` with fire
> I don't believe 9-slice scaling is useful beyond border images. I'd even say it is not useful at all besides reducing network requests. Well, yes, 9-slice scaling definitely seems...
[css-borders][css-images] Properly address border image use cases, and kill `border-image` with fire
> Presumably this was done because border-image was designed before @supports, so we probably thought border-radius and border can be used to provide a decent fallback? Could it be related...
I think with whatever we decide, the masonry layout should be enabled using the `display` property. It makes it much clearer that we're opting into a different kind of layout...