diff --git a/index.html b/index.html index 6a3678f..5015a2c 100644 --- a/index.html +++ b/index.html @@ -86,6 +86,13 @@ date: "2025-02-25", publisher: "W3C" }, + "credman-accessibility": { + title: "5.3. Credential Selection", + href:" https://w3c.github.io/webappsec-credential-management/#user-mediated-selection", + authors: ["Nina Satragno", "Marcos Cáceres"], + date: "2024-08-13", + publisher: "W3C" + } }, xref: { profile: "web-platform", @@ -1893,8 +1900,16 @@
- This section is a work in progress as this document evolves. +
+ Credential presentation and issuance facilitated by the Digital Credentials API have many + of the same accessibility considerations as detailed in [[[credman-accessibility]]] of the + Credential Management API. +
++ [=credential chooser | Credential choosers=] have additional responsibilities. Contents + displayed to users during these ceremonies, including modal dialogs and QR codes, should be + accessible to screen readers. Interactive elements of a ceremony should also be + keyboard-accessible whether the user wishes to proceed with the ceremony or abort it.