css-houdini-drafts
css-houdini-drafts copied to clipboard
Mirror of https://hg.css-houdini.org/drafts
https://drafts.css-houdini.org/css-properties-values-api-1/#custom-property-registration I've been using the `@property` syntax over the last few weeks and to this point I've found it quite useful. I keep however finding myself wondering if it could...
CSS pseudo elements need to be explained and exposed as part of the CSS Houdini efforts. Let's start with moving this work to the Bot Tree API spec.
https://drafts.css-houdini.org/css-properties-values-api/#computationally-independent The note in here gives an example of "1in" being computationally independent and "3em" not. It would be even better if this clarified whether units like "vw", which are...
In the AnimationWorklet spec there's a [spring example](https://drafts.css-houdini.org/css-animation-worklet-1/#example-1). It shows an example of an A->B transition being driven by a spring-like curve. There is a use-case where an animation is...
#315 was fixed without considering "unit algebra". CSS Values 4 allows dividing by dimensions, so we may have ```css @property --my-font-size { syntax: ""; inherits: false; initial-value: 0; } div...
"`structuredClone` can’t deal with CSSUnitValue objects" issue is filed on crbug [1]. Currently, the css-typed-om spec[2] does not mark the [Serializable] attribute for typed-om objects. Consequently, these objects are not...
Fixes #1099
https://drafts.css-houdini.org/css-properties-values-api-1/#registering-custom-properties should probably use CSSOMString, since it's a CSSOM API, effectively.
This is pretty much the same as https://github.com/w3c/csswg-drafts/issues/1325. https://drafts.css-houdini.org/css-properties-values-api/#register-a-custom-property > Attempt to parse name as a ``. This suggests using a CSS parser to parse the contents of a JS...