Skip to content

Commit d028a22

Browse files
committed
Pass subtype to "create an input source"
1 parent 00a6484 commit d028a22

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
@@ -8197,7 +8197,7 @@ <h3>Input state</h3>
81978197

81988198
<li><p>If <var>source</var> is undefined, set <var>source</var> to
81998199
the result of <a>trying</a> to <a>create an input source</a>
8200-
with <var>input state</var> and <var>type</var>.
8200+
with <var>input state</var>, <var>type</var> and <var>subtype</var>.
82018201

82028202
<li><p>Return success with data <var>source</var>.</p></li>
82038203
</ol>

0 commit comments

Comments
 (0)