diff --git a/entries/vmousedown.xml b/entries/vmousedown.xml index 61edf1f3..84df967f 100644 --- a/entries/vmousedown.xml +++ b/entries/vmousedown.xml @@ -3,15 +3,15 @@ vmousedown Virtualized mousedown event handler. -

The jQuery Mobile vmousedown event handler simulates the "onmousedown" event handler on mobile devices. This event is fired on the initial touch of the screen on the device.

+

The jQuery Mobile vmousedown event handler simulates the "onmousedown" event handler on mobile devices.

The idea behind virtualized mouse events is to translate touch events into mouse events to compensate for the missing mouse event triggers. Developers should be aware that these virtualized mouse events will not prevent any synthetic mouse events from being triggered inside the browser after a touch event. If a mouse-type device is used on the system, the virtualized mouse events are dispatched at the same time as the normal mouse events.

 		
 	
diff --git a/entries/vmousemove.xml b/entries/vmousemove.xml index 9e04f3f6..563bd85c 100644 --- a/entries/vmousemove.xml +++ b/entries/vmousemove.xml @@ -9,10 +9,10 @@
 		
 	
diff --git a/entries/vmouseout.xml b/entries/vmouseout.xml index 16522661..f36192af 100644 --- a/entries/vmouseout.xml +++ b/entries/vmouseout.xml @@ -3,15 +3,15 @@ vmouseout Virtualized mouseout event handler. -

The jQuery Mobile vmouseout event handler simulates the "onmouseout" event handler on mobile devices. This event is fired on the initial touch of the screen on the device.

+

The jQuery Mobile vmouseout event handler simulates the "onmouseout" event handler on mobile devices.

The idea behind virtualized mouse events is to translate touch events into mouse events to compensate for the missing mouse event triggers. Developers should be aware that these virtualized mouse events will not prevent any synthetic mouse events from being triggered inside the browser after a touch event. If a mouse-type device is used on the system, the virtualized mouse events are dispatched at the same time as the normal mouse events.

 		
 	
diff --git a/resources/vmousedown/example1.html b/resources/vmousedown/example1.html index 486f1ae1..2cf5ed6a 100644 --- a/resources/vmousedown/example1.html +++ b/resources/vmousedown/example1.html @@ -11,9 +11,9 @@

Touch here, move up and down to see what happens.

diff --git a/resources/vmousemove/example1.html b/resources/vmousemove/example1.html index 97dfa0e0..a0f6dd09 100644 --- a/resources/vmousemove/example1.html +++ b/resources/vmousemove/example1.html @@ -17,10 +17,10 @@
diff --git a/resources/vmouseout/example1.html b/resources/vmouseout/example1.html index 43cfd4cc..ebf03040 100644 --- a/resources/vmouseout/example1.html +++ b/resources/vmouseout/example1.html @@ -11,9 +11,9 @@

Touch here, move up and down to see what happens.