Skip to content

Commit

Permalink
Fix markup for digests for security vocabulary.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Jun 30, 2024
1 parent d356d77 commit 381b91c
Showing 1 changed file with 22 additions and 31 deletions.
53 changes: 22 additions & 31 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2268,29 +2268,29 @@ <h2>Contexts and Vocabularies</h2>
<strong>URL:</strong>
https://w3id.org/security/data-integrity/v2 (application/ld+json)<br>
<strong>SHA2-256 Digest:</strong>
`<span class="vc-hash"
<code><span class="vc-hash"
data-hash-url="https://w3id.org/security/data-integrity/v2"
data-hash-format="openssl dgst -sha256" />`
data-hash-format="openssl dgst -sha256" /></code>
</td>
</tr>
<tr>
<td style="white-space: nowrap;">
<strong>URL:</strong>
https://w3id.org/security/multikey/v1 (application/ld+json)<br>
<strong>SHA2-256 Digest:</strong>
`<span class="vc-hash"
<code><span class="vc-hash"
data-hash-url="https://w3id.org/security/multikey/v1"
data-hash-format="openssl dgst -sha256" />`
data-hash-format="openssl dgst -sha256" /></code>
</td>
</tr>
<tr>
<td style="white-space: nowrap;">
<strong>URL:</strong>
https://w3id.org/security/jwk/v1 (application/ld+json)<br>
<strong>SHA2-256 Digest:</strong>
`<span class="vc-hash"
<code><span class="vc-hash"
data-hash-url="https://w3id.org/security/jwk/v1"
data-hash-format="openssl dgst -sha256" />`
data-hash-format="openssl dgst -sha256" /></code>
</td>
</tr>
</tbody>
Expand Down Expand Up @@ -2318,45 +2318,36 @@ <h2>Contexts and Vocabularies</h2>
<table class="simple">
<thead>
<tr>
<th>Media Type</th>
<th>Description and Content Digest</th>
<th>URL, Media Type, and Content Digest</th>
</tr>
</thead>
<tbody>
<tr>
<td>
application/ld+json
</td>
<td>
The vocabulary in JSON-LD format [[?JSON-LD11]].<br><br>
<strong>SHA2-256 Digest:</strong>
`<span class="vc-hash"
<td style="white-space: nowrap;">
<strong>URL:</strong>
https://w3id.org/security (application/ld+json)<br>
<strong>SHA2-256 Digest:</strong><code><span class="vc-hash"
data-hash-url="https://w3c.github.io/vc-data-integrity/vocab/security/vocabulary.jsonld"
data-hash-format="openssl dgst -sha256" />`
data-hash-format="openssl dgst -sha256" /></code>
</td>
</tr>
<tr>
<td>
text/turtle
</td>
<td>
The vocabulary in Turtle format [[?TURTLE]].<br><br>
<strong>SHA2-256 Digest:</strong>
`<span class="vc-hash"
<td style="white-space: nowrap;">
<strong>URL:</strong>
https://w3id.org/security (text/turtle)<br>
<strong>SHA2-256 Digest:</strong><code><span class="vc-hash"
data-hash-url="https://w3c.github.io/vc-data-integrity/vocab/security/vocabulary.ttl"
data-hash-format="openssl dgst -sha256" />`
data-hash-format="openssl dgst -sha256" /></code>
</td>
</tr>
<tr>
<td>
text/html
</td>
<td>
The vocabulary in HTML+RDFa Format [[?HTML-RDFA]].<br><br>
<td style="white-space: nowrap;">
<strong>URL:</strong>
https://w3id.org/security (text/html)<br>
<strong>SHA2-256 Digest:</strong>
`<span class="vc-hash"
<code><span class="vc-hash"
data-hash-url="https://w3c.github.io/vc-data-integrity/vocab/security/vocabulary.html"
data-hash-format="openssl dgst -sha256" />`
data-hash-format="openssl dgst -sha256" /></code>
</td>
</tr>
</tbody>
Expand Down

0 comments on commit 381b91c

Please sign in to comment.