[w3c/webauthn] e239ee: Fix indentation of step to invoke authenticatorMak...

  Branch: refs/heads/main
  Home:   https://github.com/w3c/webauthn
  Commit: e239ee557e71232c034ff8e034582f1e231cf31f
      https://github.com/w3c/webauthn/commit/e239ee557e71232c034ff8e034582f1e231cf31f
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2024-02-16 (Fri, 16 Feb 2024)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Fix indentation of step to invoke authenticatorMakeCredential

The current indentation renders this step as a sub-step of "For each credential
descriptor C in pkOptions.excludeCredentials", meaning the operation is to be
invoked once per `excludeCredentials` entry and not at all if
`excludeCredentials` is empty. The indentation appears to have been broken in
commit b44009c0bc24ed76f79c94c4bf6a3d5a111439ae (originally
7acc1d5ccb24306956acdeb31e995e8f7c486353) in PR #1366, caused by a mix of tab
and space characters being replaced with just spaces.


  Commit: bfe8f632aa7ee87edd263d2d4cdd2b069c1b7dd5
      https://github.com/w3c/webauthn/commit/bfe8f632aa7ee87edd263d2d4cdd2b069c1b7dd5
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2024-02-21 (Wed, 21 Feb 2024)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Merge pull request #2027 from w3c/issue-2025-invoke-makeCred-indentation

Fix indentation of step to invoke authenticatorMakeCredential


Compare: https://github.com/w3c/webauthn/compare/99cbcfaf23ad...bfe8f632aa7e

To unsubscribe from these emails, change your notification settings at https://github.com/w3c/webauthn/settings/notifications

Received on Wednesday, 21 February 2024 20:23:21 UTC