[css-houdini-drafts] Pull Request: Fix mixin keyword in IDL

lukebjerring has just submitted a new pull request for https://github.com/w3c/css-houdini-drafts:

== Fix mixin keyword in IDL ==
While adding a test in https://github.com/web-platform-tests/wpt/pull/9773 it highlighted the incorrect IDL. `CanvasState` etc are `interface mixin`s, not interfaces, so are to be `includes` not `implements`.

See https://github.com/w3c/css-houdini-drafts/pull/765

Received on Wednesday, 6 June 2018 15:02:42 UTC