bootstrap/site/docs/4.3/components
Patrick H. Lauke 4b00aa6c4e Remove incorrect aria-haspopup from dropdown toggles (#28299)
`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.
2019-02-19 11:25:36 +02:00
..
alerts.md Release v4.3.0 (#28228) 2019-02-11 11:15:34 -08:00
badge.md Release v4.3.0 (#28228) 2019-02-11 11:15:34 -08:00
breadcrumb.md Release v4.3.0 (#28228) 2019-02-11 11:15:34 -08:00
button-group.md Remove incorrect aria-haspopup from dropdown toggles (#28299) 2019-02-19 11:25:36 +02:00
buttons.md Release v4.3.0 (#28228) 2019-02-11 11:15:34 -08:00
card.md Release v4.3.0 (#28228) 2019-02-11 11:15:34 -08:00
carousel.md Release v4.3.0 (#28228) 2019-02-11 11:15:34 -08:00
collapse.md Release v4.3.0 (#28228) 2019-02-11 11:15:34 -08:00
dropdowns.md Remove incorrect aria-haspopup from dropdown toggles (#28299) 2019-02-19 11:25:36 +02:00
forms.md Release v4.3.0 (#28228) 2019-02-11 11:15:34 -08:00
input-group.md Remove incorrect aria-haspopup from dropdown toggles (#28299) 2019-02-19 11:25:36 +02:00
jumbotron.md Release v4.3.0 (#28228) 2019-02-11 11:15:34 -08:00
list-group.md Release v4.3.0 (#28228) 2019-02-11 11:15:34 -08:00
media-object.md Release v4.3.0 (#28228) 2019-02-11 11:15:34 -08:00
modal.md Release v4.3.0 (#28228) 2019-02-11 11:15:34 -08:00
navbar.md Remove incorrect aria-haspopup from dropdown toggles (#28299) 2019-02-19 11:25:36 +02:00
navs.md Remove incorrect aria-haspopup from dropdown toggles (#28299) 2019-02-19 11:25:36 +02:00
pagination.md Release v4.3.0 (#28228) 2019-02-11 11:15:34 -08:00
popovers.md Add sanitize template option for tooltip/popover plugins. 2019-02-13 08:32:15 +02:00
progress.md Release v4.3.0 (#28228) 2019-02-11 11:15:34 -08:00
scrollspy.md Remove incorrect aria-haspopup from dropdown toggles (#28299) 2019-02-19 11:25:36 +02:00
spinners.md Release v4.3.0 (#28228) 2019-02-11 11:15:34 -08:00
toasts.md Release v4.3.0 (#28228) 2019-02-11 11:15:34 -08:00
tooltips.md Add sanitize template option for tooltip/popover plugins. 2019-02-13 08:32:15 +02:00