- From: Emil Lundberg <noreply@github.com>
- Date: Mon, 16 Aug 2021 10:07:21 -0700
- To: public-webauthn@w3.org
Branch: refs/heads/main
Home: https://github.com/w3c/webauthn
Commit: 5f45d34abe3e6826f1e676c35a3dc5d349bec2ad
https://github.com/w3c/webauthn/commit/5f45d34abe3e6826f1e676c35a3dc5d349bec2ad
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">` defines the definition type as `dict-member`,
but no such member is defined in the `CollectedClientData` dictionary.
This change 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
Commit: bcae314f166b8dddd078d39458866e0a2f284394
https://github.com/w3c/webauthn/commit/bcae314f166b8dddd078d39458866e0a2f284394
Author: Emil Lundberg <emil@yubico.com>
Date: 2021-08-16 (Mon, 16 Aug 2021)
Changed paths:
M index.bs
Log Message:
-----------
Merge pull request #1661 from w3c/fix-no-dfn-tokenbinding
Fix tokenBinding definition type
Compare: https://github.com/w3c/webauthn/compare/38ad84d183a2...bcae314f166b
Received on Monday, 16 August 2021 17:07:33 UTC