Skip to content

Commit

Permalink
Remove key sorting requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterKale committed Jan 5, 2024
1 parent b0fdc69 commit 903620e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2811,7 +2811,6 @@ This method has no arguments and returns a record of capability keys to Boolean
typedef record<DOMString, boolean> PublicKeyCredentialClientCapabilities;
</xmp>

[=map/Keys=] in {{PublicKeyCredentialClientCapabilities}} MUST be sorted in ascending lexicographical order.
The set of [=map/keys=] SHOULD equal the set of [=enumeration values=] of {{ClientCapability}}.

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

0 comments on commit 903620e

Please sign in to comment.