- From: Julien Cayzac via GitHub <sysbot+gh@w3.org>
- Date: Sat, 29 Aug 2020 02:40:38 +0000
- To: public-webauthn@w3.org
jcayzac has just submitted a new pull request 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
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 Saturday, 29 August 2020 02:40:40 UTC