[encrypted-media] ReSpec has 17 warnings and is omitting some text

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

== ReSpec has 17 warnings and is omitting some text ==
16 of the warnings are of the form:
```No <dfn> for Navigator. Please define it and link to spec that declares it. See https://github.com/w3c/respec/wiki/data--cite```

The other is:
```[WebIDL] is referenced in 3 ways: ('WebIDL', 'WEBIDL', 'WEBIDL-LS'). This causes duplicate entries in the reference section.```

Potentially related, some object members are omitted from the generated document.

For example, in https://w3c.github.io/encrypted-media/encrypted-media-respec.html#example-source-and-key-known
```if (!video.)```
should be
```if (!video.mediaKeys) {```

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

Received on Sunday, 11 June 2017 02:17:22 UTC