- 17 Apr, 2020 1 commit
-
-
Tanguy Krotoff authored
-
- 01 Apr, 2020 1 commit
-
-
ysds authored
-
- 29 Mar, 2020 2 commits
- 28 Mar, 2020 1 commit
-
-
Laussel Loïc authored
Add aria-role presentation on li element when ul element has role tablist and remove dropdown from visual tests as they've been removed from doc
-
- 25 Mar, 2020 1 commit
-
-
Johann-S authored
-
- 23 Mar, 2020 1 commit
-
-
Martijn Cuppens authored
-
- 18 Mar, 2020 2 commits
- 09 Mar, 2020 1 commit
-
-
Martijn Cuppens authored
The `prev()` function doesn't take nodes other than elements into account. Also we could simplify things a lot using the `previousElementSibling` property. This property isn't fully supported in IE, it only works for elements, but since the `element` variable is an element, we can safely use it here. I've also added an additional test. I don't think we had this issue in v4, since we relied on jQuery back then. Ref. https://developer.mozilla.org/en-US/docs/Web/API/NonDocumentTypeChildNode/nextElementSibling
-
- 10 Feb, 2020 1 commit
-
-
yonikohen authored
"without instantiate it" should be "without instantiating it"
-
- 01 Feb, 2020 1 commit
-
-
Martijn Cuppens authored
-
- 10 Jan, 2020 1 commit
-
-
Giovanni Mendoza authored
* Close modal with keyboard=true & backdrop=static
-
- 31 Oct, 2019 1 commit
-
-
Steffen Roßkamp authored
-
- 25 Oct, 2019 1 commit
-
-
Higor Araújo dos Anjos authored
-
- 17 Oct, 2019 1 commit
-
-
Jeremy Jackson authored
-
- 08 Oct, 2019 1 commit
-
-
XhmikosR authored
-
- 23 Jul, 2019 13 commits
- 20 Jul, 2019 1 commit
-
-
Kitten King authored
-
- 17 Jul, 2019 1 commit
-
-
Johann-S authored
-
- 14 Jul, 2019 1 commit
-
-
Patrick H. Lauke authored
swap jQuery's `trigger(...)` with the more verbose native `dispatchEvent(...)`, as the former may not always behave/bubble correctly (observed while trying to write unit tests for keyboard handling of ARIA tab navigation), which may lead to this test passing even though it fails in real usage.
-
- 25 Jun, 2019 1 commit
-
-
Patrick H. Lauke authored
Add unit test from #28912 to v5
-
- 19 Jun, 2019 1 commit
-
-
Patrick H. Lauke authored
Just firing the focus event isn't enough ... need to actually call the proper `focus()` method for it to actually do it...
-
- 16 May, 2019 1 commit
-
-
Johann-S authored
-
- 08 May, 2019 2 commits
- 15 Apr, 2019 1 commit
-
-
Johann-S authored
-
- 10 Apr, 2019 1 commit
-
-
XhmikosR authored
-