aboutsummaryrefslogtreecommitdiffstats
path: root/tests/core.js
Commit message (Collapse)AuthorAgeFilesLines
* Core: Improved :tabbable selectorScott González2008-09-061-0/+56
- check tabindex >= 0 instead of != -1 - check anchor tags for href - check for hidden input types - check styles (display and visibility; self and ancestors) Added tests for :tabbable selector