andruud

Results 13 issues of andruud

The spec says anchor-scope scopes to "this subtree". It's not clear enough what we mean by that. I suggest changing to "inclusive [flat tree](https://drafts.csswg.org/css-scoping-1/#flat-tree) descendants". @tabatkins

css-anchor-position-1

What do you get if you serialize the computed value of `--x` here? ``` ``` ``` div { --x: attr(data-x length); } ``` I think we expect eager simplification (`3px`),...

css-values-5

I'm trying to understand how risky it is to change an already-established longhand into a shorthand. I'm opening this issue against cssom, because it's the only spec I can think...

cssom-1