[webauthn] Merged Pull Request: Fix tokenBinding definition type

emlun has just merged emlun's pull request 1661 for https://github.com/w3c/webauthn:

== 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


<!--
    This comment and the below content is programatically generated.
    You may add a comma-separated list of anchors you'd like a
    direct link to below (e.g. #idl-serializers, #idl-sequence):

    Don't remove this comment or modify anything below this line.
    If you don't want a preview generated for this pull request,
    just replace the whole of this comment's content by "no preview"
    and remove what's below.
-->
***
<a href="https://pr-preview.s3.amazonaws.com/w3c/webauthn/pull/1661.html" title="Last updated on Aug 6, 2021, 3:21 PM UTC (5f45d34)">Preview</a> | <a href="https://pr-preview.s3.amazonaws.com/w3c/webauthn/1661/38ad84d...5f45d34.html" title="Last updated on Aug 6, 2021, 3:21 PM UTC (5f45d34)">Diff</a>

See https://github.com/w3c/webauthn/pull/1661


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 16 August 2021 17:07:13 UTC