Skip to content

Commit 6b40611

Browse files
Fix undefined variable "scriptResult" in remote steps of "Execute Async Script" (w3c#1865)
SHA: 9cb696c Reason: push, by pull[bot] Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 06d4e43 commit 6b40611

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

index.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
.mdn .samsunginternet_android::before{background-image:url(https://www.w3.org/assets/logos/browser-logos/samsung-internet/samsung-internet.svg)}
177177
.mdn .webview_android::before{background-image:url(https://www.w3.org/assets/logos/browser-logos/android-webview/android-webview.png)}
178178
</style>
179-
<meta name="revision" content="7d8beb949159e0f7d86a34410aedd3a1af3d4b0c">
179+
<meta name="revision" content="9cb696c77d8419f4d7f093370221d2c449e61bae">
180180
<meta name="description" content="WebDriver is a remote control interface
181181
that enables introspection and control of user agents.
182182
It provides a platform- and language-neutral wire protocol
@@ -272,15 +272,15 @@
272272
],
273273
"profile": "web-platform"
274274
},
275-
"gitRevision": "7d8beb949159e0f7d86a34410aedd3a1af3d4b0c",
276-
"publishISODate": "2024-12-05T00:00:00.000Z",
277-
"generatedSubtitle": "W3C Editor's Draft 05 December 2024"
275+
"gitRevision": "9cb696c77d8419f4d7f093370221d2c449e61bae",
276+
"publishISODate": "2024-12-12T00:00:00.000Z",
277+
"generatedSubtitle": "W3C Editor's Draft 12 December 2024"
278278
}</script>
279279
<link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/2021/W3C-ED"></head><body data-cite="WEBIDL CSSOM-VIEW GEOMETRY-1 fileapi HTML INFRA URL WEBIDL DOM FETCH" class="h-entry"><div class="head">
280280
<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">
281281
</a></p>
282282
<h1 id="title" class="title">WebDriver</h1>
283-
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">W3C Editor's Draft</a> <time class="dt-published" datetime="2024-12-05">05 December 2024</time></p>
283+
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">W3C Editor's Draft</a> <time class="dt-published" datetime="2024-12-12">12 December 2024</time></p>
284284
<details open="">
285285
<summary>More details about this document</summary>
286286
<dl>
@@ -8039,7 +8039,7 @@ <h1 id="title" class="title">WebDriver</h1>
80398039
</p></li><li><p>Append <var>resolvingFunctions</var><code>.[[Resolve]]</code> to
80408040
<var>arguments</var>.
80418041

8042-
</p></li><li><p>Let <var>result</var> be the result of calling
8042+
</p></li><li><p>Let <var>scriptResult</var> be the result of calling
80438043
<a href="#dfn-execute-a-function-body" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-execute-a-function-body-2">execute a function body</a>, with arguments
80448044
<var>body</var> and <var>arguments</var>.
80458045

@@ -11137,7 +11137,7 @@ <h1 id="title" class="title">WebDriver</h1>
1113711137
an <a href="#dfn-unexpected-alert-open" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-unexpected-alert-open-2">unexpected alert open</a> <a href="#dfn-error" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-error-250">error</a> will be returned.
1113811138

1113911139
</p><p>Whenever <a href="#dfn-active-sessions" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-active-sessions-7">active sessions</a> is a list containing exactly one
11140-
item, and that item is a <a href="#dfn-http-session" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-http-session-7">HTTP session</a>, but is not a <a data-link-type="dfn" href="https://w3c.github.io/webdriver-bidi/#bidi-session" id="ref-for-index-term-bidi-session-1">BiDi
11140+
item, and that item is a <a href="#dfn-http-session" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-http-session-7">HTTP session</a>, but is not a <a data-link-type="dfn" href="https://www.w3.org/TR/webdriver-bidi/#bidi-session" id="ref-for-index-term-bidi-session-1">BiDi
1114111141
session</a>, then in the <a href="#dfn-steps-to-fire-beforeunload" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-steps-to-fire-beforeunload-1">steps to fire beforeunload</a>,
1114211142
implementations must act as if showing an unload prompt is likely to
1114311143
be annoying, deceptive, or pointless.
@@ -14202,7 +14202,7 @@ <h1 id="title" class="title">WebDriver</h1>
1420214202
[<cite><a class="bibref" data-link-type="biblio" href="#bib-webdriver-bidi">WEBDRIVER-BIDI</a></cite>] defines the following:
1420314203
<ul>
1420414204
<li>
14205-
<span class="index-term" data-href="https://w3c.github.io/webdriver-bidi/#bidi-session" id="index-term-bidi-session" tabindex="0" aria-haspopup="dialog">BiDi session</span>
14205+
<span class="index-term" data-href="https://www.w3.org/TR/webdriver-bidi/#bidi-session" id="index-term-bidi-session" tabindex="0" aria-haspopup="dialog">BiDi session</span>
1420614206
</li>
1420714207
</ul>
1420814208
</li><li>
@@ -14224,7 +14224,7 @@ <h1 id="title" class="title">WebDriver</h1>
1422414224
<dl class="bibliography"><dt id="bib-accname-1.1">[accname-1.1]</dt><dd>
1422514225
<a href="https://www.w3.org/TR/accname-1.1/"><cite>Accessible Name and Description Computation 1.1</cite></a>. Joanmarie Diggs; Bryan Garaventa; Michael Cooper. W3C. 18 December 2018. W3C Recommendation. URL: <a href="https://www.w3.org/TR/accname-1.1/">https://www.w3.org/TR/accname-1.1/</a>
1422614226
</dd><dt id="bib-csp3">[CSP3]</dt><dd>
14227-
<a href="https://www.w3.org/TR/CSP3/"><cite>Content Security Policy Level 3</cite></a>. Mike West; Antonio Sartori. W3C. 14 October 2024. W3C Working Draft. URL: <a href="https://www.w3.org/TR/CSP3/">https://www.w3.org/TR/CSP3/</a>
14227+
<a href="https://www.w3.org/TR/CSP3/"><cite>Content Security Policy Level 3</cite></a>. Mike West; Antonio Sartori. W3C. 6 December 2024. W3C Working Draft. URL: <a href="https://www.w3.org/TR/CSP3/">https://www.w3.org/TR/CSP3/</a>
1422814228
</dd><dt id="bib-css-cascade-4">[CSS-CASCADE-4]</dt><dd>
1422914229
<a href="https://www.w3.org/TR/css-cascade-4/"><cite>CSS Cascading and Inheritance Level 4</cite></a>. Elika Etemad; Tab Atkins Jr. W3C. 13 January 2022. W3C Candidate Recommendation. URL: <a href="https://www.w3.org/TR/css-cascade-4/">https://www.w3.org/TR/css-cascade-4/</a>
1423014230
</dd><dt id="bib-css-device-adapt">[CSS-DEVICE-ADAPT]</dt><dd>
@@ -14254,7 +14254,7 @@ <h1 id="title" class="title">WebDriver</h1>
1425414254
</dd><dt id="bib-fetch">[FETCH]</dt><dd>
1425514255
<a href="https://fetch.spec.whatwg.org/"><cite>Fetch Standard</cite></a>. Anne van Kesteren. WHATWG. Living Standard. URL: <a href="https://fetch.spec.whatwg.org/">https://fetch.spec.whatwg.org/</a>
1425614256
</dd><dt id="bib-fileapi">[fileapi]</dt><dd>
14257-
<a href="https://www.w3.org/TR/FileAPI/"><cite>File API</cite></a>. Marijn Kruisselbrink. W3C. 24 October 2024. W3C Working Draft. URL: <a href="https://www.w3.org/TR/FileAPI/">https://www.w3.org/TR/FileAPI/</a>
14257+
<a href="https://www.w3.org/TR/FileAPI/"><cite>File API</cite></a>. Marijn Kruisselbrink. W3C. 4 December 2024. W3C Working Draft. URL: <a href="https://www.w3.org/TR/FileAPI/">https://www.w3.org/TR/FileAPI/</a>
1425814258
</dd><dt id="bib-fullscreen">[FULLSCREEN]</dt><dd>
1425914259
<a href="https://fullscreen.spec.whatwg.org/"><cite>Fullscreen API Standard</cite></a>. Philip Jägenstedt. WHATWG. Living Standard. URL: <a href="https://fullscreen.spec.whatwg.org/">https://fullscreen.spec.whatwg.org/</a>
1426014260
</dd><dt id="bib-geometry-1">[GEOMETRY-1]</dt><dd>
@@ -14304,7 +14304,7 @@ <h1 id="title" class="title">WebDriver</h1>
1430414304
</dd><dt id="bib-ui-events">[UI-EVENTS]</dt><dd>
1430514305
<a href="https://www.w3.org/TR/uievents/"><cite>UI Events</cite></a>. Gary Kacmarcik; Travis Leithead. W3C. 7 September 2024. W3C Working Draft. URL: <a href="https://www.w3.org/TR/uievents/">https://www.w3.org/TR/uievents/</a>
1430614306
</dd><dt id="bib-uievents-key">[UIEVENTS-KEY]</dt><dd>
14307-
<a href="https://www.w3.org/TR/uievents-key/"><cite>UI Events KeyboardEvent key Values</cite></a>. Travis Leithead; Gary Kacmarcik. W3C. 30 May 2023. W3C Candidate Recommendation. URL: <a href="https://www.w3.org/TR/uievents-key/">https://www.w3.org/TR/uievents-key/</a>
14307+
<a href="https://www.w3.org/TR/uievents-key/"><cite>UI Events KeyboardEvent key Values</cite></a>. Travis Leithead; Gary Kacmarcik. W3C. 26 November 2024. W3C Proposed Recommendation. URL: <a href="https://www.w3.org/TR/uievents-key/">https://www.w3.org/TR/uievents-key/</a>
1430814308
</dd><dt id="bib-unicode">[Unicode]</dt><dd>
1430914309
<a href="https://www.unicode.org/versions/latest/"><cite>The Unicode Standard</cite></a>. Unicode Consortium. URL: <a href="https://www.unicode.org/versions/latest/">https://www.unicode.org/versions/latest/</a>
1431014310
</dd><dt id="bib-uri-template">[URI-TEMPLATE]</dt><dd>
@@ -14314,7 +14314,7 @@ <h1 id="title" class="title">WebDriver</h1>
1431414314
</dd><dt id="bib-wai-aria-1.2">[wai-aria-1.2]</dt><dd>
1431514315
<a href="https://www.w3.org/TR/wai-aria-1.2/"><cite>Accessible Rich Internet Applications (WAI-ARIA) 1.2</cite></a>. Joanmarie Diggs; James Nurthen; Michael Cooper; Carolyn MacLeod. W3C. 6 June 2023. W3C Recommendation. URL: <a href="https://www.w3.org/TR/wai-aria-1.2/">https://www.w3.org/TR/wai-aria-1.2/</a>
1431614316
</dd><dt id="bib-webdriver-bidi">[WebDriver-BiDi]</dt><dd>
14317-
<a href="https://w3c.github.io/webdriver-bidi/"><cite>WebDriver BiDi</cite></a>. W3C. Editor's Draft. URL: <a href="https://w3c.github.io/webdriver-bidi/">https://w3c.github.io/webdriver-bidi/</a>
14317+
<a href="https://www.w3.org/TR/webdriver-bidi/"><cite>WebDriver BiDi</cite></a>. James Graham; Alex Rudenko; Maksim Sadym. W3C. 6 December 2024. W3C Working Draft. URL: <a href="https://www.w3.org/TR/webdriver-bidi/">https://www.w3.org/TR/webdriver-bidi/</a>
1431814318
</dd><dt id="bib-webidl">[WEBIDL]</dt><dd>
1431914319
<a href="https://webidl.spec.whatwg.org/"><cite>Web IDL Standard</cite></a>. Edgar Chen; Timothy Gu. WHATWG. Living Standard. URL: <a href="https://webidl.spec.whatwg.org/">https://webidl.spec.whatwg.org/</a>
1432014320
</dd><dt id="bib-xpath">[XPATH]</dt><dd>
@@ -25777,7 +25777,7 @@ <h1 id="title" class="title">WebDriver</h1>
2577725777
</div><div class="dfn-panel" hidden="" role="dialog" aria-modal="true" id="dfn-panel-for-index-term-bidi-session" aria-label="Links in this document to definition: BiDi session">
2577825778
<span class="caret"></span>
2577925779
<div>
25780-
<a class="self-link" href="https://w3c.github.io/webdriver-bidi/#bidi-session" aria-label="Permalink for definition: BiDi session. Activate to close this dialog.">Permalink</a>
25780+
<a class="self-link" href="https://www.w3.org/TR/webdriver-bidi/#bidi-session" aria-label="Permalink for definition: BiDi session. Activate to close this dialog.">Permalink</a>
2578125781

2578225782
</div>
2578325783
<p><b>Referenced in:</b></p>

0 commit comments

Comments
 (0)