Skip to content

Fix mixin keyword in IDL #765

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

Merged
merged 1 commit into from
Jun 6, 2018
Merged

Fix mixin keyword in IDL #765

merged 1 commit into from
Jun 6, 2018

Conversation

lukebjerring
Copy link
Contributor

@lukebjerring lukebjerring commented Jun 6, 2018

While adding a test in web-platform-tests/wpt#9773 it highlighted the incorrect IDL. CanvasState etc are interface mixin, not interface, so are to be includes not implements.

While adding a test in web-platform-tests/wpt#9773 it highlighted the incorrect IDL. `CanvasState` etc are `interface mixin`s, not interfaces, so are to be `includes` not `implements`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants