--- a/touchevents.html Tue Jan 25 11:29:05 2011 -0500
+++ b/touchevents.html Tue Jan 25 11:32:48 2011 -0500
@@ -124,13 +124,13 @@
y-coordinate of point relative to the viewport, including any scroll offset
</dd>
- <dt>readonly attribute float rx</dt>
+ <dt>readonly attribute float radiusX</dt>
<dd>
- the radius of the ellipse which most closely circumscribes the touching area (e.g. finger, stylus) along the x-axis, in pixels
+ 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
</dd>
- <dt>readonly attribute float ry</dt>
+ <dt>readonly attribute float radiusY</dt>
<dd>
- the radius of the ellipse which most closely circumscribes the touching area (e.g. finger, stylus) along the y-axis, in pixels
+ 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
</dd>