From c9009f6d0caf8b3929304d920e43f6b23ae0894e Mon Sep 17 00:00:00 2001 From: Manu Sporny Date: Tue, 9 Oct 2018 10:57:06 -0400 Subject: [PATCH] Add section on Accessibility considerations. --- index.html | 37 +++++++++++++++++++++++++++++++++++-- 1 file changed, 35 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 83853c5a6..4f1df48bf 100644 --- a/index.html +++ b/index.html @@ -1260,13 +1260,13 @@

Refreshing

The issuer may include the refresh service as an element inside the verifiable credential if it is intended for either the verifier or the holder or both, or -inside the verifiable presentation if it is intended for the holder only. +inside the verifiable presentation if it is intended for the holder only.

Including the refresh reference in the presentation enables the holder to refresh the credential details before creating a presentation to share with a verifier, while including the refresh reference in the verifiable credential enables the both the holder and -the verifier to perform future updates of the credential. +the verifier to perform future updates of the credential.

The expression of a refresh service may be performed via the following @@ -2321,6 +2321,39 @@

Fitness for Purpose

+
+

Accessibility Considerations

+ + This section is non-normative. + +

+This section details the general accessibility considerations that should be +taken into account when utilizing this data model. +

+ +
+

Data First Approaches

+

+Many physical credentials in use today, such as government identification +cards, have poor accessibility characteristics. Some of these poor +characteristics include, but are not limited to, small print, +reliance on small, high resolution images, and no affordances for people with +vision disabilities. +

+

+When utilizing this data model to create verifiable credentials, it is +suggested that data model designers use a "data first" approach. For example, +given the choice of using data or a graphical image to depict a credential, +a designer should choose to express every element of the image, +such as the name of an institution or the professional credential, in a +machine readable way rather than solely relying on the image to convey this +information. This approach is preferred because a "data first" approach +provides the foundational elements of building different interfaces for +people with disabilities. +

+
+
+

Privacy Considerations