Skip to content

Commit

Permalink
Reference UTF-8 encoding algorithm (#353)
Browse files Browse the repository at this point in the history
SHA: d424b96
Reason: push, by twiss

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
twiss and github-actions[bot] committed Aug 22, 2023
1 parent 824aa10 commit 8f5d6ed
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,8 @@
"html",
"dom",
"webidl",
"infra"
"infra",
"encoding"
],
"localBiblio": {
"JWA": {
Expand Down Expand Up @@ -223,16 +224,16 @@
"id": "x690"
}
},
"publishISODate": "2023-08-18T00:00:00.000Z",
"generatedSubtitle": "W3C Editor's Draft 18 August 2023"
"publishISODate": "2023-08-22T00:00:00.000Z",
"generatedSubtitle": "W3C Editor's Draft 22 August 2023"
}</script>
<link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/2021/W3C-ED"></head>

<body class="h-entry" data-cite="WEBIDL html dom webidl infra"><div class="head">
<body class="h-entry" data-cite="WEBIDL html dom webidl infra encoding"><div class="head">
<p class="logos"><a class="logo" href="https://www.w3.org/"><img crossorigin="" alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2021/logos/W3C" width="72">
</a></p>
<h1 id="title" class="title">Web Cryptography API</h1>
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">W3C Editor's Draft</a> <time class="dt-published" datetime="2023-08-18">18 August 2023</time></p>
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">W3C Editor's Draft</a> <time class="dt-published" datetime="2023-08-22">22 August 2023</time></p>
<details open="">
<summary>More details about this document</summary>
<dl>
Expand Down Expand Up @@ -2649,9 +2650,7 @@ <h1 id="title" class="title">Web Cryptography API</h1>
</li>
<li>
<p>
Let <var>bytes</var> be the <a data-link-type="dfn|abstract-op" data-type="dfn" href="https://infra.spec.whatwg.org/#byte-sequence">byte sequence</a> containing the result of converting
<var>json</var>, a JavaScript String comprised of UTF-16 code points, to
UTF-8 code points.
Let <var>bytes</var> be the result of <a data-link-type="dfn|abstract-op" data-lt="UTF-8 encode" data-type="dfn" href="https://encoding.spec.whatwg.org/#utf-8-encode">UTF-8 encoding</a> <var>json</var>.
</p>
</li>
</ol>
Expand Down Expand Up @@ -14231,6 +14230,8 @@ <h1 id="title" class="title">Web Cryptography API</h1>
<a href="https://dom.spec.whatwg.org/"><cite>DOM Standard</cite></a>. Anne van Kesteren. WHATWG. Living Standard. URL: <a href="https://dom.spec.whatwg.org/">https://dom.spec.whatwg.org/</a>
</dd><dt id="bib-ecma-262">[ECMA-262]</dt><dd>
<a href="https://tc39.es/ecma262/multipage/"><cite>ECMAScript Language Specification</cite></a>. Ecma International. URL: <a href="https://tc39.es/ecma262/multipage/">https://tc39.es/ecma262/multipage/</a>
</dd><dt id="bib-encoding">[encoding]</dt><dd>
<a href="https://encoding.spec.whatwg.org/"><cite>Encoding Standard</cite></a>. Anne van Kesteren. WHATWG. Living Standard. URL: <a href="https://encoding.spec.whatwg.org/">https://encoding.spec.whatwg.org/</a>
</dd><dt id="bib-fips-180-4">[FIPS-180-4]</dt><dd>
<a href="https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.180-4.pdf"><cite>FIPS PUB 180-4: Secure Hash Standard (SHS)</cite></a>. U.S. Department of Commerce/National Institute of Standards and Technology. August 2015. National Standard. URL: <a href="https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.180-4.pdf">https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.180-4.pdf</a>
</dd><dt id="bib-fips-198-1">[FIPS-198-1]</dt><dd>
Expand Down

0 comments on commit 8f5d6ed

Please sign in to comment.