Skip to content

Commit 5a7feff

Browse files
shs96cAutomatedTester
authored andcommitted
Actions: Remove duplicated input state check
By the time we're processing pointer actions we've already been through the steps of processing an action sequence. Within _those_ steps we've already checked that the input state within the `input state table` correctly matches expected type for the pointer action. Address issue #691
1 parent 81369c5 commit 5a7feff

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

webdriver-spec.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7031,12 +7031,6 @@ <h2>Processing Actions Requests</h2>
70317031
or <code>"pointerCancel"</code> return an <a>error</a> with
70327032
<a>error code</a> <a>invalid argument</a>.
70337033

7034-
<li><p>If the <a>current session</a>'s <a>input state table</a>
7035-
already has an entry corresponding to <a>input id</a> <var>id</var>
7036-
and that entry has a <code>subtype</code> property with value
7037-
different to <var>subtype</var> return <a>error</a> with <a>error
7038-
code</a> <a>invalid argument</a>.
7039-
70407034
<li><p>Let <var>action</var> be an <a>action object</a> constructed
70417035
with arguments <var>id</var>, <code>"pointer"</code>, and
70427036
<var>subtype</var>.

0 commit comments

Comments
 (0)