Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Core Tests: Moved ARIA tests out of selectors module. | Scott González | 2008-11-07 | 1 | -1/+3 |
| | |||||
* | Core Tests: Fixed ARIA tests for new .attr() method. | Scott González | 2008-11-07 | 1 | -10/+4 |
| | |||||
* | Accept boolean values for aria state. (Thanks for catch Scott González) | David Bolter | 2008-09-22 | 1 | -2/+2 |
| | |||||
* | Added ariaRole and ariaState to ui.core with tests. | David Bolter | 2008-09-22 | 1 | -0/+15 |
| | | | | | | Added ARIA role and state to ui.dialog Fixes #3350 (Inspired by jARIA plugin from Chris Hoffman) | ||||
* | set svn:eol-style to native | Richard Worth | 2008-09-20 | 1 | -56/+56 |
| | |||||
* | Core: Improved :tabbable selector | Scott González | 2008-09-06 | 1 | -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 |