| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Still affects v9.1.2, but current Safari Technology Preview is no longer affected.
Refs #20342
[skip sauce]
|
|
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)
|
|
http://www.w3.org/TR/wai-aria/roles#separator
|
|
|
|
Refs #11410
|
|
[skip sauce]
|
|
Closes #14951 by merging it.
|
|
|
|
Refs #14598
[skip sauce]
|
|
|
|
Refs #13554.
Per https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#tab-panel
Credit: https://github.com/paypal/bootstrap-accessibility-plugin
[skip sauce]
|
|
Follow-up to e9374c0609c9e63fd6033f684b18ff105e1756ae
Per https://github.com/paypal/bootstrap-accessibility-plugin/commit/f203dea4b6d17264d7b776f02feaeeaa386cc9b2
Credit: https://github.com/paypal/bootstrap-accessibility-plugin & @rohk
[skip sauce]
|
|
Docs audit prompted by #13697.
[skip sauce]
|
|
Per https://github.com/paypal/bootstrap-accessibility-plugin#tab-panel
Credit: https://github.com/paypal/bootstrap-accessibility-plugin
|
|
|