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

> @nox Wouldn't that apply to defining custom function mames anyway?

Not sure what you mean by custom function names. My issue wrt to the parsing code is that we would need to cut the ident and look at parts of it. I don't think custom function names would require me to inspect the actual name of the function.

The other issue I just thought of with `paint-<name>(…)` is that this forbids any additional `paint-*(<name>, …)` function in that position, if that is ever needed in the future.

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

Received on Monday, 9 April 2018 13:12:18 UTC