From 5f45d34abe3e6826f1e676c35a3dc5d349bec2ad Mon Sep 17 00:00:00 2001 From: Emil Lundberg Date: Fri, 6 Aug 2021 17:17:51 +0200 Subject: [PATCH] Fix tokenBinding definition type Parent commit was generating the error: FATAL ERROR: Couldn't find target dict-member 'tokenBinding': This is because the surrounding `
` 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 --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index 8ace1c1fa..ce270d6f0 100644 --- a/index.bs +++ b/index.bs @@ -2988,7 +2988,7 @@ Note: The {{CollectedClientData}} may be extended in the future. Therefore it's :: This OPTIONAL member contains the inverse of the `sameOriginWithAncestors` argument value that was passed into the [=internal method=]. - : \[RESERVED] tokenBinding + : \[RESERVED] tokenBinding :: This OPTIONAL member contains information about the state of the [=Token Binding=] protocol [[!TokenBinding]] used when communicating with the [=[RP]=]. Its absence indicates that the client doesn't support token binding