Skip to content

Commit 055ba14

Browse files
committed
test/index.html: use code syntax.
1 parent 71b8776 commit 055ba14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,9 +212,9 @@ <h1 id="banner">jQuery mousewheel.js Test with jQuery <span id="jqueryVersion"><
212212
<h2 id="userAgent"></h2>
213213

214214
<ul>
215-
<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>
216216
<li><strong>Test2</strong> should prevent the default action.</li>
217-
<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>
218218
<li><strong>Test4</strong> has two handlers.</li>
219219
<li><strong>Test5</strong> is like Test2 but has children. The children should not scroll until mousing over them.</li>
220220
<li><strong>Test6</strong> is like Test5 but should not scroll children or parents.</li>

0 commit comments

Comments
 (0)