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

emlun has just submitted a new pull request 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.

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

Received on Tuesday, 6 February 2018 14:27:00 UTC