Skip to content

Commit 4409429

Browse files
Fixed parameter name in "Dispatch a pointerDown action" paragraph (#1817) (#1820)
SHA: 629163e Reason: push, by whimboo Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1f6bf63 commit 4409429

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

index.html

Lines changed: 8 additions & 8 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="ebad903b150634ef8df8960fe296c422d7f00545">
179+
<meta name="revision" content="629163e910748e41ccdb4f5b11d537c0ce955922">
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,7 +272,7 @@
272272
],
273273
"profile": "web-platform"
274274
},
275-
"gitRevision": "ebad903b150634ef8df8960fe296c422d7f00545",
275+
"gitRevision": "629163e910748e41ccdb4f5b11d537c0ce955922",
276276
"publishISODate": "2024-06-28T00:00:00.000Z",
277277
"generatedSubtitle": "W3C Editor's Draft 28 June 2024"
278278
}</script>
@@ -10504,7 +10504,7 @@ <h1 id="title" class="title">WebDriver</h1>
1050410504

1050510505

1050610506
<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
1050810508
state</var>, <var>tick duration</var>, <var>browsing context</var>,
1050910509
and <var>actions options</var>:
1051010510

@@ -10515,17 +10515,17 @@ <h1 id="title" class="title">WebDriver</h1>
1051510515
</p></li><li><p>Let <var>button</var> be equal to
1051610516
<var>action object</var>'s <code>button</code> property.
1051710517

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
1051910519
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>.
1052010520

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
1052210522
<code>x</code> property.
1052310523

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
1052510525
<code>y</code> property.
1052610526

1052710527
</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
1052910529
let <var>buttons</var> be the resulting value of that property.
1053010530

1053110531
</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>
1055810558
</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>
1055910559
on <var>browsing context</var> equivalent to pressing the button
1056010560
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
1056210562
type <var>pointerType</var> at viewport x coordinate <var>x</var>,
1056310563
viewport y coordinate <var>y</var>, <var>width</var>, <var>height</var>,
1056410564
<var>pressure</var>, <var>tangentialPressure</var>, <var>tiltX</var>,

0 commit comments

Comments
 (0)