Skip to content

Commit 395ab71

Browse files
Update String reference to match WHATWG infra spec
The Infra Spec has started calling JavaScript Strings Strings in whatwg/infra#292 and this aligns the webdriver spec with that.
1 parent 957235e commit 395ab71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5835,8 +5835,8 @@ <h4><dfn>Element Send Keys</dfn></h4>
58355835
<dd>
58365836
<ol>
58375837
<li><p>If <var>element</var> does not currently have focus,
5838-
let <var>current text length</var> be the <a>JavaScript
5839-
string’s length</a> of <var><a>element</a></var>’s <a>API value</a>.
5838+
let <var>current text length</var> be the
5839+
<a>string length</a> of <var><a>element</a></var>’s <a>API value</a>.
58405840

58415841
<li><p>Set the text insertion caret using <a>set selection range</a>
58425842
using <var>current text length</var> for both the <code>start</code>
@@ -9910,7 +9910,7 @@ <h2>Index</h2>
99109910
in the Infra standard: [[INFRA]]
99119911
<ul>
99129912
<!-- ASCII lowercase --> <li><dfn data-lt="lowercase"><a href=https://infra.spec.whatwg.org/#ascii-lowercase>ASCII lowercase</a></dfn>
9913-
<!-- Javascript String's length --> <li><dfn><a href="https://infra.spec.whatwg.org/#javascript-string-length">JavaScript string’s length</a></dfn>
9913+
<!-- string length --> <li><dfn><a href="https://infra.spec.whatwg.org/#string-length">string length</a></dfn>
99149914
<!-- queue --> <li><dfn><a href=https://infra.spec.whatwg.org/#queues>queue</a></dfn>
99159915
<!-- set --> <li><dfn><a href=https://infra.spec.whatwg.org/#sets>Set</a></dfn>
99169916
</ul>

0 commit comments

Comments
 (0)