- From: Ningxin Hu via GitHub <sysbot+gh@w3.org>
- Date: Tue, 24 Jan 2017 03:16:25 +0000
- To: public-media-capture-logs@w3.org
> @huningxin I figured this out. The proper fix for this is to use the data-dfn-for attribute as follows: <dfn data-dfn-for="MediaTrackCapabilities"><code>videoKind</code></dfn> and the same for the other dictionaries and members. I tried `data-dfn-for`. It doesn't solve the errors. I actually think it is an respec bug, as I already define the `data-dfn-for` in the ``` <dl data-link-for="MediaTrackSupportedConstraints" data-dfn-for= "MediaTrackSupportedConstraints" class="dictionary-members"> ``` It follows the mediacapture-main: https://github.com/w3c/mediacapture-main/blob/master/getusermedia.html#L1336 -- GitHub Notification of comment by huningxin Please view or discuss this issue at https://github.com/w3c/mediacapture-depth/pull/149#issuecomment-274690064 using your GitHub account
Received on Tuesday, 24 January 2017 03:16:33 UTC