--- a/touchevents.html Thu Oct 24 00:14:25 2013 +0900
+++ b/touchevents.html Wed Oct 23 17:49:48 2013 -0400
@@ -129,16 +129,14 @@
<dt>readonly attribute long 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 of
+ touching area (e.g. finger, stylus) along the x-axis, in CSS pixels of
the same scale as <a>screenX</a>; <code>1</code> if no value is
known. The value must be positive.
- <p class="issue" id="issue-units"><strong>Issue:</strong> What are
- units of radiusX/radiusY? CSS Pixels?</p>
</dd>
<dt>readonly attribute long 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 of
+ touching area (e.g. finger, stylus) along the y-axis, in CSS pixels of
the same scale as <a>screenY</a>; <code>1</code> if no value is
known. The value must be positive.
</dd>