diff --git a/tr/algorithms/mediacapture-streams.json b/tr/algorithms/mediacapture-streams.json index 35b1f4d087ac..7caa182f95d8 100644 --- a/tr/algorithms/mediacapture-streams.json +++ b/tr/algorithms/mediacapture-streams.json @@ -69,7 +69,7 @@ "html": "
If track is not in stream's track set, then abort these steps.
" }, { - "html": "Remove track from stream's track set.
" + "html": "Remove track from stream's track set.
" }, { "html": "Fire a track event named removetrack
with\n track at stream.
If track is not in stream's track set, then abort these steps.
" }, { - "html": "Remove track from stream's track set.
" + "html": "Remove track from stream's track set.
" } ] }, diff --git a/tr/algorithms/webdriver2.json b/tr/algorithms/webdriver2.json index 26eeaadbfde3..90f51e491f8e 100644 --- a/tr/algorithms/webdriver2.json +++ b/tr/algorithms/webdriver2.json @@ -4934,25 +4934,36 @@ ] }, { - "name": "dispatch actions", - "href": "https://www.w3.org/TR/webdriver2/#dfn-dispatch-actions", - "html": "To dispatch actions given input\nstate, actions by tick, browsing\ncontext, and actions options:", + "name": "wait for an action queue token", + "href": "https://www.w3.org/TR/webdriver2/#dfn-wait-for-an-action-queue-token", + "html": "To wait for an action queue token given input state:", "rationale": ".algorithm", "steps": [ { "html": "Let token be a new unique identifier.\n\n
" }, { - "html": "Enqueue token in input state's actions\n queue.\n\n
" + "html": "Enqueue token in input state's\n actions queue.\n\n
" }, { - "html": "Wait for token to be the first item\n in input state's actions queue.\n\n
" + "html": "Wait for token to be the first item\n in input state's actions queue.\n\n
" + } + ] + }, + { + "name": "dispatch actions", + "href": "https://www.w3.org/TR/webdriver2/#dfn-dispatch-actions", + "html": "To dispatch actions given input\nstate, actions by tick, browsing\ncontext, and actions options:", + "rationale": ".algorithm", + "steps": [ + { + "html": "Wait for an action queue token with input state.\n\n
" }, { - "html": "Let actions result be the result of dispatch\n actions inner with input state, actions by\n tick, browsing context, and actions options.\n\n
" + "html": "Let actions result be the result of\n dispatch actions inner with input state, actions by\n tick, browsing context, and actions options.\n\n
" }, { - "html": "Dequeue input state's actions queue.\n
Assert: this returns token\n\n
" + "html": "Dequeue input state's actions queue.\n
Assert: this returns token\n\n
" }, { "html": "Return actions result.\n
" @@ -5538,19 +5549,22 @@ "html": "If session's current browsing context\n is no longer open, return error with error\n code no such window.\n\n
" }, { - "html": "Let input state be the result of get the\n input state with session and current\n top-level browsing context.\n\n
" + "html": "Let input state be the result of get the input state\n with session and current top-level browsing context.\n\n
" }, { "html": "Let actions options be a new actions options\n with the is element origin steps set to represents a web\n element, and the get element origin steps set\n to get a WebElement origin.\n\n
" }, { - "html": "Let undo actions be input\n state's input cancel list in reverse order.\n\n
" + "html": "Wait for an action queue token with input state.\n\n
" + }, + { + "html": "Let undo actions be input\n state's input cancel list in reverse order.\n\n
" }, { - "html": "Try to dispatch tick actions with arguments\n undo\n actions, 0
,session's current\n browsing context, and actions options.\n\n
Try to dispatch actions with input state,\n undo actions, current browsing context,\n and actions options.\n\n\n
" }, { - "html": "Reset the input state with session\n and session's current top-level browsing\n context.\n\n
" + "html": "Reset the input state with session\n and session's current top-level browsing context.\n\n
" }, { "html": "" diff --git a/tr/dfns/webdriver2.json b/tr/dfns/webdriver2.json index b4a3d5aed979..87917d2d09b1 100644 --- a/tr/dfns/webdriver2.json +++ b/tr/dfns/webdriver2.json @@ -6435,6 +6435,25 @@ }, "definedIn": "prose" }, + { + "id": "dfn-wait-for-an-action-queue-token", + "href": "https://www.w3.org/TR/webdriver2/#dfn-wait-for-an-action-queue-token", + "linkingText": [ + "wait for an action queue token" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "dispatching-actions", + "href": "https://www.w3.org/TR/webdriver2/#dispatching-actions", + "title": "Dispatching actions", + "number": "15.6" + }, + "definedIn": "prose" + }, { "id": "dfn-dispatch-actions", "href": "https://www.w3.org/TR/webdriver2/#dfn-dispatch-actions", diff --git a/tr/ids/mediacapture-streams.json b/tr/ids/mediacapture-streams.json index 3c84668b4f4b..56a19bdfaed9 100644 --- a/tr/ids/mediacapture-streams.json +++ b/tr/ids/mediacapture-streams.json @@ -140,7 +140,6 @@ "https://www.w3.org/TR/mediacapture-streams/#ref-for-dom-mediastream-33", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-user-agent-6", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-track-set-8", - "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-remove-a-track-1", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-track-set-9", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-fire-a-track-event-2", "https://www.w3.org/TR/mediacapture-streams/#ref-for-event-mediastream-removetrack-1", @@ -249,7 +248,7 @@ "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-user-agent-10", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dom-mediastream-45", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-track-set-19", - "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-remove-a-track-2", + "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-remove-a-track-1", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-track-set-20", "https://www.w3.org/TR/mediacapture-streams/#dom-mediastream-clone", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dom-mediastream-46", diff --git a/tr/ids/webdriver2.json b/tr/ids/webdriver2.json index e548827cc550..db8cb0bbf367 100644 --- a/tr/ids/webdriver2.json +++ b/tr/ids/webdriver2.json @@ -3967,11 +3967,13 @@ "https://www.w3.org/TR/webdriver2/#x15-6-dispatching-actions", "https://www.w3.org/TR/webdriver2/#ref-for-dfn-dispatch-actions-1", "https://www.w3.org/TR/webdriver2/#ref-for-dfn-ticks-21", - "https://www.w3.org/TR/webdriver2/#dfn-dispatch-actions", + "https://www.w3.org/TR/webdriver2/#dfn-wait-for-an-action-queue-token", "https://www.w3.org/TR/webdriver2/#ref-for-dfn-actions-queue-1", "https://www.w3.org/TR/webdriver2/#ref-for-dfn-actions-queue-2", "https://www.w3.org/TR/webdriver2/#issue-container-generatedID-50", "https://www.w3.org/TR/webdriver2/#h-note-50", + "https://www.w3.org/TR/webdriver2/#dfn-dispatch-actions", + "https://www.w3.org/TR/webdriver2/#ref-for-dfn-wait-for-an-action-queue-token-1", "https://www.w3.org/TR/webdriver2/#ref-for-dfn-dispatch-actions-inner-1", "https://www.w3.org/TR/webdriver2/#ref-for-dfn-actions-queue-3", "https://www.w3.org/TR/webdriver2/#dfn-dispatch-actions-inner", @@ -4156,11 +4158,11 @@ "https://www.w3.org/TR/webdriver2/#ref-for-dfn-represents-a-web-element-9", "https://www.w3.org/TR/webdriver2/#ref-for-dfn-get-element-origin-6", "https://www.w3.org/TR/webdriver2/#ref-for-dfn-get-a-webelement-origin-5", + "https://www.w3.org/TR/webdriver2/#ref-for-dfn-wait-for-an-action-queue-token-2", "https://www.w3.org/TR/webdriver2/#ref-for-dfn-input-cancel-list-5", "https://www.w3.org/TR/webdriver2/#ref-for-dfn-try-120", - "https://www.w3.org/TR/webdriver2/#ref-for-dfn-dispatch-tick-actions-4", + "https://www.w3.org/TR/webdriver2/#ref-for-dfn-dispatch-actions-4", "https://www.w3.org/TR/webdriver2/#ref-for-dfn-current-browsing-context-86", - "https://www.w3.org/TR/webdriver2/#ref-for-dfn-actions-options-7", "https://www.w3.org/TR/webdriver2/#ref-for-dfn-reset-the-input-state-1", "https://www.w3.org/TR/webdriver2/#ref-for-dfn-current-top-level-browsing-context-66", "https://www.w3.org/TR/webdriver2/#ref-for-dfn-success-116", diff --git a/tr/index.json b/tr/index.json index 7a68af25a187..21b557313f79 100644 --- a/tr/index.json +++ b/tr/index.json @@ -1,7 +1,7 @@ { "type": "crawl", "title": "Reffy crawl", - "date": "2024-12-05T01:35:09.978Z", + "date": "2024-12-06T01:34:52.612Z", "options": { "fallback": "tr/index.json", "output": "report", @@ -717,7 +717,7 @@ "https://aomediacodec.github.io/av1-spec/" ], "crawled": "https://aomediacodec.github.io/av1-spec/av1-spec.pdf", - "date": "5 December 2024", + "date": "6 December 2024", "links": "links/av1-spec.json" }, { @@ -12704,11 +12704,11 @@ ], "crawled": "https://www.w3.org/TR/mediacapture-streams/", "crawlCacheInfo": { - "lastModified": "Thu, 03 Oct 2024 14:23:11 GMT" + "lastModified": "Thu, 05 Dec 2024 15:26:21 GMT" }, "generator": "respec", - "date": "03 October 2024", - "revision": "e34d4897df8aaa7f9a42693024736052c039d3bf", + "date": "05 December 2024", + "revision": "161b2d7a5fff385287337b74c1414e8e33f5f64d", "algorithms": "algorithms/mediacapture-streams.json", "links": "links/mediacapture-streams.json", "refs": "refs/mediacapture-streams.json", @@ -20499,11 +20499,11 @@ ], "crawled": "https://www.w3.org/TR/webdriver2/", "crawlCacheInfo": { - "lastModified": "Thu, 28 Nov 2024 12:53:11 GMT" + "lastModified": "Thu, 05 Dec 2024 12:24:19 GMT" }, "generator": "respec", - "date": "28 November 2024", - "revision": "0ac18fa957652f5efd2dc010d8a285cc08e89891", + "date": "05 December 2024", + "revision": "7d8beb949159e0f7d86a34410aedd3a1af3d4b0c", "algorithms": "algorithms/webdriver2.json", "links": "links/webdriver2.json", "refs": "refs/webdriver2.json", diff --git a/tr/links/mediacapture-streams.json b/tr/links/mediacapture-streams.json index bef9b9e980f0..717560fbb1a3 100644 --- a/tr/links/mediacapture-streams.json +++ b/tr/links/mediacapture-streams.json @@ -63,7 +63,7 @@ "https://www.w3.org/TR/mediastream-recording/": {}, "https://www.w3.org/TR/permissions-policy-1/": {}, "https://www.w3.org/TR/permissions/": {}, - "https://www.w3.org/TR/webaudio/": {}, + "https://www.w3.org/TR/webaudio-1.0/": {}, "https://www.w3.org/TR/webrtc/": {}, "https://www.w3.org/copyright/software-license/": {}, "https://www.w3.org/groups/wg/webrtc": {}, @@ -197,6 +197,7 @@ }, "https://infra.spec.whatwg.org/": { "anchors": [ + "list-remove", "implementation-defined", "ordered-map", "list", @@ -250,7 +251,7 @@ "dfn-express-permission" ] }, - "https://www.w3.org/TR/webaudio/": { + "https://www.w3.org/TR/webaudio-1.0/": { "anchors": [ "MediaStreamAudioSourceNode" ] diff --git a/tr/refs/mediacapture-streams.json b/tr/refs/mediacapture-streams.json index 6f48785de0ca..2ec1bd7129e8 100644 --- a/tr/refs/mediacapture-streams.json +++ b/tr/refs/mediacapture-streams.json @@ -47,7 +47,7 @@ }, { "name": "WEBAUDIO", - "url": "https://www.w3.org/TR/webaudio/" + "url": "https://www.w3.org/TR/webaudio-1.0/" }, { "name": "WEBIDL",