css-houdini-drafts
css-houdini-drafts copied to clipboard
Mirror of https://hg.css-houdini.org/drafts
In [6.7. Serialization from CSSOM Value](https://www.w3.org/TR/2024/WD-css-typed-om-1-20240321/#cssom-serialization), several times we read: > If the value is the [`currentcolor`](https://www.w3.org/TR/css-color-4/#valdef-color-currentcolor) keyword, return "currentcolor". > Otherwise, return the result of serializing the [``](https://www.w3.org/TR/css-color-5/#typedef-color) value....
Hi, all. Thanks for continuing to push this forward. Recently, I was working on a blog post to compare the current state of CSS to what's currently possible with Less...
I wish there was a way to make re-usable CSS "functions". Currently, we can't make re-usable logic without unfortunately coupling to HTML markup. See: - https://stackoverflow.com/questions/63459791/why-do-these-css-variables-not-work-when-passed-into-calc - https://stackoverflow.com/questions/52015737/css-scoped-custom-property-ignored-when-used-to-calculate-variable-in-outer-scop As you...
There's a link to worklets' explainer in CSS Layout API explainer, but there's no such file in the repo: > See the worklets [explainer](../worklets/EXPLAINER.md) for a more involved explanation of...
We need to define the pipeline for not only authors but discussions during the meeting. When will the apply hooks be called, for example. Additionally, we should show dependencies from...
how to enable CSS.animationWorklet? I'm using chrome canary 124 with Experimental Web Platform features enabled, but still the CSS.animationWorklet turns out to be undefines on https pages
The "URL behavior examples" contained a typo where the used variable in the ``'s `style` attribute had 3 dashes (`-`) instead of 2.
Good evening, Has data- and audio-visualization been considered as a possible use-case of the PaintWorklet? (both static and real-time audio/data visualization) Currently, it seems there is no way to communicate...
If I understand the spec correctly, [`initial-value`](https://drafts.css-houdini.org/css-properties-values-api-1/#initial-value-descriptor) does not require to be validated when `syntax` is `*`. But in Chrome, given the CSS rules below: - the first rule is...
See discussion at https://github.com/w3c/csswg-drafts/issues/8114#issuecomment-1458935503 Since CSS can now represent infinite and NaN values, [Tab's proposal](https://github.com/w3c/csswg-drafts/issues/8114#issuecomment-1458964314) is to make CSSUnitValue use unrestricted double.