Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Align wording between first and second paragraphs in section 9.5 #778

Merged
merged 1 commit into from
Feb 6, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3619,8 +3619,8 @@ parameter of the [=authenticatorMakeCredential=] and [=authenticatorGetAssertion
for that extension.

Likewise, the extension output is represented in the [=authdataextensions|extensions=] part of the [=authenticator data=]. The
[=authdataextensions|extensions=] part of the [=authenticator data=] is a CBOR map with [=CBOR=] [=extension identifiers=] as
keys, and the [=CBOR=] <dfn>authenticator extension output</dfn> value of each extension as the value.
[=authdataextensions|extensions=] part of the [=authenticator data=] is a CBOR map where each key is an [=extension identifier=]
and the corresponding value is the <dfn>authenticator extension output</dfn> for that extension.

For each supported extension, the [=authenticator extension processing=] rule for that extension is used create the
[=authenticator extension output=] from the [=authenticator extension input=] and possibly also other inputs.
Expand Down