Skip to content

Commit

Permalink
Fix example and add CSS color reference
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfett committed Sep 11, 2024
1 parent 982f49f commit 142109b
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions draft-ietf-oauth-sd-jwt-vc.md
Original file line number Diff line number Diff line change
Expand Up @@ -809,9 +809,9 @@ support SVG rendering. The object MUST contain the following properties:

- `logo`: An object containing information about the logo to be displayed for
the type, as described in (#logo-metadata). This property is OPTIONAL.
- `background_color`: A CSS color value for the background of the credential.
- `background_color`: An RGB color value as defined in [@!W3C.CSS-COLOR] for the background of the credential.
This property is OPTIONAL.
- `text_color`: A CSS color value for the text of the credential. This property
- `text_color`: An RGB color value as defined in [@!W3C.CSS-COLOR] value for the text of the credential. This property
is OPTIONAL.

#### Logo Metadata {#logo-metadata}
Expand Down Expand Up @@ -1235,6 +1235,13 @@ recommendations in (#robust-retrieval) apply.
<title>JSON Schema (2020-12)</title>
</front>
</reference>

<reference anchor="W3C.CSS-COLOR" target="https://www.w3.org/TR/css-color-3">
<front>
<title>CSS Color Module Level 3</title>
<date day="18" month="January" year="2022"/>
</front>
</reference>
{backmatter}

# IANA Considerations
Expand Down Expand Up @@ -1415,7 +1422,6 @@ After the validation, the Verifier will have the following data for further proc
"description": "The name of the student"
}
],
"verification": "verified",
"sd": "allowed"
},
{
Expand All @@ -1434,7 +1440,6 @@ After the validation, the Verifier will have the following data for further proc
"description": "Address at the time of graduation"
}
],
"verification": "self-attested",
"sd": "always"
},
{
Expand All @@ -1452,7 +1457,6 @@ After the validation, the Verifier will have the following data for further proc
"label": "Street Address"
}
],
"verification": "self-attested",
"sd": "always"
},
{
Expand All @@ -1472,7 +1476,6 @@ After the validation, the Verifier will have the following data for further proc
"description": "Degree earned by the student"
}
],
"verification": "authoritative",
"sd": "allowed"
}
],
Expand Down

0 comments on commit 142109b

Please sign in to comment.