Michał Gołębiowski-Owczarek
|
70dae67b73
|
Build: Migrate from JSHint & JSCS to ESLint
Fixes #15393
Closes gh-1958
|
2021-06-07 00:58:12 +02:00 |
|
Paul Capron
|
f5d38e2e05
|
Focusable: Fix handling of visibility: collapse
"collapse" is similar to "hidden", with a slight difference in the case
of tr/tbody/td/colgroup elements.
See https://www.w3.org/TR/CSS22/visufx.html#visibility
See https://www.w3.org/TR/CSS22/tables.html#dynamic-effects
See https://developer.mozilla.org/en-US/docs/Web/CSS/visibility#Table_example
"visibility: collapse" elements are always not focusable, though.
Commit d3025968f3 introduced a regression by testing with `!== "hidden"`
instead of `=== "visible"`.
Closes gh-1843
|
2020-10-14 23:53:11 +02:00 |
|
Eirik Sletteberg
|
0b7246b6ee
|
Core: Fix JQMIGRATE warning about jQuery.expr[":"]
This commit polyfills `jQuery.expr.pseudos` for old versions of jQuery.
Fixes #15185
Closes gh-1773
|
2017-05-02 15:28:51 -04:00 |
|
Scott González
|
50d910b848
|
Focusable: Detect disabled fieldsets
Fixes #14970
Closes gh-1705
|
2016-05-25 15:32:18 -04:00 |
|
Scott González
|
6d0adb27e8
|
Selectors: Fix metadata
Closes gh-1663
|
2016-01-15 10:26:50 -05:00 |
|
Scott González
|
d3025968f3
|
Focusable: Fix handling of visibility: inherit
Ref #14596
Ref gh-1583
Closes gh-1605
|
2015-09-29 12:48:11 -04:00 |
|
Weston Ruter
|
0db243a736
|
Core: Remove ancestor visibility requirement from :focusable selector
* Check computed visibility in addition to :visible
* Add tests for nested visibility override
Fixes #14596
Closes gh-1583
|
2015-09-24 08:13:59 -04:00 |
|
Alexander Schmitz
|
fe5534b347
|
Core: Style updates
Ref #14246
Ref gh-1588
|
2015-08-21 08:06:24 -04:00 |
|
Alexander Schmitz
|
475ccefd97
|
Core: Move focusable into its own module
Ref #9647
|
2015-08-08 00:29:36 -04:00 |
|