From 015a69612d0491f29428e67023aba4cdf0a86446 Mon Sep 17 00:00:00 2001 From: Manu Sporny Date: Fri, 29 Dec 2023 19:04:22 -0500 Subject: [PATCH] Fix grammar in credential status information change. Co-authored-by: Ted Thibodeau Jr --- index.html | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/index.html b/index.html index 7e47274..6f2f427 100644 --- a/index.html +++ b/index.html @@ -232,12 +232,12 @@

Conceptual Framework

This section outlines the core concept utilized by the status list mechanism described in this specification. At the most basic level, status information for all verifiable credentials issued by an issuer -are expressed as items in a list. The issuer manages a list -list of all verifiable credentials that it has issued. Each -verifiable credential is associated with an item in the list. In -the case where a single bit specifies a status, such as "revocation" or -"suspension", if the bit is set, then the associated status, such as "revoked", -is assumed to be true. +is expressed as items in a list. Each issuer manages a list +of all verifiable credentials that it has issued. Each +verifiable credential is associated with an item in its list. +When a single bit specifies a status, such as "revoked" or "suspended", +then that status is expected to be true when the bit is set (`1`) and +false when unset (`0`).

@@ -273,13 +273,13 @@

Conceptual Framework

-Ultimately, the status information associated with a particular -verifiable credential is about the verifiable credential itself and -might not always be about the underlying credential, such as -an educational degree. For example, in the case of an educational degree, -it is possible for the associated verifiable credential to be revoked -because the mechanism used to create the digital signature has been compromised, -while the underlying educational degree remains valid. +The status information associated with a particular verifiable credential +is about the verifiable credential itself and might not apply to any +underlying or backing credential, such as an educational degree. For +example, in the case of such an educational degree, it is possible for a +verifiable credential to be revoked because the mechanism used to +create its digital signature has been compromised, while the backing educational +degree remains valid.