[webauthn] Merged Pull Request: Update "feature policy" refs to new name "permissions policy" (#1473)

equalsJeffH has just merged jcayzac's pull request 1476 for https://github.com/w3c/webauthn:

== Update "feature policy" refs to new name "permissions policy" (#1473) ==
Before
------

```
LINK ERROR: No 'idl' refs found for 'userVerification' with for='['PublicKeyCredentialCreationOptions']'.
{{PublicKeyCredentialCreationOptions/userVerification}}
✔  Successfully generated, with 1 linking errors
```

After
-----

```
LINK ERROR: No 'idl' refs found for 'userVerification' with for='['PublicKeyCredentialCreationOptions']'.
{{PublicKeyCredentialCreationOptions/userVerification}}
WARNING: No 'sctn-feature-policy' ID found, skipping MDN features that would target it.
✔  Successfully generated, with 1 linking errors
```

The extra warning comes from a reference to the old anchor in the `mdn/webauth` cache, it's not due to any change in this spec:

https://github.com/tabatkins/bikeshed-data/blob/e142c0bd2c803105f927509f0cefc95dd132ed62/data/mdn/webauthn.json#L2065


<!--
    This comment and the below content is programatically generated.
    You may add a comma-separated list of anchors you'd like a
    direct link to below (e.g. #idl-serializers, #idl-sequence):

    Don't remove this comment or modify anything below this line.
    If you don't want a preview generated for this pull request,
    just replace the whole of this comment's content by "no preview"
    and remove what's below.
-->
***
<a href="https://pr-preview.s3.amazonaws.com/jcayzac/webauthn/pull/1476.html" title="Last updated on Sep 10, 2020, 6:22 AM UTC (22a75ec)">Preview</a> | <a href="https://pr-preview.s3.amazonaws.com/w3c/webauthn/1476/383971f...jcayzac:22a75ec.html" title="Last updated on Sep 10, 2020, 6:22 AM UTC (22a75ec)">Diff</a>

See https://github.com/w3c/webauthn/pull/1476


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

Received on Wednesday, 16 September 2020 19:09:32 UTC