jquery-ui/tests
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
..
images All: Optimize png images losslessly using zopflipng 2016-06-06 11:26:06 -04:00
lib Tests: Update jQuery Migrate from 3.3.0 to 3.3.1 2020-07-27 21:03:48 +02:00
unit Focusable: Fix handling of visibility: collapse 2020-10-14 23:53:11 +02:00
visual All: Remove usage of jQuery positional selectors 2020-01-22 16:44:34 +01:00
.jshintrc Tests: Remove all qunit global excludes from jshint config 2016-04-14 00:29:33 +05:30
index.css Theme: Change default widget font-size to 1em 2014-10-24 07:23:31 -07:00
index.html Build: Reorganize external directory 2014-06-24 22:45:32 -04:00
index.js Tests: Style updates 2015-08-21 08:06:24 -04:00