Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | restructured unit tests folder | Richard Worth | 2009-01-07 | 1 | -63/+0 |
| | |||||
* | Updated all demos/tests to jQuery 1.3pre. | Scott González | 2009-01-03 | 1 | -1/+1 |
| | |||||
* | tests: formatting and cleanup for consistency | Richard Worth | 2008-11-22 | 1 | -13/+5 |
| | |||||
* | removed some old references to 'flora' | Richard Worth | 2008-11-22 | 1 | -1/+1 |
| | |||||
* | removed some old references to 'flora' | Richard Worth | 2008-11-22 | 1 | -1/+0 |
| | |||||
* | Removed all trailing whitespace from .js and .html files | Richard Worth | 2008-11-18 | 1 | -4/+4 |
| | |||||
* | Added ariaRole and ariaState to ui.core with tests. | David Bolter | 2008-09-22 | 1 | -0/+1 |
| | | | | | | Added ARIA role and state to ui.dialog Fixes #3350 (Inspired by jARIA plugin from Chris Hoffman) | ||||
* | HTML5 doctype | Richard Worth | 2008-09-20 | 1 | -31/+31 |
| | |||||
* | Core: Improved :tabbable selector | Scott González | 2008-09-06 | 1 | -0/+71 |
- 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 |