css-houdini-drafts
                                
                                 css-houdini-drafts copied to clipboard
                                
                                    css-houdini-drafts copied to clipboard
                            
                            
                            
                        Mirror of https://hg.css-houdini.org/drafts
https://drafts.css-houdini.org/worklets/#dom-worklet-addmodule Right now, step 12 queues a task on each global, calling https://drafts.css-houdini.org/worklets/#fetch-and-invoke-a-worklet-script. Step 2 waits on the completion of "fetch a worklet script". This either "waits" on the event...
IIUC, ```CSS``` is not an instance but an interface (and will be changed to ```namespace```?), so ```paintWorklet``` could be a static attribute[2] like this: ``` partial interface CSS { [SameObject]...
We should decided where the event loop should be specified (either in houdini or the HTML spec). The timing of when events are handled respective to when rAF runs is...
There are a handful of use cases where it'd be useful to register a custom pseudo-class for simplification or even extension of CSS capabilities. ## Use Cases ### `:visible` Target...
Does anywhere normatively say what should happen when you print the document? I guess it's technically implementation defined, and just assumed that the page is laid out for the new...
Background: After continually running into walls with getting better WebIDL support for array-likes, I gave up and designed CSSTransformValue and CSSUnparsedValue to use the family of existing WebIDL features that...
The serialization rules for calc() have specified for several years that, if you're serializing a computed or used value that contains a calc(), and that calc() has been simplified into...
There've been growing number of use cases requiring the ability to perform inline layout on strings that aren't necessary part of any DOM fragment. Consider any application with a complex...
Specs: CSS Properties and Values: https://drafts.css-houdini.org/css-properties-values-api/#dependency-cycles-via-relative-units CSS Variables: https://drafts.csswg.org/css-variables/#invalid-variables Related spec bugs: https://github.com/w3c/css-houdini-drafts/issues/821 Chromium recently changed their behaviour for fallback of registered custom properties (https://github.com/web-platform-tests/wpt/pull/14039). It seems to me that...
## What We want to observe computed property values (custom or not). For example: - When an element's computed `left` style changes (for any reason, including CSS transitions, or stylesheet...