Skip to content

Commit a67669c

Browse files
authored
Update process pointer move action to allow fractional numbers for x and y position (#1881)
1 parent 78d3c9b commit a67669c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8984,7 +8984,7 @@ <h3>Processing actions</h3>
89848984
of <a>getting the property</a> <code>x</code>
89858985
from <var>action item</var>.
89868986

8987-
<li><p>If <var>x</var> is not an <a>Integer</a>, return <a>error</a>
8987+
<li><p>If <var>x</var> is not a <a>Number</a>, return <a>error</a>
89888988
with <a>error code</a> <a>invalid argument</a>.
89898989

89908990
<li><p>Set the <code>x</code> property of <var>action</var>
@@ -8994,7 +8994,7 @@ <h3>Processing actions</h3>
89948994
of <a>getting the property</a> <code>y</code>
89958995
from <var>action item</var>.
89968996

8997-
<li><p>If <var>y</var> is not an <a>Integer</a>, return <a>error</a>
8997+
<li><p>If <var>y</var> is not an <a>Number</a>, return <a>error</a>
89988998
with <a>error code</a> <a>invalid argument</a>.
89998999

90009000
<li><p>Set the <code>y</code> property of <var>action</var>

0 commit comments

Comments
 (0)