Skip to content
This repository was archived by the owner on Jul 9, 2024. It is now read-only.

Commit 006274f

Browse files
committed
Update coordinates from type long to double
1 parent 207a444 commit 006274f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

touchevents.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -253,32 +253,32 @@ <h2><a>Touch</a> Interface</h2>
253253
since moved outside the interactive area of that element.
254254
</dd>
255255

256-
<dt>readonly attribute long screenX</dt>
256+
<dt>readonly attribute double screenX</dt>
257257
<dd>
258258
The horizontal coordinate of point relative to the screen in pixels
259259
</dd>
260-
<dt>readonly attribute long screenY</dt>
260+
<dt>readonly attribute double screenY</dt>
261261
<dd>
262262
The vertical coordinate of point relative to the screen in pixels
263263
</dd>
264264

265-
<dt>readonly attribute long clientX</dt>
265+
<dt>readonly attribute double clientX</dt>
266266
<dd>
267267
The horizontal coordinate of point relative to the viewport in pixels,
268268
excluding any scroll offset
269269
</dd>
270-
<dt>readonly attribute long clientY</dt>
270+
<dt>readonly attribute double clientY</dt>
271271
<dd>
272272
The vertical coordinate of point relative to the viewport in pixels,
273273
excluding any scroll offset
274274
</dd>
275275

276-
<dt>readonly attribute long pageX</dt>
276+
<dt>readonly attribute double pageX</dt>
277277
<dd>
278278
The horizontal coordinate of point relative to the viewport in pixels,
279279
including any scroll offset
280280
</dd>
281-
<dt>readonly attribute long pageY</dt>
281+
<dt>readonly attribute double pageY</dt>
282282
<dd>
283283
The vertical coordinate of point relative to the viewport in pixels,
284284
including any scroll offset
@@ -675,10 +675,10 @@ <h2>Extensions to the <a>Document</a> Interface</h2>
675675
<dt>WindowProxy view</dt> <dd></dd>
676676
<dt>EventTarget target</dt> <dd></dd>
677677
<dt>long identifier</dt> <dd></dd>
678-
<dt>long pageX</dt> <dd></dd>
679-
<dt>long pageY</dt> <dd></dd>
680-
<dt>long screenX</dt> <dd></dd>
681-
<dt>long screenY</dt> <dd></dd>
678+
<dt>double pageX</dt> <dd></dd>
679+
<dt>double pageY</dt> <dd></dd>
680+
<dt>double screenX</dt> <dd></dd>
681+
<dt>double screenY</dt> <dd></dd>
682682
</dl>
683683
</dd>
684684

0 commit comments

Comments
 (0)