Tab Atkins Jr.
Tab Atkins Jr.
From @andruud in #11055: > > [Pending-substitution values](https://drafts.csswg.org/css-variables/#pending-substitution-value) must be serialized as the empty string, if an API allows them to be observed. > > https://drafts.csswg.org/css-variables/#substitution-in-shorthands > > Authors do...
Yeah, so far I avoided exposing this just for lack of use-case, but if the lack is confusing authors, we should def expose it. I haven't given a lot of...
> This has two consequences: 1) Bikeshed checks every `var` is used at least once, to catch typos; 2) Bikeshed includes a script which lets you click on a variable...
> (You can't wrap a `` around a `` + `` pair.) Yes you can - `` is now allowed in the content model of ``, specifically to let you...
If we added this, it would indeed extend the `` grammar, so @larsenwork's example syntax (the timing function on its own, comma-separated from the two surrounding color-stops) is indeed how...
My concern is just whether the midpoint approach can give a decent-looking "soft fade", not whether it can reproduce any particular mathematical definition. It appears to be good enough for...
"Single timing function crossing all the stops" is not how animations work right now; when you supply an `animation-timing-function`, it just sets the default for all the keyframes' individual timing...
Yeah, this is about movement specifically; while there are probably variants of motion blur that can do stuff with color, the traditional and widely-understood definition involves tracking how a given...
I'm assuming we'd just have a "none" (the default) and a "please, if you can" value, with the latter being defined by a general description but leaving the precise details...
I quite like this! The fact that it directly handles straight lines (bevel), round corners, squircles, *and* square corners (and the *inversions* of all of them; scoop and notch) is...