aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/core/selector.js
Commit message (Collapse)AuthorAgeFilesLines
* Core: Better support for areas in :focusable and :tabbable selectors. ↵Scott González2010-07-221-15/+23
| | | | Partial fix for #4488 - :focusable and :tabbable are broken with jQuery 1.3.2.
* Core: Fixed :focusable and :tabbable selectors for to work with :hidden and ↵Scott González2010-07-211-2/+2
| | | | :visibile selectors in jQuery 1.3.2+. Still need to handle areas properly. Partial fix for #4488 - :focusable and :tabbable are broken with jQuery 1.3.2.
* core tests: a few comments about failing tests, a few fixes for existing ↵Jörn Zaefferer2009-09-151-6/+10
| | | | tests, mostly messages; primary remaining issue is that both $("area").is(":visible") and $("area").is(":hidden") return true, which is most likely a bug in jQuery core
* rename modules for testswarm compabilityJörn Zaefferer2009-09-011-1/+1
|
* Core tests: Tests for :data selector.Scott González2009-01-221-1/+58
|
* Core: Partial fix for #3559: Proper implementation for :focusable and ↵Scott González2009-01-211-0/+184
:tabbable selectors.