Skip to content

Commit d424b96

Browse files
authored
Reference UTF-8 encoding algorithm (#353)
1 parent f42610e commit d424b96

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

spec/Overview.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
github: "https://github.com/w3c/webcrypto",
2828
shortName: "WebCryptoAPI",
2929
group: "webappsec",
30-
xref: ['html', 'dom', 'webidl', 'infra'],
30+
xref: ['html', 'dom', 'webidl', 'infra', 'encoding'],
3131
localBiblio: {
3232
"JWA": {
3333
aliasOf: "RFC7518"
@@ -2422,9 +2422,7 @@ <h4>The wrapKey method</h4>
24222422
</li>
24232423
<li>
24242424
<p>
2425-
Let |bytes| be the [= byte sequence =] containing the result of converting
2426-
|json|, a JavaScript String comprised of UTF-16 code points, to
2427-
UTF-8 code points.
2425+
Let |bytes| be the result of [= UTF-8 encode | UTF-8 encoding =] |json|.
24282426
</p>
24292427
</li>
24302428
</ol>

0 commit comments

Comments
 (0)