aboutsummaryrefslogtreecommitdiffstats
path: root/ui/focusable.js
Commit message (Collapse)AuthorAgeFilesLines
* Core: Fix JQMIGRATE warning about `jQuery.expr[":"]`Eirik Sletteberg2017-05-021-1/+1
| | | | | | | This commit polyfills `jQuery.expr.pseudos` for old versions of jQuery. Fixes #15185 Closes gh-1773
* Focusable: Detect disabled fieldsetsScott González2016-05-251-7/+24
| | | | | Fixes #14970 Closes gh-1705
* Selectors: Fix metadataScott González2016-01-151-1/+1
| | | | Closes gh-1663
* Focusable: Fix handling of `visibility: inherit`Scott González2015-09-291-1/+12
| | | | | | Ref #14596 Ref gh-1583 Closes gh-1605
* Core: Remove ancestor visibility requirement from `:focusable` selectorWeston Ruter2015-09-241-12/+3
| | | | | | | | * Check computed visibility in addition to :visible * Add tests for nested visibility override Fixes #14596 Closes gh-1583
* Core: Style updatesAlexander Schmitz2015-08-211-2/+3
| | | | | Ref #14246 Ref gh-1588
* Core: Move focusable into its own moduleAlexander Schmitz2015-08-081-0/+64
Ref #9647