Skip to content

Commit

Permalink
Merge pull request #734 from w3c/jeffh-fix-497-dict-extension-titles
Browse files Browse the repository at this point in the history
fix #497: add 'Dictionary' to Credential{Creation,Request}Options section titles
  • Loading branch information
emlun committed Jan 3, 2018
2 parents a6c0da2 + 8b1b3da commit 950f574
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.bs
Expand Up @@ -618,7 +618,7 @@ implementation of {{PublicKeyCredential/[[Create]](origin, options, sameOriginWi
{{Credential/[[Store]](credential, sameOriginWithAncestors)}}.


### `CredentialCreationOptions` Extension ### {#credentialcreationoptions-extension}
### `CredentialCreationOptions` Dictionary Extension ### {#credentialcreationoptions-extension}

To support registration via {{CredentialsContainer/create()|navigator.credentials.create()}}, this document extends
the {{CredentialCreationOptions}} dictionary as follows:
Expand All @@ -629,7 +629,7 @@ the {{CredentialCreationOptions}} dictionary as follows:
};
</pre>

### `CredentialRequestOptions` Extension ### {#credentialrequestoptions-extension}
### `CredentialRequestOptions` Dictionary Extension ### {#credentialrequestoptions-extension}

To support obtaining assertions via {{CredentialsContainer/get()|navigator.credentials.get()}}, this document extends the
{{CredentialRequestOptions}} dictionary as follows:
Expand Down

0 comments on commit 950f574

Please sign in to comment.