Skip to content
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

Use interface mixins instead of [NoInterfaceObject] #54

Merged
merged 1 commit into from
Dec 23, 2017

Conversation

romandev
Copy link
Contributor

@romandev romandev commented Dec 15, 2017

WebIDL recently introduced dedicated syntax for mixins[1]. So, we can
replace [NoInterfaceObject] and implements with interface mixin and
includes.

This following interface is impacted by this change:

  • NavigatorStorage

This fixes #53 issue.

Test: web-platform-tests/wpt#8702

[1] whatwg/webidl@45e8173


Preview | Diff

@annevk
Copy link
Member

annevk commented Dec 18, 2017

@romandev thanks! Could you please add your name to the list of acknowledgments?

WebIDL recently introduced dedicated syntax for mixins[1]. So, we can
replace `[NoInterfaceObject]` and `implements` with `interface mixin` and
`includes`.

This following interface is impacted by this change:
  - NavigatorStorage

This fixes whatwg#53 issue.

[1] whatwg/webidl@45e8173
@romandev
Copy link
Contributor Author

@annevk Gentle ping :)

@annevk annevk merged commit 37030a2 into whatwg:master Dec 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Update WebIDL definition(s) to use new mixin syntax
2 participants