aboutsummaryrefslogtreecommitdiffstats
path: root/ui/tabs.js
Commit message (Collapse)AuthorAgeFilesLines
* Tabs: Work around bad Safari/VoiceOver heuristicsMonika Piotrowicz2014-07-161-19/+23
| | | | | | | | Move disabled tab click handlers from the container to the tablist to prevent panel contents from being announced as clickable. Fixes #10098 Closes gh-1261
* Tabs: Move `aria-expanded` from active panel to active tabDavid Petersen2014-05-191-10/+8
| | | | | Fixes #9622 Closes gh-1251
* All: Updating copyright year to 2014TJ VanToll2014-01-281-1/+1
|
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-0/+868
- By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029