You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -209,9 +212,9 @@ <h1 id="banner">jQuery mousewheel.js Test with jQuery <span id="jqueryVersion"><
209
212
<h2id="userAgent"></h2>
210
213
211
214
<ul>
212
-
<li><strong>Test1</strong> is just using the plain on mousewheel() with a function passed in and does not prevent default. (Also logs the value of pageX and pageY event properties.)</li>
215
+
<li><strong>Test1</strong> is just using the plain on <code>mousewheel()</code> with a function passed in and does not prevent default. (Also logs the value of <code>pageX</code> and <code>pageY</code> event properties.)</li>
213
216
<li><strong>Test2</strong> should prevent the default action.</li>
214
-
<li><strong>Test3</strong> should only log a mouseover and mouseout event. Testing unmousewheel().</li>
217
+
<li><strong>Test3</strong> should only log a <code>mouseover</code> and <code>mouseout</code> event. Testing <code>unmousewheel()</code>.</li>
215
218
<li><strong>Test4</strong> has two handlers.</li>
216
219
<li><strong>Test5</strong> is like Test2 but has children. The children should not scroll until mousing over them.</li>
217
220
<li><strong>Test6</strong> is like Test5 but should not scroll children or parents.</li>
0 commit comments