File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4058,11 +4058,11 @@ <h4><dfn>Set Window Rect</dfn></h4>
4058
4058
< li > < p > If < var > y</ var > is < a > undefined</ a > , let < var > y</ var > be null.
4059
4059
4060
4060
< li > < p > If < var > width</ var > or < var > height</ var > is neither null, nor
4061
- a < a > Number </ a > from 0 to 2< sup > 31</ sup > − 1, return < a > error</ a >
4061
+ an integer from 0 to 2< sup > 31</ sup > − 1, return < a > error</ a >
4062
4062
with < a > error code</ a > < a > invalid argument</ a > .
4063
4063
4064
4064
< li > < p > If < var > x</ var > or < var > y</ var > is neither null, nor
4065
- a < a > Number </ a > from −(2< sup > 31</ sup > ) to 2< sup > 31</ sup > − 1,
4065
+ an integer from −(2< sup > 31</ sup > ) to 2< sup > 31</ sup > − 1,
4066
4066
return < a > error</ a > with < a > error code</ a > < a > invalid argument</ a > .
4067
4067
4068
4068
< li > < p > If the < a > remote end</ a > does not support
You can’t perform that action at this time.
0 commit comments