Skip to content

Commit

Permalink
Add link to Disclocing Client Capabilities section
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterKale committed Jan 8, 2024
1 parent 903620e commit ee7990c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2811,7 +2811,7 @@ This method has no arguments and returns a record of capability keys to Boolean
typedef record<DOMString, boolean> PublicKeyCredentialClientCapabilities;
</xmp>

The set of [=map/keys=] SHOULD equal the set of [=enumeration values=] of {{ClientCapability}}.
The set of [=map/keys=] SHOULD equal the set of [=enumeration values=] of {{ClientCapability}}. See also [[#sctn-disclosing-client-capabilities]].

When the value for a given capability is [TRUE], the feature is known to be currently supported by the client.
When the value for a given capability is [FALSE], the feature is known to be not currently supported by the client.
Expand Down

0 comments on commit ee7990c

Please sign in to comment.