Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Revision history section #2224

Merged
merged 14 commits into from
Jan 15, 2025
30 changes: 30 additions & 0 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -9875,6 +9875,36 @@ Harry Halpin
for their contributions as our W3C Team Contacts.


# Revision History # {#revision-history}

[INFORMATIVE]

This section contains the substantive changes that have been made to this specification over time.

## Changes since Web Authentication Level 2 [[webauthn-2-20210408]] ## {#changes-since-l2}

Comment on lines +9884 to +9885
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Proposing change as discussed in #2224 (comment):

Suggested change
## Changes since Web Authentication Level 2 [[webauthn-2-20210408]] ## {#changes-since-l2}
## Changes in Web Authentication Level 3 ## {#changes-l3}
The following changes were made between Web Authentication Level 2 [[webauthn-2-20210408]] and Level 3.

- New JSON (de)serialization methods:
- {{PublicKeyCredential/toJSON()}} method in [[#iface-pkcredential]]
- [[#sctn-parseCreationOptionsFromJSON]]
- [[#sctn-parseRequestOptionsFromJSON]]
- Create operations in cross-origin iframes:
- [[#sctn-createCredential]]
- [[#sctn-iframe-guidance]]
- Conditional mediation for create: [[#sctn-createCredential]]
- Conditional mediation for get: [[#sctn-getAssertion]]
- [[#sctn-getClientCapabilities]]
- [[#sctn-signal-methods]]
- New [=client data=] attribute {{CollectedClientData/topOrigin}}: [[#dictionary-client-data]]
- [[#enum-hints]]
- [[#sctn-related-origins]]
- [=Authenticator data=] flags [=authData/flags/BE=] and [=authData/flags/BS=] assigned:
- [[#sctn-authenticator-data]]
- [[#sctn-credential-backup]]
- [[#sctn-automation-set-credential-properties]]
- [[#sctn-compound-attestation]]
- [[#prf-extension]]
- Updated timeout guidance: [[#sctn-timeout-recommended-range]]

<pre class=biblio>
{

Expand Down