css-houdini-drafts icon indicating copy to clipboard operation
css-houdini-drafts copied to clipboard

Mirror of https://hg.css-houdini.org/drafts

Results 110 css-houdini-drafts issues
Sort by recently updated
recently updated
newest added

Currently the default when registering a custom layout if for blockification to occur on all children. E.g. ```html abc def ``` `abc`, and `def` are wrapped in anonymous blocks. This...

css-layout-api-1

One thing I haven't seen yet in Houdini is a proposal for declaring generic custom functions that modify an input set of CSS tokens to return a new arbitrary CSS...

css-functions-api-1

In the AnimationWorklet spec there's a [spring example](https://drafts.css-houdini.org/css-animationworklet-1/#example-1). The primary use case for a spring animation is to preserve existing velocity in subsequent animations for natural interactions. In Popmotion we...

_From @RByers on September 22, 2016 15:53_ For example, in the spring example it should be possible for the Animator to somehow say "I'm done now, stop invoking my `animate`...

css-animationworklet-2

Following code is not working on: OSX Catalina 10.15.1 -Chromium 80.0.3985.3 (Official Build) canary (64-bit) -MS Edge 76.0.176.0 (Official build) Canary (64-bit) -Safari Technology Preview 13.1 ``` Test myContents registerPaint('foo',...

As part of understanding what we need for Compositing/UI Workers/Scroll API, it would be good to list the types of effects we're planning to enable. Rick and Ian have already...

Scrolling / Compositing Workers

From https://drafts.css-houdini.org/css-layout-api/#layout-api-box-tree, > The inflow children of a layout API container can act in different ways [...] > If the value of layout options' childDisplay is "block" the display value...

css-layout-api-1

Hi! I want to use Paint API to generate a random background-color in an element, but I would like to get the currentColor of context to generate a random color...

css-paint-api-1
css-typed-om-1
Needs Design

There are many examples of paint worklet being used to generate interesting random patterns: https://paintlets.herokuapp.com/ https://css-houdini.rocks/rough-boxes However, using Math.random() in your paint worklet means that any time the browser needs...