From 0aa54d74a6297194cab8e9c096641b9630412d46 Mon Sep 17 00:00:00 2001 From: Manu Sporny Date: Tue, 29 Aug 2023 16:09:25 -0400 Subject: [PATCH] Fix grammar in names and descriptions. Co-authored-by: Ted Thibodeau Jr --- index.html | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/index.html b/index.html index 74e5e813a..0f6009616 100644 --- a/index.html +++ b/index.html @@ -1501,10 +1501,10 @@

Names and Descriptions

When displaying a credential, it can be useful to have -text provided by the issuer that provides the -credential with a name as well as a short description of the -purpose of the credential. The `name` and `description` properties -are provided for these purposes. +text provided by the issuer that furnishes the +credential with a name as well as a short description of its +purpose. The `name` and `description` properties +are meant to serve these purposes.

@@ -1514,11 +1514,12 @@

Names and Descriptions

present, the value of the name property MUST be a string or an object. If the value is an object, the object MUST contain a `value` property whose value is a string, and SHOULD contain a `lang` property whose value is a -`langtag` string defined in [[BCP47]], and MAY contain a `dir` property whose +string containing a well-formed `Language-Tag` as defined by [[BCP47]], +and MAY contain a `dir` property whose value is a text direction string defined by the `dir` attribute in [[JSON-LD]]. Ideally, the name of a credential is concise, human-readable, and could -be used to enable an individual to quickly differentiate the credential -from other credentials that they might hold. +enable an individual to quickly differentiate one credential +from any other credentials that they might hold.
description
@@ -1526,11 +1527,12 @@

Names and Descriptions

present, the value of the description property MUST be a string or an object. If the value is an object, the object MUST contain a `value` property whose value is a string, and SHOULD contain a `lang` property -whose value is a `langtag` string defined in [[BCP47]], and MAY contain a `dir` +whose value is a string containing a well-formed language tag as defined +by [[BCP47]], and MAY contain a `dir` property whose value is a text direction string defined by the `dir` attribute -in [[JSON-LD]]. Ideally, the description of a credential is no longer than +in [[JSON-LD]]. Ideally, the description of a credential is no more than a few sentences in length and conveys enough information about the -credential to remind an individual as to its contents without having to +credential to remind an individual of its contents without their having to look through the entirety of the claims.
@@ -1567,7 +1569,7 @@

Names and Descriptions

Names and descriptions also support expressing content in different languages. To express a string with language and text direction information, one can use an object that contains the `value`, `lang`, and `dir` properties to express -the text value, language code, and text direction, respectively. +the text value, language tag, and text direction, respectively. See for further information.