Skip to content

Commit 8846f2d

Browse files
Fix inappropriate usage of "userPromptHandler" as capability name.
SHA: d43acbb Reason: push, by jgraham Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 472bf6c commit 8846f2d

File tree

1 file changed

+14
-26
lines changed

1 file changed

+14
-26
lines changed

index.html

Lines changed: 14 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE html><html lang="en-us" data-issue-url="https://github.com/w3c/webdriver/" data-issue-param-milestone="Level 1"><head>
22
<meta charset="utf-8">
3-
<meta name="generator" content="ReSpec 34.5.0">
3+
<meta name="generator" content="ReSpec 35.0.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}
@@ -100,8 +100,6 @@
100100
25%{transform:scale(1.25,1.25);opacity:.75}
101101
100%{transform:scale(1,1)}
102102
}
103-
:is(h1,h2,h3,h4,h5,h6,a) abbr{border:none}
104-
dfn{font-weight:700}
105103
a.internalDFN{color:inherit;border-bottom:1px solid #99c;text-decoration:none}
106104
a.externalDFN{color:inherit;border-bottom:1px dotted #ccc;text-decoration:none}
107105
a.bibref{text-decoration:none}
@@ -115,19 +113,8 @@
115113
cite .bibref{font-style:normal}
116114
a[href].orcid{padding-left:4px;padding-right:4px}
117115
a[href].orcid>svg{margin-bottom:-2px}
118-
.toc a,.tof a{text-decoration:none}
119116
ol.tof,ul.tof{list-style:none outside none}
120117
.caption{margin-top:.5em;font-style:italic}
121-
table.simple{border-spacing:0;border-collapse:collapse;border-bottom:3px solid #005a9c}
122-
.simple th{background:#005a9c;color:#fff;padding:3px 5px;text-align:left}
123-
.simple th a{color:#fff;padding:3px 5px;text-align:left}
124-
.simple th[scope=row]{background:inherit;color:inherit;border-top:1px solid #ddd}
125-
.simple td{padding:3px 10px;border-top:1px solid #ddd}
126-
.simple tr:nth-child(even){background:#f0f6ff}
127-
.section dd>p:first-child{margin-top:0}
128-
.section dd>p:last-child{margin-bottom:0}
129-
.section dd{margin-bottom:1em}
130-
.section dl.attrs dd,.section dl.eldef dd{margin-bottom:0}
131118
#issue-summary>ul{column-count:2}
132119
#issue-summary li{list-style:none;display:inline-block}
133120
details.respec-tests-details{margin-left:1em;display:inline-block;vertical-align:top}
@@ -151,6 +138,7 @@
151138
.removeOnSave{display:none}
152139
}
153140
</style>
141+
<meta name="color-scheme" content="light">
154142
<style>
155143
ul.index{columns:30ch;column-gap:1.5em}
156144
ul.index li{list-style:inherit}
@@ -188,7 +176,7 @@
188176
.mdn .samsunginternet_android::before{background-image:url(https://www.w3.org/assets/logos/browser-logos/samsung-internet/samsung-internet.svg)}
189177
.mdn .webview_android::before{background-image:url(https://www.w3.org/assets/logos/browser-logos/android-webview/android-webview.png)}
190178
</style>
191-
<meta name="revision" content="98140eacf446d22030c9eaf65d67fb9dcb212a12">
179+
<meta name="revision" content="d43acbbf3e65150803d9b14696ff7e9e321968f6">
192180
<meta name="description" content="WebDriver is a remote control interface
193181
that enables introspection and control of user agents.
194182
It provides a platform- and language-neutral wire protocol
@@ -284,15 +272,15 @@
284272
],
285273
"profile": "web-platform"
286274
},
287-
"gitRevision": "98140eacf446d22030c9eaf65d67fb9dcb212a12",
288-
"publishISODate": "2024-04-16T00:00:00.000Z",
289-
"generatedSubtitle": "W3C Editor's Draft 16 April 2024"
275+
"gitRevision": "d43acbbf3e65150803d9b14696ff7e9e321968f6",
276+
"publishISODate": "2024-05-03T00:00:00.000Z",
277+
"generatedSubtitle": "W3C Editor's Draft 03 May 2024"
290278
}</script>
291279
<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">
292280
<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">
293281
</a></p>
294282
<h1 id="title" class="title">WebDriver</h1>
295-
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">W3C Editor's Draft</a> <time class="dt-published" datetime="2024-04-16">16 April 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-05-03">03 May 2024</time></p>
296284
<details open="">
297285
<summary>More details about this document</summary>
298286
<dl>
@@ -2491,7 +2479,7 @@ <h1 id="title" class="title">WebDriver</h1>
24912479
used. The intent is that if this is not possible a new session
24922480
will not be established.
24932481

2494-
</p></div></dd><dt>"<code>userPromptHandler</code>"
2482+
</p></div></dd><dt>"<code>unhandledPromptBehavior</code>"
24952483
</dt><dd><p>If <a href="#dfn-check-user-prompt-handler-matches" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-check-user-prompt-handler-matches-1">check user prompt handler matches</a>
24962484
with <var>value</var> is false, return <a href="#dfn-success" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-success-14">success</a> with
24972485
data <a href="#dfn-null" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-null-14"><code>null</code></a>.
@@ -2654,18 +2642,18 @@ <h1 id="title" class="title">WebDriver</h1>
26542642
"<code>acceptInsecureCerts</code>" from <var>capabilities</var>.
26552643

26562644
</p></li><li><p>Let <var>user prompt handler capability</var> be the result of getting property
2657-
"<code>userPromptHandler</code>" from <var>capabilities</var>.
2645+
"<code>unhandledPromptBehavior</code>" from <var>capabilities</var>.
26582646

2659-
</p></li><li><p>If <var>user prompt handler capability</var> is not
2647+
</p></li><li><p>If <var>user prompt handler capability</var> is not
26602648
undefined, <a href="#dfn-update-the-user-prompt-handler" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-update-the-user-prompt-handler-1">update the user prompt handler</a> with <var>user
26612649
prompt handler capability</var>.
26622650

2663-
</p></li><li><p>Let <var>serialized user prompt handler</var>
2651+
</p></li><li><p>Let <var>serialized user prompt handler</var>
26642652
be <a href="#dfn-serialize-the-user-prompt-handler" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-serialize-the-user-prompt-handler-1">serialize the user prompt handler</a>.
26652653

2666-
</p></li><li><p>If <var>seralized user prompt handler</var> is not null, set
2654+
</p></li><li><p>If <var>serialized user prompt handler</var> is not null, set
26672655
a property on <var>capabilities</var> with the name
2668-
"<code>userPromptHandler</code>", and the value <var>serialized
2656+
"<code>unhandledPromptBehavior</code>", and the value <var>serialized
26692657
user prompt handler</var>.
26702658

26712659
</p></li><li><p>If <var>flags</var> <var>contains</var> "<code>http</code>":
@@ -14180,7 +14168,7 @@ <h1 id="title" class="title">WebDriver</h1>
1418014168
<dl class="bibliography"><dt id="bib-accname-1.1">[accname-1.1]</dt><dd>
1418114169
<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>
1418214170
</dd><dt id="bib-csp3">[CSP3]</dt><dd>
14183-
<a href="https://www.w3.org/TR/CSP3/"><cite>Content Security Policy Level 3</cite></a>. Mike West; Antonio Sartori. W3C. 12 April 2024. W3C Working Draft. URL: <a href="https://www.w3.org/TR/CSP3/">https://www.w3.org/TR/CSP3/</a>
14171+
<a href="https://www.w3.org/TR/CSP3/"><cite>Content Security Policy Level 3</cite></a>. Mike West; Antonio Sartori. W3C. 24 April 2024. W3C Working Draft. URL: <a href="https://www.w3.org/TR/CSP3/">https://www.w3.org/TR/CSP3/</a>
1418414172
</dd><dt id="bib-css-cascade-4">[CSS-CASCADE-4]</dt><dd>
1418514173
<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>
1418614174
</dd><dt id="bib-css-device-adapt">[CSS-DEVICE-ADAPT]</dt><dd>

0 commit comments

Comments
 (0)