Sebastian Zartner
Sebastian Zartner
The question is rather whether this claim from the spec. is true: > Note: In Level 2 and Level 3 of Selectors, `:empty` did not match elements that contained only...
> The CSS Spec is done. As Alan Stearns points out in https://github.com/w3c/csswg-drafts/issues/8730, there's still an open discussion. Sebastian
I had changed one existing test for this, though now I've amended a specific test for the ticket. Sebastian
@zspitzer Anything left I need to do? (Also, please note my comments on the Jira ticket! I'd be happy to provide documentation for this change one it's merged.) Sebastian
> > perhaps later on inside `url()`? > > I would prefer some explicit way of concatenating strings into a string, which you may then use inside `url()`. String concatenation...
> In my practice, in almost any use case I had, the only thing I wanted was an ability to pass a color or a dimension to an SVG. This...
> Strawman proposal: `clip-path-mode: invert`? I wouldn't necessarily introduce a separate property for that but just add this keyword to `clip-path`. If the need to set it separately from the...
@mfreed7 wrote: > I kind of like `basestyle` - it says that it's related to styles, and it has "base" which I like for some reason. I do so as...
> > I do so as well. Though note, in CSS, names are generally dash-separated, so it should be `base-style`. > > But this is the name of an HTML...
For what it's worth, there are precedents like `text-decoration`, which was a [longhand in CSS 2.1](https://www.w3.org/TR/2011/REC-CSS2-20110607/text.html#propdef-text-decoration) but got turned into a [shorthand in CSS Text Decoration 3](https://drafts.csswg.org/css-text-decor-3/#text-decoration-property). Also `text-align` got...