Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add renderMethod as reserved extension point. #1108

Merged
merged 6 commits into from
May 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
15 changes: 15 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3255,6 +3255,7 @@ <h3>Reserved Extension Points</h3>
<th>Description</th>
</tr>
</thead>

<tbody>
<tr>
<td>`evidence`</td>
Expand All @@ -3272,6 +3273,19 @@ <h3>Reserved Extension Points</h3>
`https://www.w3.org/2018/credentials#refreshService`.
</td>
</tr>
<tr>
<td>`renderMethod`</td>
<td>
A property used for specifying how to render a credential into a visual,
auditory, or haptic format. The associated vocabulary URL MUST be
`https://www.w3.org/2018/credentials#renderMethod`.
<p class="issue" title="(AT RISK) Reservation depends on implementations">
This reserved property is at risk and will be removed from the
specification if at least one specification with two independent implementations
are not demonstrated by the end of the Candidate Recommendation Phase.
</p>
</td>
</tr>
<tr>
<td>`termsOfUse`</td>
<td>
Expand All @@ -3282,6 +3296,7 @@ <h3>Reserved Extension Points</h3>
</tbody>
</table>


<p>
An unofficial list of specifications that are associated with the extension
points defined in this specification, as well as the reserved extension points
Expand Down