aboutsummaryrefslogtreecommitdiffstats
path: root/ui/focusable.js
Commit message (Collapse)AuthorAgeFilesLines
* 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