You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We resolved to continue using the "cache" props approach [here](w3c#743 (comment)) but we still need to be consistent in using webidl algorithms for invoking and construction operation.
The following changes fix this:
- Use VoidFunction type for constructor, and Function type for animate and destroy callbacks
- Use convert algorithm to convert incoming values to proper types upon registration
- Use invoke/construct algorithms to call or construct. This ensure the proper setup in place which addresses the original reported issue.
Fixesw3c#94
That would match other CSSOM string serialization IDL attributes.
The text was updated successfully, but these errors were encountered: