Skip to content

Commit

Permalink
Passes HTML validation
Browse files Browse the repository at this point in the history
  • Loading branch information
taitems committed Apr 14, 2012
1 parent 500eca0 commit 90730e6
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1064,12 +1064,13 @@ <h3>A &lsquo;for&rsquo; Loop is Always Quicker Than a &lsquo;each()&rsquo; Loop<

<p>
It is vital that a native <code>for</code> loop is always used for performance critical functions that could fire potentially hundreds of times per second. Examples include:
<ul>
<li>Mouse movement</li>
<li>Timer intervals</li>
<li>Loops within loops</li>
</ul>
</p>

<ul>
<li>Mouse movement</li>
<li>Timer intervals</li>
<li>Loops within loops</li>
</ul>

</div>

Expand Down Expand Up @@ -1124,7 +1125,7 @@ <h4>What You Would Expect (Quirks Mode)</h4>
</p>

<p class="imageFeature">
<img src="includes/images/box-model-quirks.png">
<img src="includes/images/box-model-quirks.png" alt="Box Model - Quirks Mode">
</p>

<h4>What You Get (Standards Compliant Mode)</h4>
Expand All @@ -1134,7 +1135,7 @@ <h4>What You Get (Standards Compliant Mode)</h4>
</p>

<p class="imageFeature">
<img src="includes/images/box-model-standard.png">
<img src="includes/images/box-model-standard.png" alt="Box Model - Standards Mode">
</p>


Expand Down

0 comments on commit 90730e6

Please sign in to comment.