176
176
.mdn .samsunginternet_android::before{background-image:url(https://www.w3.org/assets/logos/browser-logos/samsung-internet/samsung-internet.svg)}
177
177
.mdn .webview_android::before{background-image:url(https://www.w3.org/assets/logos/browser-logos/android-webview/android-webview.png)}
178
178
</style>
179
- <meta name="revision" content="ebad903b150634ef8df8960fe296c422d7f00545 ">
179
+ <meta name="revision" content="629163e910748e41ccdb4f5b11d537c0ce955922 ">
180
180
<meta name="description" content="WebDriver is a remote control interface
181
181
that enables introspection and control of user agents.
182
182
It provides a platform- and language-neutral wire protocol
272
272
],
273
273
"profile": "web-platform"
274
274
},
275
- "gitRevision": "ebad903b150634ef8df8960fe296c422d7f00545 ",
275
+ "gitRevision": "629163e910748e41ccdb4f5b11d537c0ce955922 ",
276
276
"publishISODate": "2024-06-28T00:00:00.000Z",
277
277
"generatedSubtitle": "W3C Editor's Draft 28 June 2024"
278
278
}</script>
@@ -10504,7 +10504,7 @@ <h1 id="title" class="title">WebDriver</h1>
10504
10504
10505
10505
10506
10506
<p>To <dfn id="dfn-dispatch-a-pointerdown-action" tabindex="0" aria-haspopup="dialog" data-dfn-type="dfn">dispatch a pointerDown action</dfn> given
10507
- <var>action object</var>, <var>input state </var>, <var>global key
10507
+ <var>action object</var>, <var>source </var>, <var>global key
10508
10508
state</var>, <var>tick duration</var>, <var>browsing context</var>,
10509
10509
and <var>actions options</var>:
10510
10510
@@ -10515,17 +10515,17 @@ <h1 id="title" class="title">WebDriver</h1>
10515
10515
</p></li><li><p>Let <var>button</var> be equal to
10516
10516
<var>action object</var>'s <code>button</code> property.
10517
10517
10518
- </p></li><li><p>If the <var>input state </var>'s <code>pressed</code> property
10518
+ </p></li><li><p>If the <var>source </var>'s <code>pressed</code> property
10519
10519
contains <var>button</var> return <a href="#dfn-success" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-success-108">success</a> with data <a href="#dfn-null" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-null-74"><code>null</code></a>.
10520
10520
10521
- </p></li><li><p>Let <var>x</var> be equal to <var>input state </var>'s
10521
+ </p></li><li><p>Let <var>x</var> be equal to <var>source </var>'s
10522
10522
<code>x</code> property.
10523
10523
10524
- </p></li><li><p>Let <var>y</var> be equal to <var>input state </var>'s
10524
+ </p></li><li><p>Let <var>y</var> be equal to <var>source </var>'s
10525
10525
<code>y</code> property.
10526
10526
10527
10527
</p></li><li><p>Add <var>button</var> to the set corresponding to
10528
- <var>input state </var>'s <code>pressed</code> property, and
10528
+ <var>source </var>'s <code>pressed</code> property, and
10529
10529
let <var>buttons</var> be the resulting value of that property.
10530
10530
10531
10531
</p></li><li><p>Let <var>width</var> be equal to <var>action object</var>'s
@@ -10558,7 +10558,7 @@ <h1 id="title" class="title">WebDriver</h1>
10558
10558
</p></li><li><p><a href="#dfn-perform-implementation-specific-action-dispatch-steps" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-perform-implementation-specific-action-dispatch-steps-4">Perform implementation-specific action dispatch steps</a>
10559
10559
on <var>browsing context</var> equivalent to pressing the button
10560
10560
numbered <var>button</var> on the pointer with pointerId equal
10561
- to <var>input source</var>'s pointerId, having
10561
+ to <var>source</var>'s pointerId, having
10562
10562
type <var>pointerType</var> at viewport x coordinate <var>x</var>,
10563
10563
viewport y coordinate <var>y</var>, <var>width</var>, <var>height</var>,
10564
10564
<var>pressure</var>, <var>tangentialPressure</var>, <var>tiltX</var>,
0 commit comments