Skip to content

Commit f3f93e5

Browse files
Edits for FPWD publication (#403)
SHA: 37f41ce Reason: push, by twiss Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4e20e92 commit f3f93e5

File tree

1 file changed

+18
-15
lines changed

1 file changed

+18
-15
lines changed

index.html

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE html><html lang="en" dir="ltr"><head>
22
<meta charset="utf-8">
3-
<meta name="generator" content="ReSpec 35.4.1">
3+
<meta name="generator" content="ReSpec 35.4.2">
44
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
55
<style>
66
span.example-title{text-transform:none}
@@ -72,7 +72,7 @@
7272
</style>
7373

7474

75-
<title>Web Cryptography API</title>
75+
<title>Web Cryptography API Level 2</title>
7676

7777
<style id="respec-mainstyle">
7878
@keyframes pop{
@@ -123,7 +123,7 @@
123123

124124

125125
<meta name="color-scheme" content="light">
126-
<meta name="revision" content="0326ba6afc2b8ce4c27c5a2a9282c01a8e480f70">
126+
<meta name="revision" content="37f41ce5462654a5135981fe93b64e5b3214296a">
127127
<meta name="description" content="This specification describes a JavaScript API for performing basic
128128
cryptographic operations in web applications, such as hashing,
129129
signature generation and verification, and encryption and decryption.
@@ -176,17 +176,19 @@
176176
</style>
177177
<script id="initialUserConfig" type="application/json">{
178178
"specStatus": "ED",
179+
"level": 2,
179180
"editors": [
180181
{
181182
"name": "Daniel Huigens",
182183
"mailto": "daniel.huigens@proton.ch",
183184
"company": "Proton AG",
184185
"companyURL": "https://proton.me/",
186+
"w3cid": 99209,
185187
"url": "mailto:daniel.huigens@proton.ch"
186188
}
187189
],
188190
"github": "https://github.com/w3c/webcrypto",
189-
"shortName": "WebCryptoAPI",
191+
"shortName": "webcrypto",
190192
"group": "webappsec",
191193
"xref": [
192194
"html",
@@ -240,36 +242,38 @@
240242
"id": "x690"
241243
}
242244
},
243-
"gitRevision": "0326ba6afc2b8ce4c27c5a2a9282c01a8e480f70",
244-
"publishISODate": "2025-06-27T00:00:00.000Z",
245-
"generatedSubtitle": "W3C Editor's Draft 27 June 2025"
245+
"gitRevision": "37f41ce5462654a5135981fe93b64e5b3214296a",
246+
"publishISODate": "2025-07-03T00:00:00.000Z",
247+
"generatedSubtitle": "W3C Editor's Draft 03 July 2025"
246248
}</script>
247249
<link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/2021/W3C-ED"></head>
248250

249251
<body class="h-entry" data-cite="WEBIDL html dom webidl infra encoding"><div class="head">
250252
<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">
251253
</a></p>
252-
<h1 id="title" class="title">Web Cryptography API</h1>
253-
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">W3C Editor's Draft</a> <time class="dt-published" datetime="2025-06-27">27 June 2025</time></p>
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-03">03 July 2025</time></p>
254256
<details open="">
255257
<summary>More details about this document</summary>
256258
<dl>
257259
<dt>This version:</dt><dd>
258260
<a class="u-url" href="https://w3c.github.io/webcrypto/">https://w3c.github.io/webcrypto/</a>
259261
</dd>
260262
<dt>Latest published version:</dt><dd>
261-
<a href="https://www.w3.org/TR/WebCryptoAPI/">https://www.w3.org/TR/WebCryptoAPI/</a>
263+
<a href="https://www.w3.org/TR/webcrypto-2/">https://www.w3.org/TR/webcrypto-2/</a>
262264
</dd>
263265
<dt>Latest editor's draft:</dt><dd><a href="https://w3c.github.io/webcrypto/">https://w3c.github.io/webcrypto/</a></dd>
264266
<dt>History:</dt><dd>
267+
<a href="https://www.w3.org/standards/history/webcrypto-2/">https://www.w3.org/standards/history/webcrypto-2/</a>
268+
</dd><dd>
265269
<a href="https://github.com/w3c/webcrypto/commits/">Commit history</a>
266270
</dd>
267271

268272

269273

270274

271275

272-
<dt>Editor:</dt><dd class="editor p-author h-card vcard">
276+
<dt>Editor:</dt><dd class="editor p-author h-card vcard" data-editor-id="99209">
273277
<a class="ed_mailto u-email email p-name" href="mailto:daniel.huigens@proton.ch">Daniel Huigens</a> (<a class="p-org org h-org" href="https://proton.me/">Proton AG</a>)
274278
</dd>
275279
<dt>
@@ -324,8 +328,7 @@ <h1 id="title" class="title">Web Cryptography API</h1>
324328
document at the time of its publication. A list of current <abbr title="World Wide Web Consortium">W3C</abbr>
325329
publications and the latest revision of this technical report can be found
326330
in the
327-
<a href="https://www.w3.org/TR/"><abbr title="World Wide Web Consortium">W3C</abbr> standards and drafts index</a> at
328-
https://www.w3.org/TR/.</em></p>
331+
<a href="https://www.w3.org/TR/"><abbr title="World Wide Web Consortium">W3C</abbr> standards and drafts index</a>.</em></p>
329332

330333
<p>
331334
This document was published by the <a href="https://www.w3.org/groups/wg/webappsec">Web Application Security Working Group</a> as
@@ -334,7 +337,7 @@ <h1 id="title" class="title">Web Cryptography API</h1>
334337
imply endorsement by <abbr title="World Wide Web Consortium">W3C</abbr> and its Members. </p><p>
335338
This is a draft document and may be updated, replaced, or obsoleted by other
336339
documents at any time. It is inappropriate to cite this document as other
337-
than work in progress.
340+
than a work in progress.
338341

339342
</p><p>
340343

@@ -349,7 +352,7 @@ <h1 id="title" class="title">Web Cryptography API</h1>
349352
made in connection with the deliverables of
350353
the group; that page also includes
351354
instructions for disclosing a patent. An individual who has actual
352-
knowledge of a patent which the individual believes contains
355+
knowledge of a patent that the individual believes contains
353356
<a href="https://www.w3.org/policies/patent-policy/#def-essential">Essential Claim(s)</a>
354357
must disclose the information in accordance with
355358
<a href="https://www.w3.org/policies/patent-policy/#sec-Disclosure">section 6 of the <abbr title="World Wide Web Consortium">W3C</abbr> Patent Policy</a>.

0 commit comments

Comments
 (0)