- 20 Feb, 2019 6 commits
- 19 Feb, 2019 1 commit
-
-
Patrick H. Lauke authored
`aria-haspopup` use requires the use of an ARIA `menu`, `listbox`, `tree`, `grid` or `dialog` (see https://www.w3.org/TR/wai-aria-1.1/#aria-haspopup) in our use (as generic disclosure widgets), it's incorrect and sets up the wrong assumption/behavior from assistive technologies. in future, we likely want to change our dropdowns to essentially be like a `dialog` - move focus to it when opened, possibly make it modal so focus is maintained inside it and the rest of the page is hidden/inert. but for now, removing the incorrect attribute is probably the quickest, most immediate fix.
-
- 15 Jan, 2019 1 commit
-
-
XhmikosR authored
-
- 21 Dec, 2018 1 commit
-
-
Mark Otto authored
- Move 4.1 docs to 4.2 - Update versions everywhere to 4.1.3 with release script - Manually bump the shorthand version in package.json - Add 4.2 to the versions docs page - Update some redirects - Fix tests asset URLs - Bump Nuget and more
-
- 16 Dec, 2018 1 commit
-
- 15 Dec, 2018 1 commit
-
-
Patrick H. Lauke authored
`shrink-to-fit=no` is not needed anymore - Apple removed the need for it from iOS9.3 onwards See https://www.scottohara.me/blog/2018/12/11/shrink-to-fit.html and https://github.com/h5bp/html5-boilerplate/issues/2102
-
- 14 Oct, 2018 2 commits
-
-
XhmikosR authored
- 24 Jul, 2018 1 commit
-
-
Johann-S authored
-
- 12 Apr, 2018 1 commit
-
-
Swardu authored
-
- 12 Feb, 2018 1 commit
-
-
Johann-S authored
* Dropdown - Allow to disable Popper.js style * Update dropdown.js * Update dropdown.html * copy changes
-
- 21 Jan, 2018 1 commit
-
-
719media authored
-
- 29 Oct, 2017 1 commit
-
-
Johann-S authored
* Add dropright (right placement for our dropdown) * Add dropleft * moves drop left arrow to the left
-
- 22 Oct, 2017 1 commit
-
-
XhmikosR authored
-
- 03 Oct, 2017 1 commit
-
-
XhmikosR authored
Having it uppercase doesn't offer anything and the lowercase version slightly improves gzip compression.
-
- 26 Jun, 2017 1 commit
-
-
Mark Otto authored
-
- 04 Jun, 2017 1 commit
-
-
Johann-S authored
-
- 22 May, 2017 1 commit
-
-
Johann-S authored
-
- 17 May, 2017 1 commit
-
-
Johann-S authored
-
- 14 May, 2017 2 commits
- 24 Mar, 2017 2 commits
- 31 Dec, 2016 3 commits
- 12 Nov, 2016 1 commit
-
-
Bardi Harborow authored
-
- 11 Oct, 2016 1 commit
-
-
vsn4ik authored
-
- 28 Feb, 2016 1 commit
-
-
Chris Rebert authored
[skip sauce]
-
- 19 Feb, 2016 1 commit
-
-
XhmikosR authored
[skip sauce]
-
- 26 Oct, 2015 1 commit
-
-
XhmikosR authored
-
- 20 Aug, 2015 1 commit
-
-
Heinrich Fenkart authored
-
- 19 Aug, 2015 1 commit
-
-
Jacob Thornton authored
-
- 02 Jun, 2015 1 commit
-
-
Patrick H. Lauke authored
as role="menu" is a very specific (and strict) ARIA pattern for desktop-like application menus, and our dropdowns are often used as pure navigation dropdowns, this change abandons ARIA menus for a more open-ended and light-weight approach (see http://heydonworks.com/practical_aria_examples/#submenus and http://www.w3.org/WAI/tutorials/menus/flyout/#improve-screen-reader-support-using-wai-aria) note that in dropdown.js, switched to now target ``.dropdown-menu`` instead of ``role["menu"]`` - this also prevents bootstrap scripts from "bleeding" into non-bootstrap components on the same page. also removed the ``role=["listbox"]`` part, which appears to be vestigial/unused (only place in bootstrap that uses that role are carousels, and their key handling is done separately)
-
- 10 May, 2015 1 commit
-
-
fat authored
-