Skip to content
Open
Changes from 7 commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
e06dd05
Add a11y guidance for user agents
MasterKale May 13, 2025
a245634
Merge branch 'main' into 229-horizontal-review-accessibility
MasterKale Jun 2, 2025
05ecad5
Change "consent" -> "permission"
MasterKale Jun 2, 2025
fe2bb38
Merge branch 'main' into 229-horizontal-review-accessibility
MasterKale Jun 11, 2025
d3691d7
Merge branch 'main' into 229-horizontal-review-accessibility
marcoscaceres Jul 1, 2025
4d54404
Merge branch 'main' into 229-horizontal-review-accessibility
MasterKale Jul 8, 2025
8e19913
Update copy for PR feedback
MasterKale Jul 8, 2025
291797a
Apply suggestions from code review
marcoscaceres Aug 5, 2025
3cc117e
Merge branch 'main' into 229-horizontal-review-accessibility
marcoscaceres Aug 5, 2025
d292753
Merge branch 'main' into 229-horizontal-review-accessibility
marcoscaceres Aug 21, 2025
698bc50
Merge branch 'main' into 229-horizontal-review-accessibility
marcoscaceres Aug 27, 2025
b8d011c
Merge branch 'main' into 229-horizontal-review-accessibility
MasterKale Aug 27, 2025
e1c0743
Incorporate feedback
MasterKale Aug 27, 2025
4bf85e7
Point to issuance and presentation in the spec
MasterKale Aug 27, 2025
5357eec
Use regular dashes to match the rest of the doc
MasterKale Aug 27, 2025
0892b30
Merge branch 'main' into 229-horizontal-review-accessibility
MasterKale Sep 3, 2025
fa0d26c
Remove informative class from a11y section
MasterKale Sep 3, 2025
103e713
Merge branch 'main' into 229-horizontal-review-accessibility
MasterKale Sep 10, 2025
0348eea
Incorporate PR feedback
MasterKale Sep 10, 2025
90ac741
Merge branch 'main' into 229-horizontal-review-accessibility
MasterKale Sep 22, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 17 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -1893,8 +1900,16 @@ <h4>
<h2>
Accessibility Considerations
</h2>
<p class="issue" title="Work in Progress">
This section is a work in progress as this document evolves.
<p>
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.
</p>
<p>
[=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.
</p>
</section>
<section id="idl-index"></section>
Expand Down