Skip to content

Rename 'SvgRenderingTemplate2023' type to 'SvgRenderingTemplate'. #5

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

Merged
merged 1 commit into from
May 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -212,15 +212,15 @@ <h3>The `renderMethod` Property</h3>
more rendering methods that can be used by software to express the
<a>verifiable credential</a> using a visual, auditory, or haptic mechanism. Each
`renderMethod` value MUST specify its `type`, for example,
`SvgRenderingTemplate2023`. The precise contents of each rendering
`SvgRenderingTemplate`. The precise contents of each rendering
hint is determined by the specific `renderMethod` `type`
definition.
</dd>
</dl>
</section>

<section>
<h4>SvgRenderingTemplate2023</h4>
<h4>SvgRenderingTemplate</h4>

<p>
When an <a>issuer</a> desires to specify SVG rendering instructions for a
Expand All @@ -246,7 +246,7 @@ <h4>SvgRenderingTemplate2023</h4>
<tr>
<td>type</td>
<td>
The <code>type</code> property MUST be <code>SvgRenderingTemplate2023</code>.
The <code>type</code> property MUST be <code>SvgRenderingTemplate</code>.
</td>
</tr>
<tr>
Expand Down Expand Up @@ -303,7 +303,7 @@ <h4>SvgRenderingTemplate2023</h4>
},
<span class="highlight">"renderMethod": [{
"id": "https://example.edu/credentials/BachelorDegree.svg",
"type": "SvgRenderingTemplate2023",
"type": "SvgRenderingTemplate",
"name": "Portrait Mode",
"css3MediaQuery": "@media (orientation: portrait)",
"digestMultibase": "zQmAPdhyxzznFCwYxAp2dRerWC85Wg6wFl9G270iEu5h6JqW"
Expand All @@ -330,7 +330,7 @@ <h2>Algorithms</h2>
</p>

<section>
<h5>Render (SvgRenderingTemplate2023)</h5>
<h5>Render (SvgRenderingTemplate)</h5>

<p>
The following algorithm is used to transform the SVG image template into the
Expand Down