Skip to content

Commit 2d7a5f9

Browse files
authored
Pass subtype to "create an input source"
1 parent a101f0a commit 2d7a5f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8185,7 +8185,7 @@ <h3>Input state</h3>
81858185

81868186
<li><p>If <var>source</var> is undefined, set <var>source</var> to
81878187
the result of <a>trying</a> to <a>create an input source</a>
8188-
with <var>input state</var> and <var>type</var>.
8188+
with <var>input state</var>, <var>type</var> and <var>subtype</var>.
81898189

81908190
<li><p>Return success with data <var>source</var>.</p></li>
81918191
</ol>

0 commit comments

Comments
 (0)