[jQuery] Selector quirks?

[jQuery] Selector quirks?

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Hey folks,
real quick question, the following selector:
$('tr[td]:nth-child(2)')
Always returns the 2nd <tr> that is found but not the 2nd
<tr> that contains a <td>. Is this expected behavior or a
possible bug?
Thanks for feedback,
-- Felix
<div class="moz-signature">--
<small>--------------------------
My latest blog posts:
<p
style="margin-top: 10px; margin-bottom: 0pt; padding-bottom: 0pt; line-height: 0pt;">
<a href="http://feeds.feedburner.com/%7Er/thinkingphp/%7E6/1"> <img
src="cid:part1.07030304.02060105@gmail.com"
alt="ThinkingPHP and beyond" style="border: 0pt none ;"></a>

My Business: <a href="http://www.fg-webdesign.de">http://www.fg-webdesign.de</a>


</small>
</div>
</body>
</html>