Skip to content
Open
Changes from 1 commit
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
9 changes: 8 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3143,12 +3143,19 @@ <h2>Integrity of Related Resources</h2>
</td>
</tr>
<tr>
<td>`digestSRI`</td>
<td>`digestSRI` (deprecated)</td>
<td>
One or more cryptographic digests, as defined by the `hash-expression` ABNF
grammar defined in the [[[SRI]]] specification,
<a data-cite="SRI#the-integrity-attribute">Section 3.5: The `integrity`
attribute</a>.
<div class="note" title="digestSRI is deprecated">
Document authors are warned that `digestSRI` is deprecated and will likely be
removed in the next version of this specification. Authors are urged to use
`digestMultibase` instead because it supports a greater variety of cryptographic
hash formats, compresses well when transformed to binary formats such as
CBOR-LD, and has a more flexible extensibility model than `digestSRI`.
</div>
</td>
</tr>
<tr>
Expand Down