Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Core: Fix JQMIGRATE warning about `jQuery.expr[":"]` | Eirik Sletteberg | 2017-05-02 | 1 | -1/+1 |
| | | | | | | | This commit polyfills `jQuery.expr.pseudos` for old versions of jQuery. Fixes #15185 Closes gh-1773 | ||||
* | Focusable: Detect disabled fieldsets | Scott González | 2016-05-25 | 1 | -7/+24 |
| | | | | | Fixes #14970 Closes gh-1705 | ||||
* | Selectors: Fix metadata | Scott González | 2016-01-15 | 1 | -1/+1 |
| | | | | Closes gh-1663 | ||||
* | Focusable: Fix handling of `visibility: inherit` | Scott González | 2015-09-29 | 1 | -1/+12 |
| | | | | | | Ref #14596 Ref gh-1583 Closes gh-1605 | ||||
* | Core: Remove ancestor visibility requirement from `:focusable` selector | Weston Ruter | 2015-09-24 | 1 | -12/+3 |
| | | | | | | | | * Check computed visibility in addition to :visible * Add tests for nested visibility override Fixes #14596 Closes gh-1583 | ||||
* | Core: Style updates | Alexander Schmitz | 2015-08-21 | 1 | -2/+3 |
| | | | | | Ref #14246 Ref gh-1588 | ||||
* | Core: Move focusable into its own module | Alexander Schmitz | 2015-08-08 | 1 | -0/+64 |
Ref #9647 |