Skip to content

Commit ccb5b3b

Browse files
LanWei22AutomatedTester
authored andcommitted
Add pointerevent's attributes
1 parent e85ea3a commit ccb5b3b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7814,6 +7814,17 @@ <h3>Processing actions</h3>
78147814
<li><p>Set the <code>button</code> property of <var>action</var>
78157815
to <var>button</var>.
78167816

7817+
<li><p>Let <var>width</var> be the result
7818+
of getting the property <code>width</code>
7819+
from <var>action item</var>.
7820+
7821+
<li><p>If <var>width</var> is not a <a>Number</a> greater than or
7822+
equal to 0 return <a>error</a> with <a>error code</a>
7823+
<a>invalid argument</a>.
7824+
7825+
<li><p>Set the <code>width</code> property of <var>action</var>
7826+
to <var>width</var>.
7827+
78177828
<li><p>Return success with data <a><code>null</code></a>.
78187829
</ol>
78197830

0 commit comments

Comments
 (0)