Skip to content

Commit

Permalink
polish linkages
Browse files Browse the repository at this point in the history
  • Loading branch information
equalsJeffH committed May 6, 2019
1 parent 8c363ac commit 82cb3b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.bs
Expand Up @@ -2428,10 +2428,10 @@ needs.
## Feature Policy integration ## {#sctn-feature-policy}

This specification defines a [=policy-controlled feature=] identified by
the string "<code><dfn data-lt="payment-feature">webauthn</dfn></code>".
the string "<code><dfn data-lt="webauthn-feature">webauthn</dfn></code>".
Its [=default allowlist=] is '<code>self</code>'. [[!Feature-Policy]]

A {{Document}}'s [=Document/feature policy=] determines whether any content in that document is allowed
A {{Document}}'s [=Document/feature policy=] determines whether any content in that <a href="https://html.spec.whatwg.org/multipage/dom.html#documents">document</a> is allowed
to successfully invoke the [=Web Authentication API=]&mdash;i.e.,
{{CredentialsContainer/create()|navigator.credentials.create({"publicKey"})}} and
{{CredentialsContainer/get()|navigator.credentials.get({"publicKey"})}}.
Expand Down

0 comments on commit 82cb3b6

Please sign in to comment.