Re: [mediacapture-main] Broken links in section 13 to permissions policy (#713)

@dontcallmedom Hmm, respec says [how to cite](https://respec.org/xref/?term=policy-controlled+feature&types=_CONCEPT_) is `[=policy-controlled feature=]`, which is [what we're doing](https://github.com/w3c/mediacapture-main/blob/46de6dc056b9a3f23f930d51046a6bdbac9e4449/getusermedia.html#L4981):
```html
   <p>This specification defines two [=policy-controlled feature=]s
```
If instead I use the following then it works:
```html
    <p>This specification defines two
    <a data-cite="PERMISSIONS-POLICY/#policy-controlled-feature">policy-controlled feature</a>s
```
A respec or bikeshed bug? Or do I need to declare permissions-policy for citing somewhere?

-- 
GitHub Notification of comment by jan-ivar
Please view or discuss this issue at https://github.com/w3c/mediacapture-main/issues/713#issuecomment-677783684 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 20 August 2020 16:57:44 UTC