--- 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