Re: [css-houdini-drafts] [css-paint-api] Cycle possible using inputProperties() (#877)

@stephenmcgruer I guess I was handling a more general situation than your issue. In what I was envisioning, you would use parameters, like `paint(workletname, argumentA)` and depend on another `paint(worklet, argumentB)` in a different property. 

I guess you are right that a pure loop (depending on the exact `paint(worklet, *)` which you are currently painting wouldn't be very useful. I just don't know if that is worth specifying, or if that's better to let it throw a stack overflow and move on, rather than risking to over-restrict things. I suspect if someone carefully takes the time to sort it out, it should be possible to write a specific enough spec text to cover that case, I was just afraid we might draw a too-broad trait.

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

Received on Monday, 29 April 2019 11:56:07 UTC