|
1 | 1 | <!DOCTYPE html><html lang="en" dir="ltr"><head> |
2 | 2 | <meta charset="utf-8"> |
3 | | -<meta name="generator" content="ReSpec 35.4.3"> |
| 3 | +<meta name="generator" content="ReSpec 35.5.0"> |
4 | 4 | <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
5 | 5 | <style> |
6 | 6 | span.example-title{text-transform:none} |
|
123 | 123 |
|
124 | 124 |
|
125 | 125 | <meta name="color-scheme" content="light"> |
126 | | -<meta name="revision" content="432f094cdb2f23c00dfb7ffaa487242c88c81469"> |
| 126 | +<meta name="revision" content="a4cd8e0ac1f10e09b9c01270983f95389cca9ed1"> |
127 | 127 | <meta name="description" content="This specification describes a JavaScript API for performing basic |
128 | 128 | cryptographic operations in web applications, such as hashing, |
129 | 129 | signature generation and verification, and encryption and decryption. |
|
242 | 242 | "id": "x690" |
243 | 243 | } |
244 | 244 | }, |
245 | | - "gitRevision": "432f094cdb2f23c00dfb7ffaa487242c88c81469", |
246 | | - "publishISODate": "2025-07-30T00:00:00.000Z", |
247 | | - "generatedSubtitle": "W3C Editor's Draft 30 July 2025" |
| 245 | + "gitRevision": "a4cd8e0ac1f10e09b9c01270983f95389cca9ed1", |
| 246 | + "publishISODate": "2025-08-15T00:00:00.000Z", |
| 247 | + "generatedSubtitle": "W3C Editor's Draft 15 August 2025" |
248 | 248 | }</script> |
249 | 249 | <link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/2021/W3C-ED"></head> |
250 | 250 |
|
251 | 251 | <body class="h-entry" data-cite="WEBIDL html dom webidl infra encoding"><div class="head"> |
252 | 252 | <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"> |
253 | 253 | </a></p> |
254 | 254 | <h1 id="title" class="title">Web Cryptography API Level 2</h1> |
255 | | - <p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">W3C Editor's Draft</a> <time class="dt-published" datetime="2025-07-30">30 July 2025</time></p> |
| 255 | + <p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">W3C Editor's Draft</a> <time class="dt-published" datetime="2025-08-15">15 August 2025</time></p> |
256 | 256 | <details open=""> |
257 | 257 | <summary>More details about this document</summary> |
258 | 258 | <dl> |
@@ -14920,7 +14920,7 @@ <h1 id="title" class="title">Web Cryptography API Level 2</h1> |
14920 | 14920 | <li> |
14921 | 14921 | <p> |
14922 | 14922 | If <var>usages</var> is non-empty and the <a data-link-type="idl" href="#dom-jsonwebkey-use" class="internalDFN" id="ref-for-dom-jsonwebkey-use-12"><code>use</code></a> field of <var>jwk</var> is present and is |
14923 | | - not "<code>sign</code>", |
| 14923 | + not "<code>sig</code>", |
14924 | 14924 | then <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#dfn-throw">throw</a> a |
14925 | 14925 | <a data-link-type="exception" data-lt="DataError" href="https://webidl.spec.whatwg.org/#dataerror"><code>DataError</code></a>. |
14926 | 14926 | </p> |
|
0 commit comments