Skip to content

Commit 9e11e01

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.0.0.
1 parent 8d2ff01 commit 9e11e01

File tree

12 files changed

+2249
-981
lines changed

12 files changed

+2249
-981
lines changed

ed/algorithms/WebCryptoAPI.json

Lines changed: 1507 additions & 582 deletions
Large diffs are not rendered by default.

ed/algorithms/webdriver2.json

Lines changed: 25 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4934,25 +4934,36 @@
49344934
]
49354935
},
49364936
{
4937-
"name": "dispatch actions",
4938-
"href": "https://w3c.github.io/webdriver/#dfn-dispatch-actions",
4939-
"html": "To <dfn id=\"dfn-dispatch-actions\" tabindex=\"0\" aria-haspopup=\"dialog\" data-dfn-type=\"dfn\">dispatch actions</dfn> given <var>input\nstate</var>, <var>actions by tick</var>, <var>browsing\ncontext</var>, and <var>actions options</var>:",
4937+
"name": "wait for an action queue token",
4938+
"href": "https://w3c.github.io/webdriver/#dfn-wait-for-an-action-queue-token",
4939+
"html": "To <dfn id=\"dfn-wait-for-an-action-queue-token\" tabindex=\"0\" aria-haspopup=\"dialog\" data-dfn-type=\"dfn\">wait for an action queue token</dfn> given <var>input state</var>:",
49404940
"rationale": ".algorithm",
49414941
"steps": [
49424942
{
49434943
"html": "<p>Let <var>token</var> be a new unique identifier.\n\n </p>"
49444944
},
49454945
{
4946-
"html": "<p>Enqueue <var>token</var> in <var>input state</var>'s <a href=\"https://w3c.github.io/webdriver/#dfn-actions-queue\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-actions-queue-1\">actions\n queue</a>.\n\n </p>"
4946+
"html": "<p>Enqueue <var>token</var> in <var>input state</var>'s\n <a href=\"https://w3c.github.io/webdriver/#dfn-actions-queue\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-actions-queue-1\">actions queue</a>.\n\n </p>"
49474947
},
49484948
{
4949-
"html": "<p>Wait for <var>token</var> to be the first item\n in <var>input state</var>'s <a href=\"https://w3c.github.io/webdriver/#dfn-actions-queue\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-actions-queue-2\">actions queue</a>.\n\n </p>"
4949+
"html": "<p>Wait for <var>token</var> to be the first item\n in <var>input state</var>'s <a href=\"https://w3c.github.io/webdriver/#dfn-actions-queue\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-actions-queue-2\">actions queue</a>.\n\n </p>"
4950+
}
4951+
]
4952+
},
4953+
{
4954+
"name": "dispatch actions",
4955+
"href": "https://w3c.github.io/webdriver/#dfn-dispatch-actions",
4956+
"html": "To <dfn id=\"dfn-dispatch-actions\" tabindex=\"0\" aria-haspopup=\"dialog\" data-dfn-type=\"dfn\">dispatch actions</dfn> given <var>input\nstate</var>, <var>actions by tick</var>, <var>browsing\ncontext</var>, and <var>actions options</var>:",
4957+
"rationale": ".algorithm",
4958+
"steps": [
4959+
{
4960+
"html": "<p><a href=\"https://w3c.github.io/webdriver/#dfn-wait-for-an-action-queue-token\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-wait-for-an-action-queue-token-1\">Wait for an action queue token</a> with <var>input state</var>.\n\n </p>"
49504961
},
49514962
{
4952-
"html": "<p>Let <var>actions result</var> be the result of <a href=\"https://w3c.github.io/webdriver/#dfn-dispatch-actions-inner\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-dispatch-actions-inner-1\">dispatch\n actions inner</a> with <var>input state</var>, <var>actions by\n tick</var>, <var>browsing context</var>, and <var>actions options</var>.\n\n </p>"
4963+
"html": "<p>Let <var>actions result</var> be the result of\n <a href=\"https://w3c.github.io/webdriver/#dfn-dispatch-actions-inner\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-dispatch-actions-inner-1\">dispatch actions inner</a> with <var>input state</var>, <var>actions by\n tick</var>, <var>browsing context</var>, and <var>actions options</var>.\n\n </p>"
49534964
},
49544965
{
4955-
"html": "<p>Dequeue <var>input state</var>'s <a href=\"https://w3c.github.io/webdriver/#dfn-actions-queue\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-actions-queue-3\">actions queue</a>.\n </p><p>Assert: this returns <var>token</var>\n\n </p>"
4966+
"html": "<p>Dequeue <var>input state</var>'s <a href=\"https://w3c.github.io/webdriver/#dfn-actions-queue\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-actions-queue-3\">actions queue</a>.\n </p><p>Assert: this returns <var>token</var>\n\n </p>"
49564967
},
49574968
{
49584969
"html": "<p>Return <var>actions result</var>.\n</p>"
@@ -5538,19 +5549,22 @@
55385549
"html": "<p>If <var>session</var>'s <a href=\"https://w3c.github.io/webdriver/#dfn-current-browsing-context\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-current-browsing-context-85\">current browsing context</a>\n is <a href=\"https://w3c.github.io/webdriver/#dfn-no-longer-open\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-no-longer-open-52\">no longer open</a>, return <a href=\"https://w3c.github.io/webdriver/#dfn-error\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-error-249\">error</a> with <a href=\"https://w3c.github.io/webdriver/#dfn-error-code\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-error-code-224\">error\n code</a> <a href=\"https://w3c.github.io/webdriver/#dfn-no-such-window\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-no-such-window-53\">no such window</a>.\n\n </p>"
55395550
},
55405551
{
5541-
"html": "<p>Let <var>input state</var> be the result of <a href=\"https://w3c.github.io/webdriver/#dfn-get-the-input-state\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-get-the-input-state-4\">get the\n input state</a> with <a href=\"https://w3c.github.io/webdriver/#dfn-sessions\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-sessions-38\">session</a> and <a href=\"https://w3c.github.io/webdriver/#dfn-current-top-level-browsing-context\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-current-top-level-browsing-context-65\">current\n top-level browsing context</a>.\n\n </p>"
5552+
"html": "<p>Let <var>input state</var> be the result of <a href=\"https://w3c.github.io/webdriver/#dfn-get-the-input-state\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-get-the-input-state-4\">get the input state</a>\n with <a href=\"https://w3c.github.io/webdriver/#dfn-sessions\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-sessions-38\">session</a> and <a href=\"https://w3c.github.io/webdriver/#dfn-current-top-level-browsing-context\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-current-top-level-browsing-context-65\">current top-level browsing context</a>.\n\n </p>"
55425553
},
55435554
{
55445555
"html": "<p>Let <var>actions options</var> be a new <a href=\"https://w3c.github.io/webdriver/#dfn-actions-options\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-actions-options-6\">actions options</a>\n with the <a href=\"https://w3c.github.io/webdriver/#dfn-is-element-origin\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-is-element-origin-7\">is element origin</a> steps set to <a href=\"https://w3c.github.io/webdriver/#dfn-represents-a-web-element\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-represents-a-web-element-9\">represents a web\n element</a>, and the <a href=\"https://w3c.github.io/webdriver/#dfn-get-element-origin\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-get-element-origin-6\">get element origin</a> steps set\n to <a href=\"https://w3c.github.io/webdriver/#dfn-get-a-webelement-origin\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-get-a-webelement-origin-5\">get a WebElement origin</a>.\n\n </p>"
55455556
},
55465557
{
5547-
"html": "<p>Let <var>undo actions</var> be <var>input\n state</var>'s <a href=\"https://w3c.github.io/webdriver/#dfn-input-cancel-list\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-input-cancel-list-5\">input cancel list</a> in reverse order.\n\n </p>"
5558+
"html": "<p><a href=\"https://w3c.github.io/webdriver/#dfn-wait-for-an-action-queue-token\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-wait-for-an-action-queue-token-2\">Wait for an action queue token</a> with <var>input state</var>.\n\n </p>"
5559+
},
5560+
{
5561+
"html": "<p>Let <var>undo actions</var> be <var>input\n state</var>'s <a href=\"https://w3c.github.io/webdriver/#dfn-input-cancel-list\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-input-cancel-list-5\">input cancel list</a> in reverse order.\n\n </p>"
55485562
},
55495563
{
5550-
"html": "<p><a href=\"https://w3c.github.io/webdriver/#dfn-try\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-try-120\">Try</a> to <a href=\"https://w3c.github.io/webdriver/#dfn-dispatch-tick-actions\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-dispatch-tick-actions-4\">dispatch tick actions</a> with arguments\n <var>undo\n actions</var>, <code>0</code>,<var>session</var>'s <a href=\"https://w3c.github.io/webdriver/#dfn-current-browsing-context\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-current-browsing-context-86\">current\n browsing context</a>, and <a href=\"https://w3c.github.io/webdriver/#dfn-actions-options\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-actions-options-7\">actions options</a>.\n\n </p>"
5564+
"html": "<p><a href=\"https://w3c.github.io/webdriver/#dfn-try\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-try-120\">Try</a> to <a href=\"https://w3c.github.io/webdriver/#dfn-dispatch-actions\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-dispatch-actions-4\">dispatch actions</a> with <var>input state</var>,\n <var>undo actions</var>, <a href=\"https://w3c.github.io/webdriver/#dfn-current-browsing-context\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-current-browsing-context-86\">current browsing context</a>,\n and <var>actions options</var>.\n\n\n </p>"
55515565
},
55525566
{
5553-
"html": "<p><a href=\"https://w3c.github.io/webdriver/#dfn-reset-the-input-state\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-reset-the-input-state-1\">Reset the input state</a> with <var>session</var>\n and <var>session</var>'s <a href=\"https://w3c.github.io/webdriver/#dfn-current-top-level-browsing-context\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-current-top-level-browsing-context-66\">current top-level browsing\n context</a>.\n\n </p>"
5567+
"html": "<p><a href=\"https://w3c.github.io/webdriver/#dfn-reset-the-input-state\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-reset-the-input-state-1\">Reset the input state</a> with <var>session</var>\n and <var>session</var>'s <a href=\"https://w3c.github.io/webdriver/#dfn-current-top-level-browsing-context\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-current-top-level-browsing-context-66\">current top-level browsing context</a>.\n\n </p>"
55545568
},
55555569
{
55565570
"html": "<p>Return <a href=\"https://w3c.github.io/webdriver/#dfn-success\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-success-116\">success</a> with data <a href=\"https://w3c.github.io/webdriver/#dfn-null\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-null-74\"><code>null</code></a>.\n</p>"

ed/dfns/WebCryptoAPI.json

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -3199,7 +3199,7 @@
31993199
"id": "aes-ctr-params",
32003200
"href": "https://w3c.github.io/webcrypto/#aes-ctr-params",
32013201
"title": "AesCtrParams dictionary",
3202-
"number": "25.3"
3202+
"number": "27.3"
32033203
},
32043204
"definedIn": "heading"
32053205
},
@@ -3220,7 +3220,7 @@
32203220
"id": "aes-ctr-params",
32213221
"href": "https://w3c.github.io/webcrypto/#aes-ctr-params",
32223222
"title": "AesCtrParams dictionary",
3223-
"number": "25.3"
3223+
"number": "27.3"
32243224
},
32253225
"definedIn": "prose"
32263226
},
@@ -3241,7 +3241,7 @@
32413241
"id": "aes-ctr-params",
32423242
"href": "https://w3c.github.io/webcrypto/#aes-ctr-params",
32433243
"title": "AesCtrParams dictionary",
3244-
"number": "25.3"
3244+
"number": "27.3"
32453245
},
32463246
"definedIn": "prose"
32473247
},
@@ -3260,7 +3260,7 @@
32603260
"id": "AesKeyAlgorithm-dictionary",
32613261
"href": "https://w3c.github.io/webcrypto/#AesKeyAlgorithm-dictionary",
32623262
"title": "AesKeyAlgorithm dictionary",
3263-
"number": "25.4"
3263+
"number": "27.4"
32643264
},
32653265
"definedIn": "heading"
32663266
},
@@ -3281,7 +3281,7 @@
32813281
"id": "AesKeyAlgorithm-dictionary",
32823282
"href": "https://w3c.github.io/webcrypto/#AesKeyAlgorithm-dictionary",
32833283
"title": "AesKeyAlgorithm dictionary",
3284-
"number": "25.4"
3284+
"number": "27.4"
32853285
},
32863286
"definedIn": "prose"
32873287
},
@@ -3300,7 +3300,7 @@
33003300
"id": "aes-keygen-params",
33013301
"href": "https://w3c.github.io/webcrypto/#aes-keygen-params",
33023302
"title": "AesKeyGenParams dictionary",
3303-
"number": "25.5"
3303+
"number": "27.5"
33043304
},
33053305
"definedIn": "heading"
33063306
},
@@ -3321,7 +3321,7 @@
33213321
"id": "aes-keygen-params",
33223322
"href": "https://w3c.github.io/webcrypto/#aes-keygen-params",
33233323
"title": "AesKeyGenParams dictionary",
3324-
"number": "25.5"
3324+
"number": "27.5"
33253325
},
33263326
"definedIn": "prose"
33273327
},
@@ -3340,7 +3340,7 @@
33403340
"id": "aes-derivedkey-params",
33413341
"href": "https://w3c.github.io/webcrypto/#aes-derivedkey-params",
33423342
"title": "AesDerivedKeyParams dictionary",
3343-
"number": "25.6"
3343+
"number": "27.6"
33443344
},
33453345
"definedIn": "heading"
33463346
},
@@ -3361,7 +3361,7 @@
33613361
"id": "aes-derivedkey-params",
33623362
"href": "https://w3c.github.io/webcrypto/#aes-derivedkey-params",
33633363
"title": "AesDerivedKeyParams dictionary",
3364-
"number": "25.6"
3364+
"number": "27.6"
33653365
},
33663366
"definedIn": "prose"
33673367
},
@@ -3380,7 +3380,7 @@
33803380
"id": "aes-cbc-params",
33813381
"href": "https://w3c.github.io/webcrypto/#aes-cbc-params",
33823382
"title": "AesCbcParams dictionary",
3383-
"number": "26.3"
3383+
"number": "28.3"
33843384
},
33853385
"definedIn": "heading"
33863386
},
@@ -3401,7 +3401,7 @@
34013401
"id": "aes-cbc-params",
34023402
"href": "https://w3c.github.io/webcrypto/#aes-cbc-params",
34033403
"title": "AesCbcParams dictionary",
3404-
"number": "26.3"
3404+
"number": "28.3"
34053405
},
34063406
"definedIn": "prose"
34073407
},
@@ -3420,7 +3420,7 @@
34203420
"id": "aes-gcm-params",
34213421
"href": "https://w3c.github.io/webcrypto/#aes-gcm-params",
34223422
"title": "AesGcmParams dictionary",
3423-
"number": "27.3"
3423+
"number": "29.3"
34243424
},
34253425
"definedIn": "heading"
34263426
},
@@ -3441,7 +3441,7 @@
34413441
"id": "aes-gcm-params",
34423442
"href": "https://w3c.github.io/webcrypto/#aes-gcm-params",
34433443
"title": "AesGcmParams dictionary",
3444-
"number": "27.3"
3444+
"number": "29.3"
34453445
},
34463446
"definedIn": "prose"
34473447
},
@@ -3462,7 +3462,7 @@
34623462
"id": "aes-gcm-params",
34633463
"href": "https://w3c.github.io/webcrypto/#aes-gcm-params",
34643464
"title": "AesGcmParams dictionary",
3465-
"number": "27.3"
3465+
"number": "29.3"
34663466
},
34673467
"definedIn": "prose"
34683468
},
@@ -3483,7 +3483,7 @@
34833483
"id": "aes-gcm-params",
34843484
"href": "https://w3c.github.io/webcrypto/#aes-gcm-params",
34853485
"title": "AesGcmParams dictionary",
3486-
"number": "27.3"
3486+
"number": "29.3"
34873487
},
34883488
"definedIn": "prose"
34893489
},
@@ -3502,7 +3502,7 @@
35023502
"id": "hmac-description",
35033503
"href": "https://w3c.github.io/webcrypto/#hmac-description",
35043504
"title": "Description",
3505-
"number": "29.1"
3505+
"number": "31.1"
35063506
},
35073507
"definedIn": "prose"
35083508
},
@@ -3521,7 +3521,7 @@
35213521
"id": "hmac-description",
35223522
"href": "https://w3c.github.io/webcrypto/#hmac-description",
35233523
"title": "Description",
3524-
"number": "29.1"
3524+
"number": "31.1"
35253525
},
35263526
"definedIn": "prose"
35273527
},
@@ -3540,7 +3540,7 @@
35403540
"id": "hmac-importparams",
35413541
"href": "https://w3c.github.io/webcrypto/#hmac-importparams",
35423542
"title": "HmacImportParams dictionary",
3543-
"number": "29.3"
3543+
"number": "31.3"
35443544
},
35453545
"definedIn": "heading"
35463546
},
@@ -3561,7 +3561,7 @@
35613561
"id": "hmac-importparams",
35623562
"href": "https://w3c.github.io/webcrypto/#hmac-importparams",
35633563
"title": "HmacImportParams dictionary",
3564-
"number": "29.3"
3564+
"number": "31.3"
35653565
},
35663566
"definedIn": "prose"
35673567
},
@@ -3582,7 +3582,7 @@
35823582
"id": "hmac-importparams",
35833583
"href": "https://w3c.github.io/webcrypto/#hmac-importparams",
35843584
"title": "HmacImportParams dictionary",
3585-
"number": "29.3"
3585+
"number": "31.3"
35863586
},
35873587
"definedIn": "prose"
35883588
},
@@ -3601,7 +3601,7 @@
36013601
"id": "HmacKeyAlgorithm-dictionary",
36023602
"href": "https://w3c.github.io/webcrypto/#HmacKeyAlgorithm-dictionary",
36033603
"title": "HmacKeyAlgorithm dictionary",
3604-
"number": "29.4"
3604+
"number": "31.4"
36053605
},
36063606
"definedIn": "heading"
36073607
},
@@ -3622,7 +3622,7 @@
36223622
"id": "HmacKeyAlgorithm-dictionary",
36233623
"href": "https://w3c.github.io/webcrypto/#HmacKeyAlgorithm-dictionary",
36243624
"title": "HmacKeyAlgorithm dictionary",
3625-
"number": "29.4"
3625+
"number": "31.4"
36263626
},
36273627
"definedIn": "prose"
36283628
},
@@ -3643,7 +3643,7 @@
36433643
"id": "HmacKeyAlgorithm-dictionary",
36443644
"href": "https://w3c.github.io/webcrypto/#HmacKeyAlgorithm-dictionary",
36453645
"title": "HmacKeyAlgorithm dictionary",
3646-
"number": "29.4"
3646+
"number": "31.4"
36473647
},
36483648
"definedIn": "prose"
36493649
},
@@ -3662,7 +3662,7 @@
36623662
"id": "hmac-keygen-params",
36633663
"href": "https://w3c.github.io/webcrypto/#hmac-keygen-params",
36643664
"title": "HmacKeyGenParams dictionary",
3665-
"number": "29.5"
3665+
"number": "31.5"
36663666
},
36673667
"definedIn": "heading"
36683668
},
@@ -3683,7 +3683,7 @@
36833683
"id": "hmac-keygen-params",
36843684
"href": "https://w3c.github.io/webcrypto/#hmac-keygen-params",
36853685
"title": "HmacKeyGenParams dictionary",
3686-
"number": "29.5"
3686+
"number": "31.5"
36873687
},
36883688
"definedIn": "prose"
36893689
},
@@ -3704,7 +3704,7 @@
37043704
"id": "hmac-keygen-params",
37053705
"href": "https://w3c.github.io/webcrypto/#hmac-keygen-params",
37063706
"title": "HmacKeyGenParams dictionary",
3707-
"number": "29.5"
3707+
"number": "31.5"
37083708
},
37093709
"definedIn": "prose"
37103710
},
@@ -3723,7 +3723,7 @@
37233723
"id": "hkdf-params",
37243724
"href": "https://w3c.github.io/webcrypto/#hkdf-params",
37253725
"title": "HkdfParams dictionary",
3726-
"number": "31.3"
3726+
"number": "33.3"
37273727
},
37283728
"definedIn": "heading"
37293729
},
@@ -3744,7 +3744,7 @@
37443744
"id": "hkdf-params",
37453745
"href": "https://w3c.github.io/webcrypto/#hkdf-params",
37463746
"title": "HkdfParams dictionary",
3747-
"number": "31.3"
3747+
"number": "33.3"
37483748
},
37493749
"definedIn": "prose"
37503750
},
@@ -3765,7 +3765,7 @@
37653765
"id": "hkdf-params",
37663766
"href": "https://w3c.github.io/webcrypto/#hkdf-params",
37673767
"title": "HkdfParams dictionary",
3768-
"number": "31.3"
3768+
"number": "33.3"
37693769
},
37703770
"definedIn": "prose"
37713771
},
@@ -3786,7 +3786,7 @@
37863786
"id": "hkdf-params",
37873787
"href": "https://w3c.github.io/webcrypto/#hkdf-params",
37883788
"title": "HkdfParams dictionary",
3789-
"number": "31.3"
3789+
"number": "33.3"
37903790
},
37913791
"definedIn": "prose"
37923792
},
@@ -3805,7 +3805,7 @@
38053805
"id": "pbkdf2-params",
38063806
"href": "https://w3c.github.io/webcrypto/#pbkdf2-params",
38073807
"title": "Pbkdf2Params dictionary",
3808-
"number": "32.3"
3808+
"number": "34.3"
38093809
},
38103810
"definedIn": "heading"
38113811
},
@@ -3826,7 +3826,7 @@
38263826
"id": "pbkdf2-params",
38273827
"href": "https://w3c.github.io/webcrypto/#pbkdf2-params",
38283828
"title": "Pbkdf2Params dictionary",
3829-
"number": "32.3"
3829+
"number": "34.3"
38303830
},
38313831
"definedIn": "prose"
38323832
},
@@ -3847,7 +3847,7 @@
38473847
"id": "pbkdf2-params",
38483848
"href": "https://w3c.github.io/webcrypto/#pbkdf2-params",
38493849
"title": "Pbkdf2Params dictionary",
3850-
"number": "32.3"
3850+
"number": "34.3"
38513851
},
38523852
"definedIn": "prose"
38533853
},
@@ -3868,7 +3868,7 @@
38683868
"id": "pbkdf2-params",
38693869
"href": "https://w3c.github.io/webcrypto/#pbkdf2-params",
38703870
"title": "Pbkdf2Params dictionary",
3871-
"number": "32.3"
3871+
"number": "34.3"
38723872
},
38733873
"definedIn": "prose"
38743874
}

0 commit comments

Comments
 (0)