- From: Emil Lundberg <noreply@github.com>
- Date: Fri, 06 Aug 2021 08:17:14 -0700
- To: public-webauthn@w3.org
Branch: refs/heads/fix-no-dfn-tokenbinding Home: https://github.com/w3c/webauthn Commit: 07f94ede9cc4d4dec7a03bbe8a39b9666833d158 https://github.com/w3c/webauthn/commit/07f94ede9cc4d4dec7a03bbe8a39b9666833d158 Author: Emil Lundberg <emil@yubico.com> Date: 2021-08-06 (Fri, 06 Aug 2021) Changed paths: M index.bs Log Message: ----------- Fix tokenBinding definition type Parent commit was generating the error: FATAL ERROR: Couldn't find target dict-member 'tokenBinding': <span data-dict-member-info="" for="CollectedClientData/tokenBinding"></span> This is because the surrounding `<div dfn-type="dict-member" dfn-for="CollectedClientData">` defined the definition type as `dict-member`, but no such member is defined in the `CollectedClientData` dictionary. This overrides the definition type to `dfn`, which is described in the Bikeshed docs [1] as "for general terms and phrases, and a catch-all for anything else". [1]: https://tabatkins.github.io/bikeshed/#dfn-types
Received on Friday, 6 August 2021 15:17:27 UTC