[encrypted-media] WebIDL has link errors after contiguous IDL conversion

jdsmith3000 has just created a new issue for 
https://github.com/w3c/encrypted-media:

== WebIDL has link errors after contiguous IDL conversion ==
EME WebIDLs has some link errors:

- `Interface MediaKeys` has a link, but shouldn’t.  It’s linked to the
 `mediaKeys` attribute for HTMLMediaElements.

- The HTMLMediaElement `mediaKeys` attribute doesn’t have a link, and 
`MediaKeys?` is incorrectly linked to the attribute instead of the 
enum.

@mwatson2 reports that this is the same ReSpec bug that caused trouble
 for MSE (w3c/media-source#83): two things with the same 
(case-insensitive) name.

EME also doesn't have the links to external data types that MSE has 
(looks like it never had them).

He can do the same fix as I did for MSE, or we can wait and see if the
 ReSpec bug gets fixed in time.


Please view or discuss this issue at 
https://github.com/w3c/encrypted-media/issues/293 using your GitHub 
account

Received on Wednesday, 3 August 2016 18:02:56 UTC