@@ -253,32 +253,32 @@ <h2><a>Touch</a> Interface</h2>
253
253
since moved outside the interactive area of that element.
254
254
</ dd >
255
255
256
- < dt > readonly attribute long screenX</ dt >
256
+ < dt > readonly attribute double screenX</ dt >
257
257
< dd >
258
258
The horizontal coordinate of point relative to the screen in pixels
259
259
</ dd >
260
- < dt > readonly attribute long screenY</ dt >
260
+ < dt > readonly attribute double screenY</ dt >
261
261
< dd >
262
262
The vertical coordinate of point relative to the screen in pixels
263
263
</ dd >
264
264
265
- < dt > readonly attribute long clientX</ dt >
265
+ < dt > readonly attribute double clientX</ dt >
266
266
< dd >
267
267
The horizontal coordinate of point relative to the viewport in pixels,
268
268
excluding any scroll offset
269
269
</ dd >
270
- < dt > readonly attribute long clientY</ dt >
270
+ < dt > readonly attribute double clientY</ dt >
271
271
< dd >
272
272
The vertical coordinate of point relative to the viewport in pixels,
273
273
excluding any scroll offset
274
274
</ dd >
275
275
276
- < dt > readonly attribute long pageX</ dt >
276
+ < dt > readonly attribute double pageX</ dt >
277
277
< dd >
278
278
The horizontal coordinate of point relative to the viewport in pixels,
279
279
including any scroll offset
280
280
</ dd >
281
- < dt > readonly attribute long pageY</ dt >
281
+ < dt > readonly attribute double pageY</ dt >
282
282
< dd >
283
283
The vertical coordinate of point relative to the viewport in pixels,
284
284
including any scroll offset
@@ -675,10 +675,10 @@ <h2>Extensions to the <a>Document</a> Interface</h2>
675
675
< dt > WindowProxy view</ dt > < dd > </ dd >
676
676
< dt > EventTarget target</ dt > < dd > </ dd >
677
677
< 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 >
682
682
</ dl >
683
683
</ dd >
684
684
0 commit comments