[webauthn] Merged Pull Request: Revise §9.5. "Authenticator extension processing"

selfissued has just merged emlun's pull request 776 for https://github.com/w3c/webauthn:

== Revise §9.5. "Authenticator extension processing" ==
This aims to fix #775.

I'm not entirely happy with it, but I think it's at least an improvement of section §9.5. What bugs me most is that it feels like "the result of authenticator extension processing" could be taken to mean processing the entire map or just one of the key/value pairs. It feels like it should be possible to rephrase the

>Let _processedExtensions_ be the result of **authenticator extension processing** for each supported _extensionId_ → _authenticatorExtensionInput_ in _extensions_.

steps of the authenticator operations so they don't require iterating over the map, but "authenticator extension processing" currently refers specifically to the processing for a single extension.


<!--
    This comment and the below content is programatically generated.
    You may add a comma-separated list of anchors you'd like a
    direct link to below (e.g. #idl-serializers, #idl-sequence):

    Don't remove this comment or modify anything below this line.
    If you don't want a preview generated for this pull request,
    just replace the whole of this comment's content by "no preview"
    and remove what's below.
-->
***
<a href="https://pr-preview.s3.amazonaws.com/w3c/webauthn/pull/776.html" title="Last updated on Feb 6, 2018, 9:29 PM GMT (894c2f5)">Preview</a> | <a href="https://pr-preview.s3.amazonaws.com/w3c/webauthn/776/572446d...894c2f5.html" title="Last updated on Feb 6, 2018, 9:29 PM GMT (894c2f5)">Diff</a>

See https://github.com/w3c/webauthn/pull/776

Received on Wednesday, 7 February 2018 18:26:26 UTC