Fixed tabindex normalization so that elements that natively support tabbing, but...
authorScott González <scott.gonzalez@gmail.com>
Wed, 7 Jan 2009 14:36:30 +0000 (14:36 +0000)
committerScott González <scott.gonzalez@gmail.com>
Wed, 7 Jan 2009 14:36:30 +0000 (14:36 +0000)
commit49d0d5b7a3628947a14028d14ed042746cc6c3e4
treeb30d600ebc5a07b6555e7f1d4bcbcb627cd31a2e
parentf9e0b1ed7a5f252bb58aba9bdfb96653af2b4c1b
Fixed tabindex normalization so that elements that natively support tabbing, but don't have a tabindex explicitly set return 0 instead of undefined.

Removed jQuery.support.tabindex since we're only normalizing non-XML right now and all browsers support tabIndex for HTML documents.
src/core.js
src/support.js
test/unit/core.js