@Meyerweb re: variables in media queries: there is a spec for this:
https://www.w3.org/TR/mediaqueries-5/#at-ruledef-custom-media
and a PostCSS plugin to use it: https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-media
For my taste a bit more cumbersome to use than necessary, but close enough to be usable in some cases. Not yet natively supported anywhere, though.
@sil More on "logical" CSS: https://drafts.csswg.org/css-logical-1/
@Meyerweb Lots of goodies on this list, pretty much 100% on board for all of these!
For logical properties, I hope they just come up with something like `shorthand-mode: logical` (physical would be the initial value) that inherits so you can swap it if needed on a descendent…
Additive values sounds very interesting. I'd use it a lot for box-shadow for sure!
Heed our prayers, browser gods!
@Meyerweb > Subgrid, masonry
Both in Fx already (and using). I'm currently having to think way harder than I should because the Blink team, which has the resources, is being a laggard on subgrid.
> Grid track styles
I'm also finding myself wanting say a background that can go 50% or 100% into the gap.
> Color shading and blending
I'm happy this is going the route it has correcting the gamma issue with blending colors in *most* tools, including Sass & Less.
P.S. typo @ "addd"