-
Notifications
You must be signed in to change notification settings - Fork 689
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[web-animations-2] Web IDL syntax error #11624
Comments
I suspect the intent of the change was to set default values for the attributes. Default values are not allowed in |
Also note that, even without the default value, the definition of the attribute remains invalid for the same reason as that noted in |
Thanks! I'll push a fix |
I think this should do as a fix: #11630 |
Oh, failed to notice, but another IDL hiccup will appear once you fix the other ones: a nullable union cannot include a dictionary type, see https://webidl.spec.whatwg.org/#idl-nullable-type That will happen because dictionary members in |
Fixed. |
🤖 This is an automatic issue report for Web IDL syntax error. 🤖
webidl2.js says:
Please file an issue at https://github.com/saschanaz/webidl-updater/issues/new if you think this is invalid or should be enhanced.
The text was updated successfully, but these errors were encountered: