Re: [presentation-api] Presentation API IDL Tests for Presentation Interface

@anssiko Web IDL is not entirely clear about that but I think that 
there would need to be a concrete `interface` defined that the 
`partial interface` blocks would extend. In our case, that would mean 
adding the following empty interface somewhere:

```html
<pre class="idl">
  interface Presentation {};
</pre>
```

-- 
GitHub Notification of comment by tidoust
Please view or discuss this issue at 
https://github.com/w3c/presentation-api/issues/230#issuecomment-182438900
 using your GitHub account

Received on Wednesday, 10 February 2016 15:48:46 UTC