Re: [css-houdini-drafts] [css-paint-api] Rename paint(name, args) to paint-name(args)

We also ended up resolving against this sort of "munge the name into a larger ident" approach with variables - we moved away from `var-foo` creating a `foo` variable, in favor of just directly saying that `--foo` defined a `--foo` variable.

(That said, when Typed OM is stable and I start working on custom functions, you can always define a custom function with whatever name you want, then just indirect that into a `paint()` function.)

-- 
GitHub Notification of comment by tabatkins
Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/751#issuecomment-379737896 using your GitHub account

Received on Monday, 9 April 2018 12:51:28 UTC