jquery-ui/tests/unit/core
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
..
all.html Tests: Switch to the new qunit-composite module 2015-04-07 09:03:36 -04:00
core.html Focusable: Fix handling of visibility: collapse 2020-10-14 23:53:11 +02:00
core.js Tests: Ensure no timers are running at the end of each test (#1920) 2020-05-16 09:16:24 +02:00
selector.js Focusable: Fix handling of visibility: collapse 2020-10-14 23:53:11 +02:00