Update coordinates from type long to double · w3c/touch-events@006274f (original) (raw)
`@@ -253,32 +253,32 @@
Touch Interface
`
253
253
` since moved outside the interactive area of that element.
`
254
254
`
`
255
255
``
256
``
`-
`
``
256
`+
`
257
257
`
`
258
258
` The horizontal coordinate of point relative to the screen in pixels
`
259
259
`
`
260
``
`-
`
``
260
`+
`
261
261
`
`
262
262
` The vertical coordinate of point relative to the screen in pixels
`
263
263
`
`
264
264
``
265
``
`-
`
``
265
`+
`
266
266
`
`
267
267
` The horizontal coordinate of point relative to the viewport in pixels,
`
268
268
` excluding any scroll offset
`
269
269
`
`
270
``
`-
`
``
270
`+
`
271
271
`
`
272
272
` The vertical coordinate of point relative to the viewport in pixels,
`
273
273
` excluding any scroll offset
`
274
274
`
`
275
275
``
276
``
`-
`
``
276
`+
`
277
277
`
`
278
278
` The horizontal coordinate of point relative to the viewport in pixels,
`
279
279
` including any scroll offset
`
280
280
`
`
281
``
`-
`
``
281
`+
`
282
282
`
`
283
283
` The vertical coordinate of point relative to the viewport in pixels,
`
284
284
` including any scroll offset
`
`@@ -675,10 +675,10 @@
Extensions to the Document Interface
`
675
675
`
`
676
676
`
`
677
677
`
`
678
``
`-
`
679
``
`-
`
680
``
`-
`
681
``
`-
`
``
678
`+
`
``
679
`+
`
``
680
`+
`
``
681
`+
`
682
682
`
`
683
683
`
`
684
684
``