From d424b961caa6a45f1c4876f25adb4a7fe7d98d3e Mon Sep 17 00:00:00 2001 From: Daniel Huigens Date: Tue, 22 Aug 2023 13:17:06 +0200 Subject: [PATCH] Reference UTF-8 encoding algorithm (#353) --- spec/Overview.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/spec/Overview.html b/spec/Overview.html index ce1a1ce..357ab22 100644 --- a/spec/Overview.html +++ b/spec/Overview.html @@ -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" @@ -2422,9 +2422,7 @@

The wrapKey method

  • - 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|.