- From: François REMY via GitHub <sysbot+gh@w3.org>
- Date: Mon, 29 Apr 2019 10:23:16 +0000
- To: public-houdini-archive@w3.org
I am not sure forbidding recursion is desirable. Recursion could be useful in some cases (like if you want to apply an effect multiple times with different parameters to the same image) but maybe we need to define what happens when such a recursion occurs. Eventually, if you are truly looping, you will get a stack overflow exception thrown, which seems like the right thing to do. -- GitHub Notification of comment by FremyCompany Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/877#issuecomment-487528802 using your GitHub account
Received on Monday, 29 April 2019 10:23:18 UTC