[css-houdini-drafts] [css-paint-api] Computed vs. specified values in inputArguments (#896)

andruud has just created a new issue for https://github.com/w3c/css-houdini-drafts:

== [css-paint-api] Computed vs. specified values in inputArguments ==
What is the rationale behind passing _specified_ values to the worklet via `inputArguments`? E.g. if I do `paint(foo, 1em)`, I'm currently supposed to get (if we ignore that it can't be reified, #895) a `CSSUnitValue` with `1em`. Isn't it more useful to have that `em` actually resolve against the font-size before passing it to the worklet?

cc @bfgeek 


Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/896 using your GitHub account

Received on Friday, 31 May 2019 11:31:09 UTC