Skip to content

Commit 0304755

Browse files
andreasttshs96c
authored andcommitted
set window rect: add null references
1 parent b43a49a commit 0304755

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

webdriver-spec.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3792,17 +3792,19 @@ <h3>Set Window Rect</h3>
37923792

37933793
<li><p>Let <var>width</var> be the result of
37943794
<a>getting a property</a> named <code>width</code>
3795-
from the <var>parameters</var> argument, else let it be <code>null</code>.
3795+
from the <var>parameters</var> argument, else let it be <a><code>null</code></a>.
37963796

37973797
<li><p>Let <var>height</var> be the result of
37983798
<a>getting a property</a> named <code>height</code>
3799-
from the <var>parameters</var> argument, else let it be <code>null</code>.
3799+
from the <var>parameters</var> argument, else let it be <a><code>null</code></a>.
38003800

3801-
<li><p>Let <var>x</var> be the result of <a>getting a property</a>
3802-
named <code>y</code> from the <var>parameters</var> argument, else let it be <a><code>null</code></a>.
3801+
<li><p>Let <var>x</var> be the result of <a>getting a property</a>
3802+
named <code>y</code> from the <var>parameters</var> argument,
3803+
else let it be <a><code>null</code></a>.
38033804

3804-
<li><p>Let <var>y</var> be the result of <a>getting a property</a>
3805-
named <code>x</code> from the <var>parameters</var> argument, else let it be <a><code>null</code></a>.
3805+
<li><p>Let <var>y</var> be the result of <a>getting a property</a>
3806+
named <code>x</code> from the <var>parameters</var> argument,
3807+
else let it be <a><code>null</code></a>.
38063808

38073809
<li><p>If any of <code>width</code> or <code>height</code> or <code>x</code>
38083810
or <code>y</code> is neither <code>null</code> nor an integer between 0 and

0 commit comments

Comments
 (0)