- From: Julien Cayzac <noreply@github.com>
- Date: Wed, 16 Sep 2020 12:09:46 -0700
- To: public-webauthn@w3.org
Branch: refs/heads/master
Home: https://github.com/w3c/webauthn
Commit: eef23b1406d45ae95a2984311cd5e22b1e4fff09
https://github.com/w3c/webauthn/commit/eef23b1406d45ae95a2984311cd5e22b1e4fff09
Author: Julien Cayzac <jcayzac@users.noreply.github.com>
Date: 2020-09-16 (Wed, 16 Sep 2020)
Changed paths:
M index.bs
Log Message:
-----------
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
Received on Wednesday, 16 September 2020 19:09:57 UTC