Skip to content

Commit

Permalink
Reference UTF-8 encoding algorithm (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
twiss committed Aug 22, 2023
1 parent f42610e commit d424b96
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions spec/Overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
github: "https://github.com/w3c/webcrypto",
shortName: "WebCryptoAPI",
group: "webappsec",
xref: ['html', 'dom', 'webidl', 'infra'],
xref: ['html', 'dom', 'webidl', 'infra', 'encoding'],
localBiblio: {
"JWA": {
aliasOf: "RFC7518"
Expand Down Expand Up @@ -2422,9 +2422,7 @@ <h4>The wrapKey method</h4>
</li>
<li>
<p>
Let |bytes| be the [= byte sequence =] containing the result of converting
|json|, a JavaScript String comprised of UTF-16 code points, to
UTF-8 code points.
Let |bytes| be the result of [= UTF-8 encode | UTF-8 encoding =] |json|.
</p>
</li>
</ol>
Expand Down

0 comments on commit d424b96

Please sign in to comment.