changed "measured" to "reported"
authorschepers
Tue, 06 Nov 2007 01:44:13 +0900
changeset 41 81358aacd6d3
parent 40 80af4a8d8630
child 42 9a65cd32d563
changed "measured" to "reported"
proposals/mousewheel.txt
--- a/proposals/mousewheel.txt	Tue Nov 06 01:38:58 2007 +0900
+++ b/proposals/mousewheel.txt	Tue Nov 06 01:44:13 2007 +0900
@@ -70,7 +70,7 @@
     wheelDelta
         A number indicating the distance, measured as the number of "clicks" the wheel has been rotated. A positive value indicates that the wheel has been rotated away from the user (or in a right-hand manner on horizontally aligned devices) and a negative value indicates that the wheel has been rotated towards the user (or in a left-hand manner on horizontally aligned devices). The default value of the wheelDelta attribute is 0.
 
-        A "click" is defined to be a unit of rotation. On some devices this is a finite physical step. On devices with smooth rotation, a "click" becomes the smallest measurable amount of rotation.
+        A "click" is defined to be a unit of rotation. On some devices this is a finite physical step. On devices with smooth rotation, a "click" becomes the smallest reported amount of rotation.
 
 
 XXX: What about UIEvent.detail?