Skip to content

Commit

Permalink
Update of ED report from new reffy run
Browse files Browse the repository at this point in the history
Using reffy commit 18.0.0.
  • Loading branch information
reffy-bot committed Dec 5, 2024
1 parent 8d2ff01 commit 9e11e01
Show file tree
Hide file tree
Showing 12 changed files with 2,249 additions and 981 deletions.
2,089 changes: 1,507 additions & 582 deletions ed/algorithms/WebCryptoAPI.json

Large diffs are not rendered by default.

36 changes: 25 additions & 11 deletions ed/algorithms/webdriver2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4934,25 +4934,36 @@
]
},
{
"name": "dispatch actions",
"href": "https://w3c.github.io/webdriver/#dfn-dispatch-actions",
"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>:",
"name": "wait for an action queue token",
"href": "https://w3c.github.io/webdriver/#dfn-wait-for-an-action-queue-token",
"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>:",
"rationale": ".algorithm",
"steps": [
{
"html": "<p>Let <var>token</var> be a new unique identifier.\n\n </p>"
},
{
"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>"
"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>"
},
{
"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>"
"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>"
}
]
},
{
"name": "dispatch actions",
"href": "https://w3c.github.io/webdriver/#dfn-dispatch-actions",
"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>:",
"rationale": ".algorithm",
"steps": [
{
"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>"
},
{
"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>"
"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>"
},
{
"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>"
"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>"
},
{
"html": "<p>Return <var>actions result</var>.\n</p>"
Expand Down Expand Up @@ -5538,19 +5549,22 @@
"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>"
},
{
"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>"
"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>"
},
{
"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>"
},
{
"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>"
"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>"
},
{
"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>"
},
{
"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>"
"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>"
},
{
"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>"
"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>"
},
{
"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>"
Expand Down
68 changes: 34 additions & 34 deletions ed/dfns/WebCryptoAPI.json
Original file line number Diff line number Diff line change
Expand Up @@ -3199,7 +3199,7 @@
"id": "aes-ctr-params",
"href": "https://w3c.github.io/webcrypto/#aes-ctr-params",
"title": "AesCtrParams dictionary",
"number": "25.3"
"number": "27.3"
},
"definedIn": "heading"
},
Expand All @@ -3220,7 +3220,7 @@
"id": "aes-ctr-params",
"href": "https://w3c.github.io/webcrypto/#aes-ctr-params",
"title": "AesCtrParams dictionary",
"number": "25.3"
"number": "27.3"
},
"definedIn": "prose"
},
Expand All @@ -3241,7 +3241,7 @@
"id": "aes-ctr-params",
"href": "https://w3c.github.io/webcrypto/#aes-ctr-params",
"title": "AesCtrParams dictionary",
"number": "25.3"
"number": "27.3"
},
"definedIn": "prose"
},
Expand All @@ -3260,7 +3260,7 @@
"id": "AesKeyAlgorithm-dictionary",
"href": "https://w3c.github.io/webcrypto/#AesKeyAlgorithm-dictionary",
"title": "AesKeyAlgorithm dictionary",
"number": "25.4"
"number": "27.4"
},
"definedIn": "heading"
},
Expand All @@ -3281,7 +3281,7 @@
"id": "AesKeyAlgorithm-dictionary",
"href": "https://w3c.github.io/webcrypto/#AesKeyAlgorithm-dictionary",
"title": "AesKeyAlgorithm dictionary",
"number": "25.4"
"number": "27.4"
},
"definedIn": "prose"
},
Expand All @@ -3300,7 +3300,7 @@
"id": "aes-keygen-params",
"href": "https://w3c.github.io/webcrypto/#aes-keygen-params",
"title": "AesKeyGenParams dictionary",
"number": "25.5"
"number": "27.5"
},
"definedIn": "heading"
},
Expand All @@ -3321,7 +3321,7 @@
"id": "aes-keygen-params",
"href": "https://w3c.github.io/webcrypto/#aes-keygen-params",
"title": "AesKeyGenParams dictionary",
"number": "25.5"
"number": "27.5"
},
"definedIn": "prose"
},
Expand All @@ -3340,7 +3340,7 @@
"id": "aes-derivedkey-params",
"href": "https://w3c.github.io/webcrypto/#aes-derivedkey-params",
"title": "AesDerivedKeyParams dictionary",
"number": "25.6"
"number": "27.6"
},
"definedIn": "heading"
},
Expand All @@ -3361,7 +3361,7 @@
"id": "aes-derivedkey-params",
"href": "https://w3c.github.io/webcrypto/#aes-derivedkey-params",
"title": "AesDerivedKeyParams dictionary",
"number": "25.6"
"number": "27.6"
},
"definedIn": "prose"
},
Expand All @@ -3380,7 +3380,7 @@
"id": "aes-cbc-params",
"href": "https://w3c.github.io/webcrypto/#aes-cbc-params",
"title": "AesCbcParams dictionary",
"number": "26.3"
"number": "28.3"
},
"definedIn": "heading"
},
Expand All @@ -3401,7 +3401,7 @@
"id": "aes-cbc-params",
"href": "https://w3c.github.io/webcrypto/#aes-cbc-params",
"title": "AesCbcParams dictionary",
"number": "26.3"
"number": "28.3"
},
"definedIn": "prose"
},
Expand All @@ -3420,7 +3420,7 @@
"id": "aes-gcm-params",
"href": "https://w3c.github.io/webcrypto/#aes-gcm-params",
"title": "AesGcmParams dictionary",
"number": "27.3"
"number": "29.3"
},
"definedIn": "heading"
},
Expand All @@ -3441,7 +3441,7 @@
"id": "aes-gcm-params",
"href": "https://w3c.github.io/webcrypto/#aes-gcm-params",
"title": "AesGcmParams dictionary",
"number": "27.3"
"number": "29.3"
},
"definedIn": "prose"
},
Expand All @@ -3462,7 +3462,7 @@
"id": "aes-gcm-params",
"href": "https://w3c.github.io/webcrypto/#aes-gcm-params",
"title": "AesGcmParams dictionary",
"number": "27.3"
"number": "29.3"
},
"definedIn": "prose"
},
Expand All @@ -3483,7 +3483,7 @@
"id": "aes-gcm-params",
"href": "https://w3c.github.io/webcrypto/#aes-gcm-params",
"title": "AesGcmParams dictionary",
"number": "27.3"
"number": "29.3"
},
"definedIn": "prose"
},
Expand All @@ -3502,7 +3502,7 @@
"id": "hmac-description",
"href": "https://w3c.github.io/webcrypto/#hmac-description",
"title": "Description",
"number": "29.1"
"number": "31.1"
},
"definedIn": "prose"
},
Expand All @@ -3521,7 +3521,7 @@
"id": "hmac-description",
"href": "https://w3c.github.io/webcrypto/#hmac-description",
"title": "Description",
"number": "29.1"
"number": "31.1"
},
"definedIn": "prose"
},
Expand All @@ -3540,7 +3540,7 @@
"id": "hmac-importparams",
"href": "https://w3c.github.io/webcrypto/#hmac-importparams",
"title": "HmacImportParams dictionary",
"number": "29.3"
"number": "31.3"
},
"definedIn": "heading"
},
Expand All @@ -3561,7 +3561,7 @@
"id": "hmac-importparams",
"href": "https://w3c.github.io/webcrypto/#hmac-importparams",
"title": "HmacImportParams dictionary",
"number": "29.3"
"number": "31.3"
},
"definedIn": "prose"
},
Expand All @@ -3582,7 +3582,7 @@
"id": "hmac-importparams",
"href": "https://w3c.github.io/webcrypto/#hmac-importparams",
"title": "HmacImportParams dictionary",
"number": "29.3"
"number": "31.3"
},
"definedIn": "prose"
},
Expand All @@ -3601,7 +3601,7 @@
"id": "HmacKeyAlgorithm-dictionary",
"href": "https://w3c.github.io/webcrypto/#HmacKeyAlgorithm-dictionary",
"title": "HmacKeyAlgorithm dictionary",
"number": "29.4"
"number": "31.4"
},
"definedIn": "heading"
},
Expand All @@ -3622,7 +3622,7 @@
"id": "HmacKeyAlgorithm-dictionary",
"href": "https://w3c.github.io/webcrypto/#HmacKeyAlgorithm-dictionary",
"title": "HmacKeyAlgorithm dictionary",
"number": "29.4"
"number": "31.4"
},
"definedIn": "prose"
},
Expand All @@ -3643,7 +3643,7 @@
"id": "HmacKeyAlgorithm-dictionary",
"href": "https://w3c.github.io/webcrypto/#HmacKeyAlgorithm-dictionary",
"title": "HmacKeyAlgorithm dictionary",
"number": "29.4"
"number": "31.4"
},
"definedIn": "prose"
},
Expand All @@ -3662,7 +3662,7 @@
"id": "hmac-keygen-params",
"href": "https://w3c.github.io/webcrypto/#hmac-keygen-params",
"title": "HmacKeyGenParams dictionary",
"number": "29.5"
"number": "31.5"
},
"definedIn": "heading"
},
Expand All @@ -3683,7 +3683,7 @@
"id": "hmac-keygen-params",
"href": "https://w3c.github.io/webcrypto/#hmac-keygen-params",
"title": "HmacKeyGenParams dictionary",
"number": "29.5"
"number": "31.5"
},
"definedIn": "prose"
},
Expand All @@ -3704,7 +3704,7 @@
"id": "hmac-keygen-params",
"href": "https://w3c.github.io/webcrypto/#hmac-keygen-params",
"title": "HmacKeyGenParams dictionary",
"number": "29.5"
"number": "31.5"
},
"definedIn": "prose"
},
Expand All @@ -3723,7 +3723,7 @@
"id": "hkdf-params",
"href": "https://w3c.github.io/webcrypto/#hkdf-params",
"title": "HkdfParams dictionary",
"number": "31.3"
"number": "33.3"
},
"definedIn": "heading"
},
Expand All @@ -3744,7 +3744,7 @@
"id": "hkdf-params",
"href": "https://w3c.github.io/webcrypto/#hkdf-params",
"title": "HkdfParams dictionary",
"number": "31.3"
"number": "33.3"
},
"definedIn": "prose"
},
Expand All @@ -3765,7 +3765,7 @@
"id": "hkdf-params",
"href": "https://w3c.github.io/webcrypto/#hkdf-params",
"title": "HkdfParams dictionary",
"number": "31.3"
"number": "33.3"
},
"definedIn": "prose"
},
Expand All @@ -3786,7 +3786,7 @@
"id": "hkdf-params",
"href": "https://w3c.github.io/webcrypto/#hkdf-params",
"title": "HkdfParams dictionary",
"number": "31.3"
"number": "33.3"
},
"definedIn": "prose"
},
Expand All @@ -3805,7 +3805,7 @@
"id": "pbkdf2-params",
"href": "https://w3c.github.io/webcrypto/#pbkdf2-params",
"title": "Pbkdf2Params dictionary",
"number": "32.3"
"number": "34.3"
},
"definedIn": "heading"
},
Expand All @@ -3826,7 +3826,7 @@
"id": "pbkdf2-params",
"href": "https://w3c.github.io/webcrypto/#pbkdf2-params",
"title": "Pbkdf2Params dictionary",
"number": "32.3"
"number": "34.3"
},
"definedIn": "prose"
},
Expand All @@ -3847,7 +3847,7 @@
"id": "pbkdf2-params",
"href": "https://w3c.github.io/webcrypto/#pbkdf2-params",
"title": "Pbkdf2Params dictionary",
"number": "32.3"
"number": "34.3"
},
"definedIn": "prose"
},
Expand All @@ -3868,7 +3868,7 @@
"id": "pbkdf2-params",
"href": "https://w3c.github.io/webcrypto/#pbkdf2-params",
"title": "Pbkdf2Params dictionary",
"number": "32.3"
"number": "34.3"
},
"definedIn": "prose"
}
Expand Down
Loading

0 comments on commit 9e11e01

Please sign in to comment.