bootstrap/site
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
..
_data Update docs and meta for 3.4.1. (#28255) 2019-02-13 19:12:01 +02:00
_includes Remove incorrect aria-haspopup from dropdown toggles (#28299) 2019-02-19 11:25:36 +02:00
_layouts Prevent text selection in placeholder images (#28218) 2019-02-09 14:21:41 +02:00
docs Remove incorrect aria-haspopup from dropdown toggles (#28299) 2019-02-19 11:25:36 +02:00
.eslintrc.json Move docs .eslintrc in site/. 2018-10-15 16:03:16 +03:00
favicon.ico Reorganize docs for easier deploys 2018-07-11 23:30:46 -07:00
index.html Inline bootstrap-stack.svg. 2018-11-27 15:37:24 +02:00
robots.txt robots.txt: disallow crawling when not in production. (#27559) 2018-11-02 12:41:57 +02:00
sw.js Unregister Service Worker. 2018-10-20 16:00:28 +03:00