suggested text from Doug
authoravankest
Thu, 24 Aug 2006 18:07:11 +0900
changeset 26 c91bfe9b44ae
parent 25 192d9982a558
child 27 132019920676
suggested text from Doug
proposals/mousewheel.txt
--- a/proposals/mousewheel.txt	Tue Aug 22 16:51:47 2006 +0900
+++ b/proposals/mousewheel.txt	Thu Aug 24 18:07:11 2006 +0900
@@ -57,4 +57,4 @@
 
 XXX: What about UIEvent.detail?
 
-For both <code>mousemultiwheel</code> and <code>mousewheel</code> <code>MouseEvent.relatedNode</code> must point to the element being wheel'd over or <code>null</code> if there is no such element. (For example, when using some device without a pointer but with some way to wheel you'd get that.)
\ No newline at end of file
+For both <code>mousemultiwheel</code> and <code>mousewheel</code>, <code>MouseEvent.relatedNode</code> must indicate the element over which the pointer is located, or <code>null</code> if there is no such element (in the case where the device does not have a pointer, but does have a wheel).
\ No newline at end of file