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

I even prefer
`<name>(args)`
e.g. `chat-bubble(blue);`
But encourage devs to use names with the prefix "paint-"

This to make real "simply-work-polyfills".

And couse your proposal is not compatible with this idea, i am against it.

Same goes vor
- CSS variables: `var(my-var);` or `var(font-size)`  (no "--") 
- Layout API: `display: super-masonry;`
Most people would say this is too lax, but in javascript this works too and its good that we can polyfill "[].forEach".

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

Received on Wednesday, 11 April 2018 10:47:36 UTC