change rx/ry to radiusX/radiusY, set default to 1 if no value known
authorshepazu <schepers@w3.org>
Tue, 25 Jan 2011 11:32:48 -0500
changeset 7 c0397a870384
parent 6 83ce29dff849
child 8 3349d49e5f46
change rx/ry to radiusX/radiusY, set default to 1 if no value known
touchevents.html
--- 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>