aboutsummaryrefslogtreecommitdiff
path: root/site/docs/4.3/components
AgeCommit message (Collapse)AuthorFilesLines
2019-03-13Switch to Hugo.XhmikosR24-9218/+0
No more Ruby dependency and most important more than 10 times less build time (at least on Windows)!
2019-03-12Remove redundant placeholders in forms docs (#28406)Jim Jiang1-37/+49
* Change state field to select * Include "Choose..." placeholder for select * Change validated select to .custom-select
2019-03-04Hyphenate server-side (#28401)Jonathan1-2/+2
2019-02-20forms.md: remove jQuery from snippet.XhmikosR1-3/+2
2019-02-20Remove Internet Explorer leftovers.XhmikosR2-18/+2
2019-02-20Remove jQuery from docs/repo.XhmikosR6-10/+11
Some of the snippets need to be updated later.
2019-02-20Use consistent arrow class (#28105)Peter Blazejewicz2-5/+5
2019-02-20v4 without jquery: updated button, carousel, collapse docs (#27173)aTable3-52/+49
2019-02-20update alert documentation without jquery (#27062)Johann-S1-7/+24
2019-02-19add tabindex="-1" and aria-disabled="true" on disabled links (#28305)Laussel Loïc1-1/+1
2019-02-19Remove incorrect aria-haspopup from dropdown toggles (#28299)Patrick H. Lauke6-58/+58
`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-13Add sanitize template option for tooltip/popover plugins.Johann-S2-0/+46
2019-02-11Release v4.3.0 (#28228)v4.3.0Mark Otto24-0/+9162
* Prep for v4.3.0 * More updates for v4.3.0. * rerun to build docs source map