Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Core: Better support for areas in :focusable and :tabbable selectors. ↵ | Scott González | 2010-07-22 | 1 | -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ález | 2010-07-21 | 1 | -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 Zaefferer | 2009-09-15 | 1 | -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 compability | Jörn Zaefferer | 2009-09-01 | 1 | -1/+1 |
| | |||||
* | Core tests: Tests for :data selector. | Scott González | 2009-01-22 | 1 | -1/+58 |
| | |||||
* | Core: Partial fix for #3559: Proper implementation for :focusable and ↵ | Scott González | 2009-01-21 | 1 | -0/+184 |
:tabbable selectors. |