- From: mwatson2 via GitHub <sysbot+gh@w3.org>
- Date: Fri, 10 Jun 2016 20:51:51 +0000
- To: public-html-media@w3.org
mwatson2 has just created a new issue for
https://github.com/w3c/encrypted-media:
== WedIDL: partial interface definition cannot specify inheritance ==
We have:
```WebIDL
partial interface HTMLMediaElement : EventTarget { ... };
```
however according to
https://heycam.github.io/webidl/#dfn-partial-interface a partial
interface definition cannot specify inheritance. `HTMLMediaElement`
inherits `Element` which inherits `Node` which inherits `EventTarget`,
so we do not need to specify this.
Please view or discuss this issue at
https://github.com/w3c/encrypted-media/issues/250 using your GitHub
account
Received on Friday, 10 June 2016 20:51:53 UTC