aboutsummaryrefslogtreecommitdiffstats
path: root/tests/core.js
Commit message (Collapse)AuthorAgeFilesLines
* Core Tests: Moved ARIA tests out of selectors module.Scott González2008-11-071-1/+3
|
* Core Tests: Fixed ARIA tests for new .attr() method.Scott González2008-11-071-10/+4
|
* Accept boolean values for aria state. (Thanks for catch Scott González)David Bolter2008-09-221-2/+2
|
* Added ariaRole and ariaState to ui.core with tests.David Bolter2008-09-221-0/+15
| | | | | | Added ARIA role and state to ui.dialog Fixes #3350 (Inspired by jARIA plugin from Chris Hoffman)
* set svn:eol-style to nativeRichard Worth2008-09-201-56/+56
|
* 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