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

Commit 6d222fb

Browse files
committed
change rx/ry to radiusX/radiusY, set default to 1 if no value known
1 parent 8d602c4 commit 6d222fb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

touchevents.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,13 +124,13 @@ <h2><dfn>TouchPoint</dfn> Interface</h2>
124124
y-coordinate of point relative to the viewport, including any scroll offset
125125
</dd>
126126

127-
<dt>readonly attribute float rx</dt>
127+
<dt>readonly attribute float radiusX</dt>
128128
<dd>
129-
the radius of the ellipse which most closely circumscribes the touching area (e.g. finger, stylus) along the x-axis, in pixels
129+
the radius of the ellipse which most closely circumscribes the touching area (e.g. finger, stylus) along the x-axis, in pixels; <code>1</code> if no value is known
130130
</dd>
131-
<dt>readonly attribute float ry</dt>
131+
<dt>readonly attribute float radiusY</dt>
132132
<dd>
133-
the radius of the ellipse which most closely circumscribes the touching area (e.g. finger, stylus) along the y-axis, in pixels
133+
the radius of the ellipse which most closely circumscribes the touching area (e.g. finger, stylus) along the y-axis, in pixels; <code>1</code> if no value is known
134134
</dd>
135135

136136

0 commit comments

Comments
 (0)