- From: =JeffH via GitHub <sysbot+gh@w3.org>
- Date: Wed, 16 Sep 2020 19:09:31 +0000
- To: public-webauthn@w3.org
The following commits were just pushed by equalsJeffH to https://github.com/w3c/webauthn:
* Update "feature policy" refs to new name "permissions policy" (#1473) (#1476)
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
```
> **Note:** The 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
by Julien Cayzac
https://github.com/w3c/webauthn/commit/eef23b1406d45ae95a2984311cd5e22b1e4fff09
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 16 September 2020 19:09:33 UTC