[webauthn] remove alg argument lists in Abort Operation section

equalsJeffH has just created a new issue for https://github.com/w3c/webauthn:

== remove alg argument lists in Abort Operation section ==
Our convention of mostly always listing the argument list of our [\[\[Create\]\](origin, options, sameOriginWithAncestors)](https://www.w3.org/TR/2017/WD-webauthn-20171205/#createCredential) and [\[\[DiscoverFromExternalSource\]\](origin, options, sameOriginWithAncestors)](https://www.w3.org/TR/2017/WD-webauthn-20171205/#discover-from-external-source) internal methods unfortunately renders the "[Abort operations with AbortSignal](https://www.w3.org/TR/2017/WD-webauthn-20171205/#abortoperation)" section almost unreadable.

This is my overly-zealous fault.  I propose to rectify it by using the form-with-arglist for each of [\[\[Create\]\]](https://www.w3.org/TR/2017/WD-webauthn-20171205/#createCredential) and [\[\[DiscoverFromExternalSource\]\]](https://www.w3.org/TR/2017/WD-webauthn-20171205/#discover-from-external-source)'s first occurances in that section and then abbreviate them to only [\[\[Create\]\]](https://www.w3.org/TR/2017/WD-webauthn-20171205/#createCredential) and [\[\[DiscoverFromExternalSource\]\]](https://www.w3.org/TR/2017/WD-webauthn-20171205/#discover-from-external-source) in further occurances.

WDYT?





Please view or discuss this issue at https://github.com/w3c/webauthn/issues/707 using your GitHub account

Received on Tuesday, 5 December 2017 22:51:27 UTC